| | |
| | | |
| | | .info-center { |
| | | position: fixed; |
| | | top: 80%; |
| | | z-index: 999; |
| | | background-color: white; |
| | | align-items: center; |
| | |
| | | .dialog-title { |
| | | padding: 20rpx 0; |
| | | text-align: center; |
| | | font-size: 36rpx; |
| | | font-weight: bold; |
| | | font-size: 35rpx; |
| | | font-weight: 600; |
| | | } |
| | | |
| | | .input-box { |
| | | width: 100%; |
| | | padding: 0 20rpx; |
| | | width: 92%; |
| | | margin-bottom: 16rpx; |
| | | } |
| | | |
| | | .input { |
| | | --td-input-border-radius: 20rpx; |
| | | border-radius: 20rpx; |
| | | } |
| | | |
| | | /* 蒙层 */ |
| | | .popup-box { |
| | | position: absolute; |
| | | z-index: 99; |
| | | top: 0; |
| | | background-color: rgba(0, 0, 0, 0.5); |
| | | width: 100%; |
| | | height: 100%; |
| | | } |