first commit
This commit is contained in:
75
unpackage/dist/dev/mp-weixin/pages/goods/goods.wxss
vendored
Normal file
75
unpackage/dist/dev/mp-weixin/pages/goods/goods.wxss
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
.goods.data-v-7e2880f6 {
|
||||
--wot-swiper-radius: 0;
|
||||
}
|
||||
.goods_sals.data-v-7e2880f6 {
|
||||
width: 166rpx;
|
||||
height: 44rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 46rpx 0rpx 0rpx 46rpx;
|
||||
opacity: 0.5;
|
||||
position: absolute;
|
||||
bottom: 30rpx;
|
||||
right: 0;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.goods_block.data-v-7e2880f6 {
|
||||
margin: auto;
|
||||
width: 690rpx;
|
||||
background: #ffffff;
|
||||
box-shadow: 0rpx 0rpx 6rpx 2rpx rgba(22, 22, 23, 0.07);
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
padding: 24rpx;
|
||||
}
|
||||
.goods_block view.data-v-7e2880f6 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.goods_block_tit.data-v-7e2880f6 {
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.goods_block_stock.data-v-7e2880f6 {
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
}
|
||||
.goods_block_spec.data-v-7e2880f6 {
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.goods_block_price.data-v-7e2880f6 {
|
||||
font-weight: bold;
|
||||
font-size: 38rpx;
|
||||
color: #ff2929;
|
||||
}
|
||||
.custom-indicator.data-v-7e2880f6 {
|
||||
width: 52rpx;
|
||||
height: 52rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 6rpx 6rpx 6rpx 6rpx;
|
||||
opacity: 0.5;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
position: absolute;
|
||||
top: 170rpx;
|
||||
right: 24rpx;
|
||||
}
|
||||
button.data-v-7e2880f6 {
|
||||
all: unset;
|
||||
}
|
||||
button.data-v-7e2880f6::after {
|
||||
all: unset;
|
||||
}
|
||||
Reference in New Issue
Block a user