123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- @charset "UTF-8";
- /**
- * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
- */
- /* 胶囊*/
- .tn-custom-nav-bar__back.data-v-7d5436a7 {
- 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-7d5436a7 {
- display: block;
- flex: 1;
- margin: auto;
- text-align: center;
- }
- .tn-custom-nav-bar__back.data-v-7d5436a7: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;
- }
- /* 底部悬浮按钮 start*/
- .tn-tabbar-height.data-v-7d5436a7 {
- min-height: 100rpx;
- height: calc(120rpx + env(safe-area-inset-bottom) / 2);
- }
- .tn-footerfixed.data-v-7d5436a7 {
- 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;
- }
- /* 底部悬浮按钮 end*/
- /* 标签内容 start*/
- .tn-tag-content__item.data-v-7d5436a7 {
- display: inline-block;
- line-height: 45rpx;
- padding: 10rpx 30rpx;
- margin: 20rpx 20rpx 5rpx 0rpx;
- }
- .tn-tag-content__item--prefix.data-v-7d5436a7 {
- padding-right: 10rpx;
- }
- .data-v-7d5436a7 .uni-forms-item__label {
- display: none;
- }
- .data-v-7d5436a7 .uni-list-item__container {
- align-items: center;
- }
- .data-v-7d5436a7 .uni-card--shadow {
- margin: 0 !important;
- }
- /* 标签内容 end*/
|