index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. height: 100px;
  58. }
  59. .content .bottom .two .list .left .image.data-v-4723889f {
  60. width: 130px;
  61. height: 100px;
  62. border-radius: 2px;
  63. }
  64. .content .bottom .two .list .right.data-v-4723889f {
  65. display: flex;
  66. flex-direction: column;
  67. justify-content: space-between;
  68. margin: 0 0 0 2vw;
  69. width: 100%;
  70. }
  71. .content .bottom .two .list .right .name.data-v-4723889f {
  72. font-size: var(--font14Size);
  73. }
  74. .content .bottom .two .list .right .other.data-v-4723889f {
  75. color: var(--f85Color);
  76. font-size: var(--font12Size);
  77. }
  78. .content .bottom .two .list .right .money.data-v-4723889f {
  79. color: var(--fF0Color);
  80. font-size: var(--font12Size);
  81. }
  82. .content .bottom .two .list .right .money text.data-v-4723889f:first-child {
  83. font-size: var(--font18Size);
  84. }
  85. .scroll-view.data-v-4723889f {
  86. position: absolute;
  87. top: 0;
  88. left: 0;
  89. right: 0;
  90. bottom: 0;
  91. }
  92. .scroll-view .list-scroll-view.data-v-4723889f {
  93. display: flex;
  94. flex-direction: column;
  95. }
  96. .is_bottom.data-v-4723889f {
  97. width: 100%;
  98. text-align: center;
  99. }
  100. .is_bottom text.data-v-4723889f {
  101. padding: 2vw 0;
  102. display: inline-block;
  103. color: var(--f85Color);
  104. font-size: var(--font12Size);
  105. }