Browse Source

调整样式

master
shaojing 2 years ago
parent
commit
cfdd111e70
  1. 2
      app.js
  2. 3
      pages/info/postProductInfo/index.wxss

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest145? true : false;
data.isTest = data.isTest146? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件

3
pages/info/postProductInfo/index.wxss

@ -530,6 +530,7 @@ page {
text-align: center;
flex-wrap: wrap;
margin-bottom: 20rpx;
justify-content: space-between;
}
.sku-name-item {
@ -541,6 +542,8 @@ page {
margin-bottom: 25rpx;
margin-right: 30rpx;
max-width: 100%;
padding: 0 15rpx;
min-width: 270rpx;
}
.sku-name-item:nth-child(2n) {

Loading…
Cancel
Save