index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-5cb065a7 {
  4. display: flex;
  5. flex-direction: column;
  6. min-height: 100vh;
  7. background-color: var(--f1Color);
  8. }
  9. .content .one.data-v-5cb065a7 {
  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-5cb065a7 {
  17. padding: 0 2vw;
  18. width: 75vw;
  19. }
  20. .content .one .one_1 input.data-v-5cb065a7 {
  21. padding: 2vw;
  22. background-color: var(--f1Color);
  23. font-size: var(--font14Size);
  24. border-radius: 5px;
  25. }
  26. .content .one .button.data-v-5cb065a7 {
  27. background-color: var(--3c9Color);
  28. color: var(--mainColor);
  29. }
  30. .content .two.data-v-5cb065a7 {
  31. margin: 0 2vw;
  32. }
  33. .content .two .list.data-v-5cb065a7 {
  34. background-color: var(--mainColor);
  35. border-bottom: 1px solid var(--f5Color);
  36. margin: 2vw 0 0 0;
  37. border-radius: 4px;
  38. padding: 2vw;
  39. }
  40. .content .two .list .name.data-v-5cb065a7 {
  41. font-size: var(--font16Size);
  42. font-weight: bold;
  43. margin: 0 2vw 2vw 2vw;
  44. }
  45. .content .two .list .other_1.data-v-5cb065a7 {
  46. display: flex;
  47. justify-content: space-between;
  48. padding: 1vw 2vw;
  49. }
  50. .content .two .list .other_1 .value.data-v-5cb065a7 {
  51. display: flex;
  52. align-items: center;
  53. }
  54. .content .two .list .other_1 .value .title.data-v-5cb065a7 {
  55. font-size: var(--font14Size);
  56. font-weight: bold;
  57. }
  58. .content .two .list .other_1 .value .label.data-v-5cb065a7 {
  59. font-size: var(--font12Size);
  60. color: var(--f85Color);
  61. }
  62. .content .two .list .other_2.data-v-5cb065a7 {
  63. display: flex;
  64. align-items: center;
  65. padding: 1vw 2vw;
  66. }
  67. .content .two .list .other_2 .other_2_1.data-v-5cb065a7 {
  68. font-size: var(--font14Size);
  69. font-weight: bold;
  70. }
  71. .content .two .list .other_2 .other_2_2.data-v-5cb065a7 {
  72. width: 70%;
  73. font-size: var(--font12Size);
  74. color: var(--f85Color);
  75. }
  76. .content .two .list .other_2 .red.data-v-5cb065a7 {
  77. color: var(--ff0Color);
  78. }
  79. .content .two .list .bottom.data-v-5cb065a7 {
  80. margin: 2vw 0 0 0;
  81. text-align: center;
  82. }
  83. .content .two .list .bottom .button.data-v-5cb065a7 {
  84. color: var(--mainColor);
  85. font-size: var(--font14Size);
  86. border-radius: 2vw;
  87. }
  88. .content .two .list .bottom .button_1.data-v-5cb065a7 {
  89. margin: 0 2vw 0 0;
  90. background-color: var(--3c9Color);
  91. }
  92. .content .two .list .bottom .button_2.data-v-5cb065a7 {
  93. background-color: var(--ff0Color);
  94. }
  95. .content .is_bottom.data-v-5cb065a7 {
  96. width: 100%;
  97. text-align: center;
  98. }
  99. .content .is_bottom text.data-v-5cb065a7 {
  100. padding: 2vw 0;
  101. display: inline-block;
  102. color: var(--f85Color);
  103. font-size: var(--font12Size);
  104. }