123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @charset "UTF-8";
- .tn-custom-nav-bar.data-v-1748c37c {
- display: block;
- position: relative;
- }
- .tn-custom-nav-bar__bar.data-v-1748c37c {
- display: flex;
- position: relative;
- align-items: center;
- min-height: 100rpx;
- justify-content: space-between;
- min-height: 0px;
- padding-right: 220rpx;
- box-shadow: 0rpx 0rpx 0rpx;
- z-index: 9999;
- }
- .tn-custom-nav-bar__bar--fixed.data-v-1748c37c {
- position: fixed;
- width: 100%;
- top: 0;
- }
- .tn-custom-nav-bar__bar--alpha.data-v-1748c37c {
- background: transparent !important;
- box-shadow: none !important;
- }
- .tn-custom-nav-bar__bar__action.data-v-1748c37c {
- display: flex;
- align-items: center;
- height: 100%;
- justify-content: center;
- max-width: 100%;
- }
- .tn-custom-nav-bar__bar__action--nav-back.data-v-1748c37c {
-
-
-
-
- margin-left: 20rpx;
- font-size: 38rpx;
- line-height: 100%;
- }
- .tn-custom-nav-bar__bar__action--nav-back-text.data-v-1748c37c {
- margin-left: 10rpx;
- }
- .tn-custom-nav-bar__bar__content.data-v-1748c37c {
- position: absolute;
- text-align: center;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- font-size: 32rpx;
- cursor: none;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
|