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.
53 lines
804 B
53 lines
804 B
page{
|
|
background: #f5f5f5;
|
|
}
|
|
.box{
|
|
width: 700rpx;
|
|
margin: 30rpx auto;
|
|
background: white;
|
|
padding: 20rpx;
|
|
}
|
|
.item-box{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10rpx;
|
|
}
|
|
.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;
|
|
}
|