fa-add.ttss 654 B

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