| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .quiz-page.data-v-e770efc2 {
- min-height: 100vh;
- background: #fff;
- }
- .nav-bar.data-v-e770efc2 {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 999;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #fff;
- }
- .nav-left.data-v-e770efc2,
- .nav-right.data-v-e770efc2 {
- width: 88rpx;
- height: 44px;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-shrink: 0;
- }
- .back-icon.data-v-e770efc2 {
- font-size: 52rpx;
- color: #111;
- line-height: 1;
- }
- .nav-title.data-v-e770efc2 {
- flex: 1;
- text-align: center;
- font-size: 32rpx;
- color: #111;
- font-weight: 500;
- }
- .webview-container.data-v-e770efc2 {
- height: calc(100vh - 44px);
- }
|