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.
73 lines
1.1 KiB
73 lines
1.1 KiB
/* pages/order/comment/index.wxss */
|
|
.product-box {
|
|
margin: 0 30rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.product-top {
|
|
display: flex;
|
|
padding: 40rpx 0;
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
}
|
|
.product-top image {
|
|
width: 170rpx;
|
|
height: 120rpx;
|
|
}
|
|
.product-info {
|
|
flex: 1;
|
|
width: 100%;
|
|
margin: 0 30rpx;
|
|
}
|
|
.product-title {
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
}
|
|
.product-price {
|
|
flex-shrink: 0;
|
|
text-align: right;
|
|
}
|
|
.product-price .price {
|
|
color: #D62828;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.product-price .price text {
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
}
|
|
.product-num {
|
|
color: #999999;
|
|
font-size: 32rpx;
|
|
}
|
|
.icon-xingxing {
|
|
font-size: 36rpx;
|
|
color: #D62828;
|
|
margin-right: 20rpx;
|
|
}
|
|
.icon-xingxing.disable {
|
|
color: #999;
|
|
}
|
|
.tip {
|
|
color: #000;
|
|
margin-right: 40rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.product-box textarea {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.btn {
|
|
width: 360rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #0B898E;
|
|
font-size: 30rpx;
|
|
font-weight: 500;
|
|
border-radius: 40rpx;
|
|
position: fixed;
|
|
bottom: 40rpx;
|
|
left: 50%;
|
|
margin-left: -180rpx;
|
|
}
|