page {
|
background: #F2F3F8;
|
}
|
|
.container {
|
width: 100vw;
|
height: 100vh;
|
}
|
|
.content {
|
height: calc(100vh - env(safe-area-inset-bottom));
|
box-sizing: border-box;
|
}
|
|
.tips {
|
line-height: 24px;
|
font-size: 28rpx;
|
padding: 5px;
|
background: rgba(255, 108, 0, 0.1);
|
color: #ff6c00;
|
text-align: center;
|
margin: 0 auto 20rpx auto;
|
}
|
|
.page-body {
|
font-size: 28rpx;
|
}
|
|
.baseInfoBox {
|
background: #fff;
|
margin-top: 20rpx;
|
border-radius: 10rpx;
|
padding: 30rpx;
|
}
|
|
.fileInfoBox {
|
background: #fff;
|
margin-top: 20rpx;
|
border-radius: 10rpx;
|
padding: 30rpx;
|
}
|
|
.baseInfoBox .from-item {
|
margin-bottom: 20rpx;
|
display: flex;
|
}
|
|
.baseInfoBox .from-item .label {
|
width: 200rpx;
|
height: 68rpx;
|
line-height: 68rpx;
|
}
|
|
.from-item .item-content {
|
width: 75%;
|
border: 2rpx solid #D9D9D9;
|
padding: 10rpx;
|
}
|
|
.from-item .stateBox {
|
padding: 10rpx;
|
display: flex;
|
}
|
|
.reasonTxt {
|
margin-left: 40rpx;
|
color: #ff6d00;
|
}
|
|
.from-item .t-input {
|
padding: 0 !important;
|
}
|
|
.t-input__placeholder {
|
font-size: 28rpx !important
|
}
|
|
.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;
|
font-size: 28rpx !important;
|
/* width: 300rpx; */
|
}
|
|
.state .t-cell__note {
|
color: #333 !important;
|
}
|
|
.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
|
}
|
|
.fileInfoBox .from-item .label {
|
width: 240rpx;
|
height: 68rpx;
|
line-height: 68rpx;
|
}
|
|
.imageBox {
|
border: 2rpx solid #D9D9D9;
|
padding: 20rpx;
|
min-height: 160rpx;
|
}
|
|
.weui-uploader {
|
min-height: 160rpx;
|
display: flex;
|
flex-flow: row wrap;
|
}
|
|
.fileTip {
|
font-size: 24rpx;
|
color: #949494;
|
margin-top: 20rpx;
|
}
|
|
.protocolBox {
|
padding: 20rpx;
|
display: flex;
|
|
}
|
|
.t-checkbox {
|
background: none !important
|
}
|
|
.t-checkbox--block {
|
padding: 0 !important;
|
}
|
|
.t-picker__confirm {
|
color: #ff6c00 !important;
|
}
|
|
|
|
|
|
|
.block {
|
position: relative;
|
width: 600rpx;
|
height: 820rpx;
|
padding: 20rpx 0;
|
background: #fff;
|
border-radius: 16rpx;
|
|
}
|
|
.protocol {
|
padding: 0 20rpx;
|
height: 800rpx !important;
|
overflow: auto !important;
|
}
|
|
.reasonBox {
|
height: 260rpx !important;
|
overflow: auto !important;
|
font-size: 28rpx;
|
line-height: 48rpx;
|
padding: 20rpx;
|
}
|
|
.reasonBlock {
|
position: relative;
|
width: 500rpx;
|
height: 380rpx;
|
background: #fff;
|
border-radius: 16rpx;
|
}
|
|
.blick-header {
|
padding: 20rpx;
|
border-bottom: 2rpx solid #F2F3F8;
|
font-size: 28rpx;
|
font-weight: bold;
|
text-align: center;
|
}
|
|
.close-btn {
|
position: absolute;
|
left: 50%;
|
margin-left: -32rpx;
|
bottom: calc(-1 * (48rpx + 64rpx));
|
}
|
|
.wrapper {
|
margin: 32rpx;
|
display: block;
|
}
|
|
.btn-area {
|
width: 80%;
|
margin: 0 auto;
|
|
}
|
|
.submit {
|
background: #ff6c00;
|
color: #fff;
|
border-radius: 50rpx;
|
}
|
|
|
.tp_add {
|
width: 152rpx;
|
height: 152rpx;
|
border-radius: 10rpx;
|
opacity: 1;
|
border: 2rpx dashed #999999;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
font-size: 59rpx;
|
}
|
|
.pics {
|
float: left;
|
position: relative;
|
margin-right: 15px;
|
}
|
|
.pics image {
|
width: 152rpx;
|
height: 152rpx;
|
}
|
|
.delete-btn {
|
width: 20rpx;
|
height: 20rpx;
|
position: absolute;
|
top: -15rpx;
|
right: -5rpx;
|
}
|
|
.body-loading {
|
padding: 200rpx 0;
|
text-align: center;
|
}
|