index.wxss 3.1 KB

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