40 lines
807 B
Plaintext
40 lines
807 B
Plaintext
.borbottom.data-v-f32c387e {
|
|
border-bottom: 2rpx solid #eee;
|
|
}
|
|
.complaints.data-v-f32c387e {
|
|
font-size: 28rpx;
|
|
padding-bottom: 60rpx;
|
|
}
|
|
.title.data-v-f32c387e {
|
|
padding-bottom: 32rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.complaints-content.data-v-f32c387e {
|
|
margin: 24rpx;
|
|
padding: 0 24rpx;
|
|
}
|
|
.complaints-card.data-v-f32c387e {
|
|
font-size: 30rpx;
|
|
padding: 40rpx 24rpx 24rpx 58rpx;
|
|
border-radius: 12rpx;
|
|
background-color: #fff;
|
|
}
|
|
.complaints-card +.complaints-card.data-v-f32c387e {
|
|
margin-top: 24rpx;
|
|
}
|
|
.go-btn.data-v-f32c387e {
|
|
border: 1rpx solid #eee;
|
|
border-radius: 24rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
width: 96rpx;
|
|
margin-top: 30rpx;
|
|
justify-content: center;
|
|
}
|
|
|