| | |
| | | |
| | | .audioBackground { |
| | | flex: 1; |
| | | background-image: url('https://jsek.bnuic.com/website/image/video-bg.png'); |
| | | background-image: url('https://jsek.bnuic.com/home/image/video-bg.png'); |
| | | background-repeat: no-repeat; |
| | | background-position: center center; |
| | | background-size: 100% 100%; |
| | |
| | | flex-direction: row; |
| | | } |
| | | |
| | | .wrapper { |
| | | overflow-y: scroll; |
| | | overflow-x: hidden; |
| | | height: 50vh; |
| | | .t-dialog__header { |
| | | margin-top: 30rpx; |
| | | } |
| | | |
| | | .prompDialog { |
| | | --td-button-primary-bg-color: #ff6c00; |
| | | --td-button-primary-border-color: #ff6c00; |
| | | --td-button-primary-active-bg-color: #ff984d; |
| | | --td-button-primary-active-border-color: #ff984d; |
| | | } |
| | | .prompDialog .t-dialog__header { |
| | | margin-top: 30rpx; |
| | | } |