index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-f97bc692 {
  4. display: flex;
  5. flex-direction: column;
  6. width: 100vw;
  7. height: 100vh;
  8. background: linear-gradient(to bottom, #3c9cff, #f1f1f1);
  9. }
  10. .content .one.data-v-f97bc692 {
  11. padding: 5vw;
  12. }
  13. .content .one .one_1.data-v-f97bc692 {
  14. display: flex;
  15. align-items: center;
  16. }
  17. .content .one .one_1 .left.data-v-f97bc692 {
  18. margin: 0 2vw 0 0;
  19. }
  20. .content .one .one_1 .left .logo.data-v-f97bc692 {
  21. width: 15vw;
  22. height: 15vw;
  23. border-radius: 90px;
  24. }
  25. .content .one .one_1 .right.data-v-f97bc692 {
  26. color: var(--mainColor);
  27. }
  28. .content .one .one_1 .right .name.data-v-f97bc692 {
  29. font-size: var(--font16Size);
  30. margin: 0 0 2vw 0;
  31. }
  32. .content .one .one_1 .right .gender.data-v-f97bc692 {
  33. font-size: var(--font14Size);
  34. }
  35. .content .two.data-v-f97bc692 {
  36. display: flex;
  37. flex-direction: column;
  38. padding: 3vw;
  39. margin: 2vw;
  40. border-radius: 10px;
  41. background-color: var(--mainColor);
  42. }
  43. .content .two .two_1.data-v-f97bc692 {
  44. display: flex;
  45. justify-content: space-between;
  46. align-items: center;
  47. padding: 0 0 2vw 0;
  48. border-bottom: 1px solid var(--f9Color);
  49. }
  50. .content .two .two_1 .left.data-v-f97bc692 {
  51. font-weight: 600;
  52. font-size: var(--font16Size);
  53. }
  54. .content .two .two_1 .right.data-v-f97bc692 {
  55. display: flex;
  56. align-items: center;
  57. font-size: var(--font14Size);
  58. color: var(--f99Color);
  59. }
  60. .content .two .two_2.data-v-f97bc692 {
  61. display: flex;
  62. justify-content: space-between;
  63. padding: 2vw 0;
  64. }
  65. .content .two .two_2 .list.data-v-f97bc692 {
  66. display: flex;
  67. flex-direction: column;
  68. align-items: center;
  69. justify-content: center;
  70. text-align: center;
  71. }
  72. .content .two .two_2 .list .title.data-v-f97bc692 {
  73. display: inline-block;
  74. margin: 1vw 0 0 0;
  75. font-size: var(--font14Size);
  76. }
  77. .content .thr.data-v-f97bc692 {
  78. display: flex;
  79. flex-direction: column;
  80. margin: 2vw;
  81. border-radius: 10px;
  82. background-color: var(--mainColor);
  83. }
  84. .content .thr .list.data-v-f97bc692 {
  85. display: flex;
  86. justify-content: space-between;
  87. padding: 3vw;
  88. border-bottom: 1px solid var(--f9Color);
  89. }
  90. .content .thr .list .left.data-v-f97bc692 {
  91. display: flex;
  92. align-items: center;
  93. font-size: var(--font14Size);
  94. }
  95. .content .thr .list .left .icon.data-v-f97bc692 {
  96. padding: 0 2vw 0 0;
  97. }
  98. .content .thr .list .left .title.data-v-f97bc692 {
  99. display: inline-block;
  100. font-size: var(--font14Size);
  101. }
  102. .content .thr .list .right.data-v-f97bc692 {
  103. display: flex;
  104. align-items: center;
  105. font-size: var(--font14Size);
  106. color: var(--f99Color);
  107. }
  108. .content .thr .list.data-v-f97bc692:last-child {
  109. border: none;
  110. }