89 lines
1.4 KiB
Plaintext
89 lines
1.4 KiB
Plaintext
|
|
|
||
|
|
.view-cont {
|
||
|
|
height: 100rpx;
|
||
|
|
display: flex;
|
||
|
|
flex-flow: row nowrap;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.view-order {
|
||
|
|
margin-bottom: 24rpx;
|
||
|
|
padding: 0 24rpx;
|
||
|
|
}
|
||
|
|
.container {
|
||
|
|
padding: 0 24rpx 42rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.complaint-cont {
|
||
|
|
border-top: 2rpx solid #eee;
|
||
|
|
}
|
||
|
|
.cont-lable,.cont-text,.contact-lable {
|
||
|
|
line-height: 100rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #333333;
|
||
|
|
}
|
||
|
|
.contact-text {
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #333333;
|
||
|
|
}
|
||
|
|
.complaint-text {
|
||
|
|
background-color: #eee;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
width: 100%;
|
||
|
|
height: 320rpx;
|
||
|
|
padding: 24rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #333333;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.upload-box {
|
||
|
|
margin: -16rpx;
|
||
|
|
}
|
||
|
|
.contact {
|
||
|
|
padding: 0 24rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
margin-top: 24rpx;
|
||
|
|
}
|
||
|
|
.contact-item {
|
||
|
|
height: 100rpx;
|
||
|
|
display: flex;
|
||
|
|
flex-flow: row nowrap;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
border-bottom: 2rpx solid #eee;
|
||
|
|
}
|
||
|
|
.contact-options,.contact-option {
|
||
|
|
display: flex;
|
||
|
|
flex-flow: row nowrap;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.contact-option {
|
||
|
|
margin-left: 24rpx;
|
||
|
|
}
|
||
|
|
.contact-lable {
|
||
|
|
margin-right: 24rpx;
|
||
|
|
}
|
||
|
|
.contact-text {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
.kong {
|
||
|
|
height: 202rpx;
|
||
|
|
}
|
||
|
|
.noshow {
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
.btn-box{
|
||
|
|
height: 88rpx;
|
||
|
|
border-radius: 44rpx;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.btn-text{
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
|