You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
176 lines
2.9 KiB
176 lines
2.9 KiB
page{
|
|
background: #f5f5f5;
|
|
padding-bottom: 130rpx;
|
|
}
|
|
.box{
|
|
margin: 30rpx 25rpx;
|
|
background: white;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.price{
|
|
color: #D62828;
|
|
}
|
|
.fixed-bottom {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 113rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
background: white;
|
|
z-index: 1;
|
|
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
|
|
}
|
|
.fixed-btn {
|
|
width: 320rpx;
|
|
line-height: 113rpx;
|
|
background: #D62828;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.fixed-price-box {
|
|
margin-left: 25rpx;
|
|
flex-shrink: 0;
|
|
font-size: 29rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.fixed-price-box .price {
|
|
color: #D62828;
|
|
font-size: 36rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.box-title {
|
|
height: 113rpx;
|
|
padding: 0 20rpx;
|
|
font-size: 31rpx;
|
|
color: #000;
|
|
font-weight: 500;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
margin: 30rpx 25rpx;
|
|
}
|
|
|
|
.text {
|
|
margin-bottom: 20rpx;
|
|
display: flex;
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #666666;
|
|
}
|
|
.text .text-left{
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
|
|
.goods-item{
|
|
border-bottom: 1px solid #D8D8D8;
|
|
padding-bottom: 17rpx;
|
|
margin-bottom: 17rpx;
|
|
}
|
|
.goods-item:last-of-type{
|
|
border-bottom: none;
|
|
margin-bottom:0;
|
|
padding-bottom: 0;
|
|
}
|
|
.item-box{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10rpx;
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #666666;
|
|
}
|
|
.item-box.item-title{
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
.item-box.item-title .price{
|
|
color: #D62828;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.explain-box{
|
|
width: 699rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 9rpx;
|
|
margin: 0 auto;
|
|
padding: 26rpx 22rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.explain-box .explain-title{
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
/* margin-bottom: 26rpx; */
|
|
}
|
|
.explain-box .explain-prod{
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
margin-top: 25rpx;
|
|
}
|
|
.explain-box .explain-img{
|
|
width: 135.33rpx;
|
|
height: 112rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.explain-box .explain-content{
|
|
flex: 1;
|
|
width: 1rpx;
|
|
padding: 0 36rpx;
|
|
box-sizing: border-box;
|
|
line-height: 1;
|
|
}
|
|
.explain-box .explain-goods{
|
|
font-weight: 500;
|
|
font-size: 31rpx;
|
|
color: #000000;
|
|
}
|
|
.explain-box .explain-sku{
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
padding: 20rpx 0;
|
|
}
|
|
.explain-box .explain-price{
|
|
font-weight: 500;
|
|
font-size: 33.33rpx;
|
|
color: #E30000;
|
|
}
|
|
.explain-box .explain-price::before{
|
|
content: "¥";
|
|
font-size: 24rpx;
|
|
}
|
|
.icon-quan{
|
|
font-size: 33rpx;
|
|
}
|
|
.icon-gou1{
|
|
color: #D62828;
|
|
font-size: 33rpx;
|
|
}
|
|
|
|
.mask-content2 {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: white;
|
|
border-radius: 12rpx;
|
|
min-height: 1100rpx;
|
|
}
|
|
.icon-close {
|
|
position: absolute;
|
|
top: 30rpx;
|
|
right: 30rpx;
|
|
}
|