92 lines
1.4 KiB
Plaintext
92 lines
1.4 KiB
Plaintext
/* pages/t-repair/t-repair.wxss */
|
|
page {
|
|
background-color: white;
|
|
}
|
|
|
|
.repair-line {
|
|
width: 100%;
|
|
height: 16rpx;
|
|
background-color: #F4F8FB;
|
|
}
|
|
|
|
.repair-head {
|
|
padding: 20rpx 30rpx
|
|
}
|
|
|
|
.t-repair-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-content: center;
|
|
line-height: 2;
|
|
}
|
|
|
|
.t-repair-item text {
|
|
font-size: 28rpx;
|
|
color: #2C2F36;
|
|
}
|
|
|
|
.t-repair-item text:last-child {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.c-repair-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-content: center;
|
|
flex-wrap: wrap;
|
|
padding: 30rpx;
|
|
border-bottom: 1rpx solid #E5E5E5;
|
|
}
|
|
|
|
.c-repair-item text {
|
|
font-size: 28rpx;
|
|
color: #2C2F36;
|
|
}
|
|
|
|
.c-repair-item .t-radio-group {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.t-radio {
|
|
padding: 0!important;
|
|
}
|
|
|
|
.t-radio__icon--left {
|
|
margin-right: 6rpx!important;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.t-radio__icon {
|
|
width: 40rpx!important;
|
|
}
|
|
|
|
.t-radio__btn {
|
|
width: 40rpx!important;
|
|
height: 40rpx!important;
|
|
font-size: 40rpx!important;
|
|
}
|
|
|
|
.t-radio__content {
|
|
font-size: 28rpx;
|
|
line-height: 40rpx!important;
|
|
margin-right: 0!important;
|
|
}
|
|
|
|
.t-textarea__wrapper {
|
|
width: 630rpx;
|
|
margin-top: 30rpx;
|
|
background-color: rgba(44, 47, 54, 0.05);
|
|
}
|
|
|
|
.container .t-button--base {
|
|
width: 690rpx!important;
|
|
margin: 30rpx 30rpx 0;
|
|
}
|
|
|
|
|
|
|
|
|