.tips {
|
line-height: 24px;
|
font-size: 28rpx;
|
padding: 5px;
|
background: rgba(255, 108, 0, 0.1);
|
color: #ff6c00;
|
text-align: center;
|
margin: 0 auto 20px auto;
|
}
|
|
.page-body {
|
padding: 20rpx;
|
font-size: 28rpx;
|
}
|
|
.from-item {
|
margin-bottom: 20rpx;
|
display: flex;
|
}
|
|
.from-item .label {
|
width: 240rpx;
|
height: 68rpx;
|
line-height: 68rpx;
|
}
|
|
.from-item .item-content {
|
width: 56%;
|
border: 2rpx solid #D9D9D9;
|
padding: 10rpx;
|
}
|
|
.from-item .stateBox {
|
padding: 10rpx;
|
}
|
|
.from-item .t-input {
|
padding: 0 !important;
|
}
|
|
.submit {
|
background: #ff6c00;
|
color: #fff;
|
}
|
|
.t-cell {
|
padding: 0 !important;
|
}
|
|
.t-cell::after {
|
border-bottom: 0 !important;
|
}
|
|
.t-cell__title {
|
flex: 0 !important;
|
}
|
|
.t-cell__note {
|
justify-content: flex-start !important;
|
display: block !important;
|
/* width: 300rpx; */
|
}
|
|
.t-input__wrap .t-input__content,
|
.t-input__control {
|
font-size: 28rpx !important;
|
}
|
|
.t-picker-item__wrapper {
|
padding: 80rpx 0 !important;
|
}
|
|
.t-picker__indicator {
|
top: 80rpx !important;
|
}
|
|
.wait {
|
color: #ff6d00;
|
}
|
|
.no {
|
color: #EE1818
|
}
|
|
.yes {
|
color: #1FBC1F
|
}
|
|
.wrapper {
|
width: 56%;
|
}
|
|
.t-grid-item {
|
width: 50% !important;
|
}
|