103 lines
1.9 KiB
Plaintext
103 lines
1.9 KiB
Plaintext
|
|
.slide-list.data-v-d59ec468{
|
|
margin-top: 20rpx;
|
|
}
|
|
.slide-item.data-v-d59ec468{
|
|
margin-top: 30rpx;
|
|
}
|
|
.slide-list .slide-item.data-v-d59ec468:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.slide-item-li.data-v-d59ec468{
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 30rpx;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.slide-item-li .shop-img.data-v-d59ec468{
|
|
width: 230rpx;
|
|
height: 150rpx;
|
|
border-radius: 10rpx;
|
|
margin: 0 24rpx 0 6rpx;
|
|
overflow: hidden;
|
|
}
|
|
.slide-item-li .shop-img image.data-v-d59ec468{
|
|
width: 230rpx;
|
|
min-height: 150rpx;
|
|
}
|
|
.slide-item-li .shop-txt.data-v-d59ec468{
|
|
width: calc(100% - 260rpx);
|
|
}
|
|
.shop-txt-top.data-v-d59ec468{
|
|
min-height: 100rpx;
|
|
}
|
|
.shop-txt-top .title.data-v-d59ec468{
|
|
font-size: 30rpx;
|
|
line-height: 1.5;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
}
|
|
.shop-txt-top .specs.data-v-d59ec468{
|
|
font-size: 24rpx;
|
|
line-height: 1.5;
|
|
color: #8c8c9b;
|
|
margin: 3rpx;
|
|
}
|
|
.shop-txt-bottom.data-v-d59ec468{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 50rpx;
|
|
}
|
|
.shop-txt-bottom .price.data-v-d59ec468{
|
|
font-size: 30rpx;
|
|
line-height: 1.5;
|
|
color: #f81c1c;
|
|
}
|
|
.shop-txt-bottom .num.data-v-d59ec468{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
width: 170rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.shop-txt-bottom .num>text.data-v-d59ec468{
|
|
font-size: 24rpx;
|
|
line-height: 1.5;
|
|
color: #666666;
|
|
}
|
|
.change-all.data-v-d59ec468{
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100vw;
|
|
height: 130rpx;
|
|
padding: 0 30rpx;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.all-price.data-v-d59ec468{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
.all-price .price.data-v-d59ec468{
|
|
font-size: 24rpx;
|
|
margin-right: 25rpx;
|
|
color: #000000;
|
|
}
|
|
.all-price .btn.data-v-d59ec468{
|
|
line-height: 84rpx;
|
|
padding: 0 30rpx;
|
|
border-radius: 10rpx;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
|