12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- @charset "UTF-8";
- .tn-custom-nav-bar__back.data-v-9fbb6266 {
- width: 60%;
- height: 100%;
- position: relative;
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- box-sizing: border-box;
- border-radius: 1000rpx;
- border: 1rpx solid rgba(255, 255, 255, 0.5);
- font-size: 18px;
- }
- .tn-custom-nav-bar__back .icon.data-v-9fbb6266 {
- display: block;
- flex: 1;
- margin: auto;
- text-align: center;
- }
- .tn-custom-nav-bar__back.data-v-9fbb6266:before {
- content: " ";
- width: 1rpx;
- height: 110%;
- position: absolute;
- top: 22.5%;
- left: 0;
- right: 0;
- margin: auto;
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- pointer-events: none;
- box-sizing: border-box;
- opacity: 0.7;
- background-color: #FFFFFF;
- }
- .tn-tabbar-height.data-v-9fbb6266 {
- min-height: 100rpx;
- height: calc(120rpx + env(safe-area-inset-bottom) / 2);
- }
- .tn-footerfixed.data-v-9fbb6266 {
- position: fixed;
- width: 100%;
- bottom: calc(env(safe-area-inset-bottom));
- z-index: 1024;
- box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0);
- background: #fff;
- }
|