| | |
| | | margin-top: -30rpx; |
| | | } |
| | | |
| | | .con-bg { |
| | | height: 30rpx; |
| | | background: #fff; |
| | | width: 100%; |
| | | } |
| | | |
| | | .content { |
| | | box-sizing: border-box; |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 86rpx); |
| | | overflow-y: auto; |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); |
| | | } |
| | | |
| | | .t-tabs__track { |
| | |
| | | } |
| | | |
| | | .item-content { |
| | | border: 2rpx solid #D9D9D9; |
| | | padding: 10rpx; |
| | | flex: 1; |
| | | } |
| | | |
| | | .t-input__content { |
| | | border: 2rpx solid #D9D9D9 !important; |
| | | padding: 10rpx; |
| | | } |
| | | |
| | | .t-input__tips { |
| | | color: #f56c6c !important; |
| | | } |
| | | |
| | | .item-content .t-input { |
| | |
| | | } |
| | | |
| | | .btn-area { |
| | | margin: 40rpx 0; |
| | | margin: 40rpx; |
| | | padding: 0 40rpx; |
| | | padding-bottom: 60rpx; |
| | | } |
| | | |
| | | .submit { |
| | | background: #ff6c00; |
| | | color: #fff; |
| | | border-radius: 50rpx; |
| | | } |
| | | |
| | | .icon { |
| | | color: #f56c6c !important; |
| | | margin-right: 5rpx; |
| | | } |