index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. /* uni.scss */
  7. .content.data-v-4723889f {
  8. display: flex;
  9. flex-direction: column;
  10. width: 100vw;
  11. height: 100vh;
  12. }
  13. .content .top.data-v-4723889f {
  14. margin: 2vw;
  15. }
  16. .content .bottom.data-v-4723889f {
  17. position: relative;
  18. flex-grow: 1;
  19. }
  20. .content .bottom .one .one_1.data-v-4723889f {
  21. display: flex;
  22. justify-content: space-between;
  23. align-items: center;
  24. padding: 2vw 4vw;
  25. }
  26. .content .bottom .one .one_1 .list.data-v-4723889f {
  27. display: flex;
  28. flex-direction: column;
  29. align-items: center;
  30. }
  31. .content .bottom .one .one_1 .list .title.data-v-4723889f {
  32. margin: 1vw 0 0 0;
  33. font-size: var(--font14Size);
  34. }
  35. .content .bottom .one .one_2 .image.data-v-4723889f {
  36. width: 35px;
  37. height: 35px;
  38. border-radius: 35px;
  39. }
  40. .content .bottom .one .one_3.data-v-4723889f {
  41. padding: 2vw;
  42. }
  43. .content .bottom .one .one_3 .list.data-v-4723889f {
  44. background-color: var(--f9Color);
  45. }
  46. .content .bottom .one .one_3 .list .name.data-v-4723889f {
  47. padding: 2vw 4vw;
  48. font-size: var(--font14Size);
  49. }
  50. .content .bottom .two.data-v-4723889f {
  51. margin: 2vw;
  52. }
  53. .content .bottom .two .list.data-v-4723889f {
  54. display: flex;
  55. margin: 1vw 0 0 0;
  56. padding: 1vw;
  57. }
  58. .content .bottom .two .list .left .image.data-v-4723889f {
  59. width: 130px;
  60. height: 100px;
  61. border-radius: 2px;
  62. }
  63. .content .bottom .two .list .right.data-v-4723889f {
  64. display: flex;
  65. flex-direction: column;
  66. justify-content: space-between;
  67. margin: 0 0 0 2vw;
  68. width: 100%;
  69. }
  70. .content .bottom .two .list .right .name.data-v-4723889f {
  71. font-size: var(--font14Size);
  72. }
  73. .content .bottom .two .list .right .other.data-v-4723889f {
  74. color: var(--f85Color);
  75. font-size: var(--font12Size);
  76. }
  77. .content .bottom .two .list .right .money.data-v-4723889f {
  78. color: var(--fF0Color);
  79. font-size: var(--font12Size);
  80. }
  81. .content .bottom .two .list .right .money text.data-v-4723889f:first-child {
  82. font-size: var(--font18Size);
  83. }
  84. .scroll-view.data-v-4723889f {
  85. position: absolute;
  86. top: 0;
  87. left: 0;
  88. right: 0;
  89. bottom: 0;
  90. }
  91. .scroll-view .list-scroll-view.data-v-4723889f {
  92. display: flex;
  93. flex-direction: column;
  94. }
  95. .is_bottom.data-v-4723889f {
  96. width: 100%;
  97. text-align: center;
  98. }
  99. .is_bottom text.data-v-4723889f {
  100. padding: 2vw 0;
  101. display: inline-block;
  102. color: var(--f85Color);
  103. font-size: var(--font12Size);
  104. }