index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-f3506c63 {
  4. display: flex;
  5. flex-direction: column;
  6. min-height: 100vh;
  7. background-color: var(--f1Color);
  8. }
  9. .content .one.data-v-f3506c63 {
  10. padding: 2vw;
  11. background-color: var(--mainColor);
  12. }
  13. .content .two.data-v-f3506c63 {
  14. margin: 2vw;
  15. border-radius: 5px;
  16. background-color: var(--mainColor);
  17. }
  18. .content .thr.data-v-f3506c63 {
  19. margin: 0 2vw;
  20. }
  21. .content .thr .list.data-v-f3506c63 {
  22. display: flex;
  23. margin: 2vw 0 0 0;
  24. padding: 2vw;
  25. border-radius: 5px;
  26. background-color: var(--mainColor);
  27. }
  28. .content .thr .list .left.data-v-f3506c63 {
  29. width: 28%;
  30. margin: 0 2vw 0 0;
  31. }
  32. .content .thr .list .left .image.data-v-f3506c63 {
  33. width: 25vw;
  34. height: 25vw;
  35. border-radius: 25vw;
  36. }
  37. .content .thr .list .right.data-v-f3506c63 {
  38. width: 70%;
  39. }
  40. .content .thr .list .right .right_1.data-v-f3506c63 {
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. }
  45. .content .thr .list .right .right_1 .leftR.data-v-f3506c63 {
  46. width: 40%;
  47. font-size: var(--font16Size);
  48. font-weight: bold;
  49. }
  50. .content .thr .list .right .right_1 .rightR.data-v-f3506c63 {
  51. width: 60%;
  52. text-align: right;
  53. font-size: var(--font12Size);
  54. }
  55. .content .thr .list .right .right_1 .rightR .text.data-v-f3506c63 {
  56. text-align: center;
  57. border: 1px solid var(--3c9Color);
  58. border-radius: 4px;
  59. padding: 1vw;
  60. background: linear-gradient(to right, #ffffff, #3c9cff59);
  61. }
  62. .content .thr .list .right .right_1 .rightR .text .text_1.data-v-f3506c63 {
  63. color: var(--3c9Color);
  64. font-weight: bold;
  65. }
  66. .content .thr .list .right .right_1 .rightR .text .text_2.data-v-f3506c63 {
  67. color: var(--ff0Color);
  68. }
  69. .content .thr .list .right .right_2.data-v-f3506c63 {
  70. display: flex;
  71. align-items: center;
  72. margin: 1vw 0 0 0;
  73. }
  74. .content .thr .list .right .right_2 .text.data-v-f3506c63 {
  75. font-size: var(--font14Size);
  76. margin: 0 1vw 0 0;
  77. }
  78. .content .thr .list .right .right_2 .value.data-v-f3506c63 {
  79. text-align: right;
  80. color: var(--f85Color);
  81. font-size: var(--font12Size);
  82. }
  83. .content .thr .list .right .right_3.data-v-f3506c63 {
  84. display: flex;
  85. align-items: center;
  86. justify-content: space-between;
  87. }
  88. .content .thr .list .right .right_3 .money.data-v-f3506c63 {
  89. width: 50%;
  90. font-size: var(--font14Size);
  91. color: var(--ff0Color);
  92. }
  93. .content .thr .list .right .right_3 .button.data-v-f3506c63 {
  94. width: 50%;
  95. text-align: right;
  96. }
  97. .content .thr .list .right .right_3 .button button.data-v-f3506c63 {
  98. color: var(--mainColor);
  99. background: linear-gradient(to right, #1e3fdc, #3c9cff);
  100. font-size: var(--font12Size);
  101. border-radius: 5vw;
  102. }
  103. .content .is_bottom.data-v-f3506c63 {
  104. width: 100%;
  105. text-align: center;
  106. }
  107. .content .is_bottom text.data-v-f3506c63 {
  108. padding: 2vw 0;
  109. display: inline-block;
  110. color: var(--f85Color);
  111. font-size: var(--font12Size);
  112. }