1.调整商品样式

yj-dev
杨杰 3 years ago
parent 8e43227fdf
commit 747aac083c
  1. 46
      pages.json
  2. 127
      pages/goods/goods-list/goods-list.vue
  3. 83
      pages/goods/goods.vue
  4. 13
      uni.scss

@ -1,16 +1,6 @@
{ {
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/goods/goods-list/goods-list",
"style": {
"navigationBarBackgroundColor": "#0083f5",
"backgroundColorTop": "#0083f5",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none"
}
}
},{
"path": "pages/tabBar/home/home", "path": "pages/tabBar/home/home",
"style": { "style": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
@ -80,8 +70,17 @@
} }
}, },
{
"path": "pages/goods/goods-list/goods-list",
"style": {
"navigationBarBackgroundColor": "#0083f5",
"backgroundColorTop": "#0083f5",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none"
}
}
},
{ {
"path": "pages/goods/store-list/store-list", "path": "pages/goods/store-list/store-list",
"style": { "style": {
@ -419,28 +418,23 @@
"backgroundColorBottom": "#ffffff" "backgroundColorBottom": "#ffffff"
} }
},{ }, {
"path" : "pages/user/positioning/positioning", "path": "pages/user/positioning/positioning",
"style" : "style": {
{
"navigationBarTitleText": "地区选择", "navigationBarTitleText": "地区选择",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/tabBar/order/order",
"path" : "pages/tabBar/order/order", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/qianZhuPay/qianZhuPay",
"path" : "pages/qianZhuPay/qianZhuPay", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -230,6 +230,11 @@ $uni-font-size-paragraph:30upx;
background-color: #f6f6f6; background-color: #f6f6f6;
} }
//渐变
.backcorlr{
background: linear-gradient(to right, #fe1a1a, #ff722e);
}
.backcor9 { .backcor9 {
background-color: #f6f6f6; background-color: #f6f6f6;
} }
@ -364,6 +369,10 @@ $uni-font-size-paragraph:30upx;
height: 100px; height: 100px;
} }
.height110 {
height: 110px;
}
.height120{ .height120{
height: 120px; height: 120px;
} }
@ -513,6 +522,10 @@ $uni-font-size-paragraph:30upx;
padding-top: 25px; padding-top: 25px;
} }
.paddleft5 {
padding-left: 5px;
}
.paddleft10 { .paddleft10 {
padding-left: 10px; padding-left: 10px;
} }

Loading…
Cancel
Save