u-back-top.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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: -webkit-box;
  12. display: -webkit-flex;
  13. display: flex;
  14. -webkit-box-orient: horizontal;
  15. -webkit-box-direction: normal;
  16. -webkit-flex-direction: row;
  17. flex-direction: row;
  18. flex-direction: column;
  19. -webkit-box-pack: center;
  20. -webkit-justify-content: center;
  21. justify-content: center;
  22. background-color: #E1E1E1;
  23. color: #606266;
  24. -webkit-box-align: center;
  25. -webkit-align-items: center;
  26. align-items: center;
  27. -webkit-transition: opacity 0.4s;
  28. transition: opacity 0.4s;
  29. }
  30. .u-back-top__content.data-v-b41816c0 {
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-box-orient: horizontal;
  35. -webkit-box-direction: normal;
  36. -webkit-flex-direction: row;
  37. flex-direction: row;
  38. flex-direction: column;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. }
  43. .u-back-top__content__tips.data-v-b41816c0 {
  44. font-size: 24rpx;
  45. -webkit-transform: scale(0.8);
  46. transform: scale(0.8);
  47. line-height: 1;
  48. }