| | |
| | | height: 100%; |
| | | } |
| | | |
| | | .pictureBox image { |
| | | /* width: 100%; |
| | | height: auto; */ |
| | | } |
| | | |
| | | |
| | | .download-btn { |
| | | width: 100%; |
| | |
| | | 75% { |
| | | transform: scale(2.0); |
| | | } |
| | | } |
| | | |
| | | .img-box { |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | box-shadow: 0 3px 6px 1px #00000029; |
| | | } |
| | | |
| | | .excelBox { |
| | | margin: 30rpx auto; |
| | | } |
| | | |
| | | .textBox { |
| | | display: flex; |
| | | font-size: 24rpx; |
| | | } |
| | | |
| | | .textWidth { |
| | | text-align: center; |
| | | flex: 1; |
| | | } |
| | | |
| | | .scrollBox { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 60px); |
| | | } |
| | | |
| | | .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; |
| | | } |