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