123456789101112131415161718192021222324252627282930313233 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .u-back-top.data-v-b41816c0 {
- width: 80rpx;
- height: 80rpx;
- position: fixed;
- z-index: 9;
- display: flex;
- flex-direction: row;
- flex-direction: column;
- justify-content: center;
- background-color: #E1E1E1;
- color: #606266;
- align-items: center;
- transition: opacity 0.4s;
- }
- .u-back-top__content.data-v-b41816c0 {
- display: flex;
- flex-direction: row;
- flex-direction: column;
- align-items: center;
- }
- .u-back-top__content__tips.data-v-b41816c0 {
- font-size: 24rpx;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- line-height: 1;
- }
|