u-back-top.ttss 824 B

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