index.wxss 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-db68cfa6 {
  4. background-color: var(--f1Color);
  5. }
  6. .content .one.data-v-db68cfa6 {
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. padding: 2vw;
  11. background-color: var(--mainColor);
  12. }
  13. .content .one .one_1.data-v-db68cfa6 {
  14. padding: 0 2vw;
  15. width: 75vw;
  16. }
  17. .content .one .one_1 input.data-v-db68cfa6 {
  18. padding: 2vw;
  19. background-color: var(--f1Color);
  20. font-size: var(--font14Size);
  21. border-radius: 5px;
  22. }
  23. .content .one .one_2 .button.data-v-db68cfa6 {
  24. background-color: var(--3c9Color);
  25. color: var(--mainColor);
  26. }
  27. .content .two.data-v-db68cfa6 {
  28. height: 90vh;
  29. display: flex;
  30. flex-direction: row;
  31. margin: 2vw 0 0 0;
  32. }
  33. .content .two .two_1.data-v-db68cfa6 {
  34. position: relative;
  35. width: 25vw;
  36. background-color: #fafafa;
  37. display: flex;
  38. flex-direction: column;
  39. }
  40. .content .two .two_1 .list.data-v-db68cfa6 {
  41. text-align: center;
  42. padding: 3.1vw 0;
  43. border-bottom: 1px solid var(--f1Color);
  44. }
  45. .content .two .two_1 .list text.data-v-db68cfa6 {
  46. font-size: var(--font14Size);
  47. }
  48. .content .two .two_1 .listActive.data-v-db68cfa6 {
  49. background-color: var(--3c9Color);
  50. color: var(--mainColor);
  51. }
  52. .content .two .two_2.data-v-db68cfa6 {
  53. width: 75vw;
  54. flex-grow: 1;
  55. position: relative;
  56. display: flex;
  57. flex-direction: column;
  58. }
  59. .content .two .two_2 .two_2_1.data-v-db68cfa6 {
  60. background-color: var(--mainColor);
  61. }
  62. .content .two .two_2 .two_2_2.data-v-db68cfa6 {
  63. flex-grow: 1;
  64. position: relative;
  65. display: flex;
  66. flex-direction: column;
  67. margin: 2vw 2vw 0 2vw;
  68. }
  69. .content .two .two_2 .two_2_2 .list.data-v-db68cfa6 {
  70. display: flex;
  71. padding: 2vw;
  72. border-radius: 5px;
  73. background-color: var(--mainColor);
  74. }
  75. .content .two .two_2 .is_bottom.data-v-db68cfa6 {
  76. width: 100%;
  77. text-align: center;
  78. }
  79. .content .two .two_2 .is_bottom text.data-v-db68cfa6 {
  80. padding: 2vw 0;
  81. display: inline-block;
  82. color: var(--f85Color);
  83. font-size: var(--font12Size);
  84. }
  85. .content .scroll-view.data-v-db68cfa6 {
  86. position: absolute;
  87. top: 0;
  88. left: 0;
  89. right: 0;
  90. bottom: 0;
  91. }
  92. .content .scroll-view .list-scroll-view.data-v-db68cfa6 {
  93. display: flex;
  94. flex-direction: column;
  95. }