1.调整商品样式

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

@ -1,16 +1,6 @@
{
"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",
"style": {
"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",
"style": {
@ -419,34 +418,29 @@
"backgroundColorBottom": "#ffffff"
}
},{
"path" : "pages/user/positioning/positioning",
"style" :
{
"navigationBarTitleText": "地区选择",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/positioning/positioning",
"style": {
"navigationBarTitleText": "地区选择",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tabBar/order/order",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabBar/order/order",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/qianZhuPay/qianZhuPay",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/qianZhuPay/qianZhuPay",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
}
],
"globalStyle": {
"navigationBarTextStyle": "black",

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

Loading…
Cancel
Save