diff --git a/app.wxss b/app.wxss index d9a0cdd..09ae3bb 100644 --- a/app.wxss +++ b/app.wxss @@ -216,7 +216,7 @@ justify-content:space-around; border-right: 2rpx solid ; transform: rotate(45deg); display:inline-block; - width:18rpx;height:18rpx;border-color:#da0b31;margin-top:6rpx; + width:18rpx;height:18rpx;border-color:#da0b31; } /*********************** 7.15 */ diff --git a/components/qr_code/qr_code.wxss b/components/qr_code/qr_code.wxss index 8ff3862..d659c70 100644 --- a/components/qr_code/qr_code.wxss +++ b/components/qr_code/qr_code.wxss @@ -33,6 +33,7 @@ align-items:center; height: auto; padding-bottom:20rpx; left:35rpx; + } @@ -41,14 +42,19 @@ align-items:center; width: 100%; height: auto; margin-top:30rpx; +position: relative; +top: 0rpx; +left: 0rpx; } /* 点击条形 */ .barcode { height:150rpx; width: 620rpx; - padding-left:30rpx; + text-align:center; + position:absolute; + left: 30rpx } canvas{ width:100%; @@ -69,7 +75,10 @@ letter-spacing:6rpx; height:580rpx; display:flex; flex-direction:column; -margin-left:74rpx; + +position: absolute; +left: 74rpx; +top: 130rpx; } @@ -82,7 +91,8 @@ margin-left:74rpx; } .r-code{ font-size:28rpx; - text-align: center + padding-left: 25rpx; + } .shut{ diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index 4ba6897..57494fe 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -210,7 +210,7 @@ {{classify_name}} - 选择更多 + 更多 @@ -236,7 +236,7 @@ {{goods.items.name}} - 选择更多 + 更多 diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index dec47cf..bb630d1 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -268,9 +268,10 @@ width: 60%; margin: auto; flex-wrap:wrap; max-height: 90%; - overflow-y:scroll; overflow: hidden scroll; + padding-bottom: 25rpx; + } .country_img-frame{ @@ -322,7 +323,7 @@ line-height: 65rpx; } .brand_img_frame{ width: 30%; - height: 220rpx; + height: 140rpx; margin-top: 18rpx; margin-right: 15rpx; @@ -330,8 +331,8 @@ line-height: 65rpx; } .brand_img{ - width:100%; - height: 61.5%; + width:65%; + height:63%; margin-bottom: 10rpx; margin-top: 10rpx; @@ -347,8 +348,9 @@ width: 62%; } .width_height{ - width: 18rpx; - height: 18rpx; + width: 13rpx; + height: 13rpx; + margin-top:12rpx; } .select_more{ line-height: 37rpx;