Commit 6b5bed4dd7046e0ccadd6e36211b4cbc4a86923c
1 parent
3d4f84dc
修改样式
Showing
5 changed files
with
10 additions
and
5 deletions
packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.wxss
... | ... | @@ -92,7 +92,8 @@ |
92 | 92 | .box_ware_img image.data-v-3a5b7e36 { |
93 | 93 | /* width: 185rpx; |
94 | 94 | height: 190rpx; *//* background-color: rgba(138, 138, 138, 0.63); */ |
95 | - border: 2rpx solid #999; | |
95 | + border: 2rpx solid #fafaf9; | |
96 | + border-radius: 4rpx; | |
96 | 97 | width: 120rpx; |
97 | 98 | height: 120rpx; |
98 | 99 | background-color: #f8f8f8; | ... | ... |
packageE/pages/user/monthgiftbag/giftpackinfo/giftpackinfo.wxss
... | ... | @@ -92,7 +92,8 @@ |
92 | 92 | .box_ware_img image.data-v-3a5b7e36 { |
93 | 93 | /* width: 185rpx; |
94 | 94 | height: 190rpx; *//* background-color: rgba(138, 138, 138, 0.63); */ |
95 | - border: 2rpx solid #999; | |
95 | + border: 2rpx solid #fafaf9; | |
96 | + border-radius: 4rpx; | |
96 | 97 | width: 120rpx; |
97 | 98 | height: 120rpx; |
98 | 99 | background-color: #f8f8f8; | ... | ... |
packageE/pages/user/monthgiftbag/giftpacklist/giftpacklist.wxss
... | ... | @@ -92,7 +92,8 @@ |
92 | 92 | .box_ware_img image.data-v-3a5b7e36 { |
93 | 93 | /* width: 185rpx; |
94 | 94 | height: 190rpx; *//* background-color: rgba(138, 138, 138, 0.63); */ |
95 | - border: 2rpx solid #999; | |
95 | + border: 2rpx solid #fafaf9; | |
96 | + border-radius: 4rpx; | |
96 | 97 | width: 120rpx; |
97 | 98 | height: 120rpx; |
98 | 99 | background-color: #f8f8f8; | ... | ... |
pages/giftpack/giftpacklist/giftpacklist.wxss
... | ... | @@ -92,7 +92,8 @@ |
92 | 92 | .box_ware_img image.data-v-3a5b7e36 { |
93 | 93 | /* width: 185rpx; |
94 | 94 | height: 190rpx; *//* background-color: rgba(138, 138, 138, 0.63); */ |
95 | - border: 2rpx solid #999; | |
95 | + border: 2rpx solid #fafaf9; | |
96 | + border-radius: 4rpx; | |
96 | 97 | width: 120rpx; |
97 | 98 | height: 120rpx; |
98 | 99 | background-color: #f8f8f8; | ... | ... |
pages/user/assistance/giftpacklist.wxss
... | ... | @@ -93,7 +93,8 @@ |
93 | 93 | .box_ware_img image.data-v-3a5b7e36 { |
94 | 94 | /* width: 185rpx; |
95 | 95 | height: 190rpx; *//* background-color: rgba(138, 138, 138, 0.63); */ |
96 | - border: 2rpx solid #999; | |
96 | + border: 2rpx solid #fafaf9; | |
97 | + border-radius: 4rpx; | |
97 | 98 | width: 120rpx; |
98 | 99 | height: 120rpx; |
99 | 100 | background-color:#f8f8f8; | ... | ... |