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.
165 lines
2.7 KiB
165 lines
2.7 KiB
/* pages/order/post/index.wxss */
|
|
page {
|
|
background: #f6f6f6;
|
|
}
|
|
.box {
|
|
margin: 30rpx 25rpx;
|
|
background: white;
|
|
border-radius: 9rpx;
|
|
}
|
|
.box-title {
|
|
height: 113rpx;
|
|
margin: 0 20rpx;
|
|
font-size: 31rpx;
|
|
color: #000;
|
|
font-weight: 500;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.coupon-btn {
|
|
width: 138rpx;
|
|
line-height: 56rpx;
|
|
border: 1px solid #333333;
|
|
border-radius: 29rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|
|
.skuinfo {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 30rpx 20rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.skuinfo image {
|
|
flex-shrink: 0;
|
|
width: 174rpx;
|
|
height: 143rpx;
|
|
border-radius: 7rpx;
|
|
margin-right: 23rpx;
|
|
}
|
|
.right-info {
|
|
flex: 1;
|
|
width: 100%;
|
|
}
|
|
.sku-name {
|
|
font-size: 32rpx;
|
|
line-height: 47rpx;
|
|
color: #333;
|
|
margin: 10rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.info-tips {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 27rpx;
|
|
color: #666;
|
|
}
|
|
.info-tips .price {
|
|
font-size: 33rpx;
|
|
color: #000;
|
|
flex: 1;
|
|
margin-left: 10rpx;
|
|
}
|
|
.info-tips .price text {
|
|
font-size: 24rpx;
|
|
}
|
|
.info-tips .iconfont {
|
|
font-size: 26rpx;
|
|
}
|
|
.box-title .iconfont {
|
|
font-size: 28rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.number-box {
|
|
font-size: 29rpx;
|
|
font-weight: 500;
|
|
color: #000;
|
|
flex-shrink: 0;
|
|
width: 67rpx;
|
|
line-height: 49rpx;
|
|
background: #F0F0F0;
|
|
border-radius: 7rpx;
|
|
text-align: center;
|
|
margin: 0 20rpx;
|
|
}
|
|
.line {
|
|
margin: 0 20rpx;
|
|
background: #ccc;
|
|
height: 1rpx;
|
|
}
|
|
.topbox .box-title {
|
|
border-top: 1rpx solid #ccc;
|
|
}
|
|
.box-title input {
|
|
flex: 1;
|
|
display: block;
|
|
font-size: 31rpx;
|
|
color: #666;
|
|
margin-left: 15rpx;
|
|
font-weight: 400;
|
|
}
|
|
.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;
|
|
}
|
|
.all-money-box {
|
|
margin: 0 20rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
font-size: 27rpx;
|
|
height: 80rpx;
|
|
align-items: center;
|
|
border-top: 1rpx solid #ccc;
|
|
color: #000;
|
|
}
|
|
.all-money-box text {
|
|
color: #D62828;
|
|
}
|
|
.all-money-box .unit {
|
|
font-size: 24rpx;
|
|
}
|
|
.all-money-box .s-price {
|
|
font-size: 33rpx;
|
|
}
|
|
.header-title {
|
|
font-size: 31rpx;
|
|
font-weight: 500;
|
|
color: #000;
|
|
line-height: 113rpx;
|
|
padding: 0 20rpx;
|
|
border-bottom: 1rpx solid #d8d8d8;
|
|
}
|