luban-mall/unpackage/dist/dev/mp-weixin/components/shopping-carts/cart-slide.wxss

124 lines
2.4 KiB
Plaintext

.slide-list.data-v-48b8e4cc{
margin-top: 20rpx;
}
.slide-item.data-v-48b8e4cc{
margin-top: 30rpx;
}
.slide-list .slide-item.data-v-48b8e4cc:first-child{
margin-top: 0;
}
.slide-item-li.data-v-48b8e4cc{
box-sizing: border-box;
display: flex;
align-items: center;
padding: 20rpx 30rpx;
background-color: #FFFFFF;
}
.slide-item-li .radio>radio.data-v-48b8e4cc{
-webkit-transform: scale(.8);
transform: scale(.8);
}
.slide-item-li .shop-img.data-v-48b8e4cc{
width: 230rpx;
height: 150rpx;
border-radius: 10rpx;
margin: 0 24rpx 0 6rpx;
overflow: hidden;
}
.slide-item-li .shop-img image.data-v-48b8e4cc{
width: 230rpx;
min-height: 150rpx;
}
.slide-item-li .shop-txt.data-v-48b8e4cc{
width: calc(100% - 300rpx);
}
.shop-txt-top.data-v-48b8e4cc{
min-height: 100rpx;
}
.shop-txt-top .title.data-v-48b8e4cc{
font-size: 30rpx;
line-height: 1.5;
color: #000000;
font-weight: bold;
}
.shop-txt-top .specs.data-v-48b8e4cc{
font-size: 24rpx;
line-height: 1.5;
color: #8c8c9b;
margin: 3rpx;
}
.shop-txt-bottom.data-v-48b8e4cc{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 50rpx;
}
.shop-txt-bottom .price.data-v-48b8e4cc{
font-size: 30rpx;
line-height: 1.5;
color: #f81c1c;
}
.shop-txt-bottom .num.data-v-48b8e4cc{
display: flex;
justify-content: space-between;
align-items: center;
width: 170rpx;
font-size: 24rpx;
}
.shop-txt-bottom .num>.count-btn.data-v-48b8e4cc{
display: flex;
justify-content: center;
align-items: center;
font-size: 24rpx;
width: 40rpx;
height: 40rpx;
background-color: #000000;
color: #FFFFFF;
border-radius: 10rpx;
}
.shop-txt-bottom .num>.input.data-v-48b8e4cc{
box-sizing: border-box;
width: 78rpx;
height: 40rpx;
border: 2rpx solid #d3d3d3;
border-radius: 10rpx;
text-align: center;
}
.change-all.data-v-48b8e4cc{
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;
}
.change-all .label.data-v-48b8e4cc{
display: flex;
align-items: center;
font-size: 24rpx;
}
.all-price.data-v-48b8e4cc{
display: flex;
align-items: center;
}
.all-price .price.data-v-48b8e4cc{
font-size: 24rpx;
margin-right: 25rpx;
color: #000000;
}
.all-price .btn.data-v-48b8e4cc{
line-height: 84rpx;
padding: 0 30rpx;
border-radius: 10rpx;
font-size: 32rpx;
color: #FFFFFF;
}