| | |
| | | @import "./index.skeleton.wxss"; |
| | | |
| | | page { |
| | | background: #F2F3F8; |
| | | overflow-y: auto !important; |
| | | position: relative; |
| | | background-color: #F2F3F8 !important; |
| | | } |
| | | |
| | | .container { |
| | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom)); |
| | | box-sizing: border-box; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .tips { |
| | |
| | | padding: 5px; |
| | | background: rgba(255, 108, 0, 0.1); |
| | | color: #ff6c00; |
| | | text-align: center; |
| | | /* text-align: center; */ |
| | | margin: 0 auto 20rpx auto; |
| | | } |
| | | |
| | |
| | | line-height: 68rpx; |
| | | } |
| | | |
| | | .t-input__tips, |
| | | .from-item .label .icon { |
| | | color: #f56c6c !important; |
| | | margin-right: 5rpx; |
| | | } |
| | | |
| | | .empty { |
| | | padding: 0 10rpx; |
| | | } |
| | | |
| | | .t-input, |
| | | .t-cell { |
| | | border: 2rpx solid #D9D9D9 !important; |
| | | padding: 10rpx !important; |
| | | } |
| | | |
| | | .from-item .item-content { |
| | | width: 75%; |
| | | border: 2rpx solid #D9D9D9; |
| | | padding: 10rpx; |
| | | } |
| | | |
| | | .from-item .stateBox { |
| | |
| | | color: #ff6d00; |
| | | } |
| | | |
| | | .from-item .t-input { |
| | | padding: 0 !important; |
| | | } |
| | | |
| | | .t-input__placeholder { |
| | | font-size: 28rpx !important |
| | | } |
| | | |
| | | .t-cell { |
| | | padding: 0 !important; |
| | | } |
| | | |
| | | .t-cell::after { |
| | |
| | | } |
| | | |
| | | .fileInfoBox .from-item .label { |
| | | width: 240rpx; |
| | | width: 246rpx; |
| | | 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 { |
| | |
| | | .protocolBox { |
| | | padding: 20rpx; |
| | | display: flex; |
| | | |
| | | } |
| | | |
| | | .t-checkbox { |
| | |
| | | position: relative; |
| | | width: 600rpx; |
| | | height: 820rpx; |
| | | padding: 20rpx 0; |
| | | background: #fff; |
| | | border-radius: 16rpx; |
| | | |
| | | } |
| | | |
| | | .protocol { |
| | | padding: 20rpx; |
| | | padding: 0 20rpx; |
| | | height: 800rpx !important; |
| | | overflow: auto !important; |
| | | } |
| | | |
| | | .reasonBox { |
| | | height: 400rpx !important; |
| | | height: 260rpx !important; |
| | | overflow: auto !important; |
| | | font-size: 28rpx; |
| | | line-height: 48rpx; |
| | |
| | | .reasonBlock { |
| | | position: relative; |
| | | width: 500rpx; |
| | | height: 400rpx; |
| | | 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 { |
| | |
| | | .btn-area { |
| | | width: 80%; |
| | | margin: 0 auto; |
| | | |
| | | padding-bottom: 20rpx; |
| | | } |
| | | |
| | | .submit { |
| | |
| | | position: absolute; |
| | | top: -15rpx; |
| | | right: -5rpx; |
| | | } |
| | | |
| | | .body-loading { |
| | | padding: 200rpx 0; |
| | | text-align: center; |
| | | } |