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.
149 lines
2.4 KiB
149 lines
2.4 KiB
/* pages/order/comment/index.wxss */
|
|
page{
|
|
background-color: #FBF8FB;
|
|
}
|
|
.product-box {
|
|
padding: 0 30rpx 10rpx 30rpx;
|
|
font-size: 28rpx;
|
|
background-color: #fff;
|
|
}
|
|
.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;
|
|
height: 120rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
.product-title {
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
}
|
|
.sku-name{
|
|
margin-bottom:12rpx ;
|
|
}
|
|
.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%;
|
|
height: 210rpx;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
/* 图片 */
|
|
.three{
|
|
margin-top: 27rpx;
|
|
}
|
|
.weui-uploader{
|
|
margin: 16rpx 0;
|
|
}
|
|
.tp_add{
|
|
width: 152rpx;
|
|
height: 152rpx;
|
|
border-radius: 10rpx;
|
|
opacity: 1;
|
|
border: 2rpx dashed #999999;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
font-size: 22rpx;
|
|
color: #BCBCBC;
|
|
}
|
|
|
|
.pics {
|
|
float:left;
|
|
position:relative;
|
|
margin-right:15px;
|
|
margin-bottom:15px;
|
|
}
|
|
.pics image{
|
|
width: 152rpx;
|
|
height: 152rpx;
|
|
}
|
|
.delete-btn{
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
position: absolute;
|
|
top: -15rpx;
|
|
right: -5rpx;
|
|
}
|
|
.weui-uploader{
|
|
padding: 10rpx 0;
|
|
}
|
|
.prd{
|
|
border-bottom: 1px solid #CCCCCC;
|
|
}
|
|
.checkbox{
|
|
margin: 16rpx 20rpx;
|
|
color: #BCBCBC;
|
|
}
|
|
checkbox .wx-checkbox-input {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
|
border-color: #18d6ff;
|
|
background-color: #18d6ff;
|
|
}
|
|
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
|
color:#fff;
|
|
}
|
|
|