123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- /**
- * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
- */
- .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--bottom-shadow.data-v-1748c37c {
- box-shadow: 0rpx 0rpx 80rpx 0rpx rgba(0, 0, 0, 0.05);
- }
- .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 {
- /* position: absolute; */
- /* top: 50%; */
- /* left: 20rpx; */
- /* margin-top: -15rpx; */
- 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;
- }
|