index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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;
  64. }
  65. .content .two .two_2 .list.data-v-f97bc692 {
  66. text-align: center;
  67. }
  68. .content .two .two_2 .list .title.data-v-f97bc692 {
  69. display: inline-block;
  70. margin: 1vw 0 0 0;
  71. font-size: var(--font14Size);
  72. }
  73. .content .thr.data-v-f97bc692 {
  74. display: flex;
  75. flex-direction: column;
  76. margin: 2vw;
  77. border-radius: 10px;
  78. background-color: var(--mainColor);
  79. }
  80. .content .thr .list.data-v-f97bc692 {
  81. display: flex;
  82. justify-content: space-between;
  83. padding: 3vw;
  84. border-bottom: 1px solid var(--f9Color);
  85. }
  86. .content .thr .list .left.data-v-f97bc692 {
  87. display: flex;
  88. font-size: var(--font14Size);
  89. }
  90. .content .thr .list .left .icon.data-v-f97bc692 {
  91. padding: 0 2vw 0 0;
  92. }
  93. .content .thr .list .left .title.data-v-f97bc692 {
  94. display: inline-block;
  95. font-size: var(--font14Size);
  96. }
  97. .content .thr .list .right.data-v-f97bc692 {
  98. display: flex;
  99. align-items: center;
  100. font-size: var(--font14Size);
  101. color: var(--f99Color);
  102. }
  103. .content .thr .list.data-v-f97bc692:last-child {
  104. border: none;
  105. }