| | |
| | | } |
| | | |
| | | .container { |
| | | width: 100%; |
| | | padding-bottom: env(safe-area-inset-bottom); |
| | | overflow: auto; |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom)); |
| | | box-sizing: border-box; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .tips { |
| | |
| | | padding: 0 !important; |
| | | } |
| | | |
| | | |
| | | .t-input__placeholder { |
| | | font-size: 28rpx !important |
| | | } |
| | | |
| | | .t-cell { |
| | | padding: 0 !important; |
| | |
| | | .imageBox { |
| | | border: 2rpx solid #D9D9D9; |
| | | padding: 20rpx; |
| | | min-height: 160rpx; |
| | | } |
| | | |
| | | .fileTip { |
| | |
| | | color: #ff6c00 !important; |
| | | } |
| | | |
| | | .popupBox .t-popup { |
| | | width: 80% !important; |
| | | } |
| | | |
| | | .popupBox .t-popup__content { |
| | | padding: 40rpx 10rpx !important; |
| | | padding-top: 80rpx !important; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | .block { |
| | | height: 450px !important; |
| | | position: relative; |
| | | width: 600rpx; |
| | | height: 820rpx; |
| | | padding: 20rpx 0; |
| | | background: #fff; |
| | | border-radius: 16rpx; |
| | | |
| | | } |
| | | |
| | | .protocol { |
| | | padding: 0 20rpx; |
| | | height: 800rpx !important; |
| | | overflow: auto !important; |
| | | } |
| | | |
| | | .reasonBlock { |
| | | height: 450px !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 { |
| | |
| | | border-radius: 50rpx; |
| | | } |
| | | |
| | | /* 上传图片样式 */ |
| | | .weui-uploader { |
| | | height: 152rpx; |
| | | } |
| | | |
| | | .tp_add { |
| | | width: 152rpx; |