| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .header.data-v-4e83255d {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-left: 20rpx;
- padding-right: 20rpx;
- background-color: #ffffff;
- z-index: 100;
- }
- .header-left.data-v-4e83255d,
- .header-right.data-v-4e83255d {
- display: flex;
- align-items: center;
- }
- .header-right.data-v-4e83255d {
- gap: 30rpx;
- }
- .back-btn.data-v-4e83255d,
- .icon-btn.data-v-4e83255d {
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #000000;
- }
- .icon.data-v-4e83255d {
- font-family: "iconfont";
- font-size: 40rpx;
- }
- .icon-text.data-v-4e83255d {
- font-size: 20rpx;
- margin-top: 4rpx;
- }
|