index.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. .mine {
  2. height: 100vh;
  3. background-color: #f3f4f8;
  4. .mine-apply-panel {
  5. background-color: #fff;
  6. box-sizing: border-box;
  7. padding: 32px 40px;
  8. border-radius: 16px;
  9. margin: 0 auto;
  10. display: flex;
  11. flex-direction: column;
  12. justify-content: space-between;
  13. .mine-apply-panel-title {
  14. font-size: 28px;
  15. color: #14172f;
  16. font-weight: 500;
  17. }
  18. .mine-apply-panel-money {
  19. font-size: 80px;
  20. color: #14172f;
  21. font-weight: 500;
  22. }
  23. .mine-apply-panel-button {
  24. font-size: 32px;
  25. color: #fff;
  26. background-color: #007aff;
  27. display: flex;
  28. justify-content: center;
  29. align-items: center;
  30. border-radius: 50px;
  31. height: 80px;
  32. padding: 0 44px;
  33. margin: 0;
  34. }
  35. .mine-apply-panel-tip {
  36. font-size: 24px;
  37. color: #818aa4;
  38. }
  39. .split-char {
  40. width: 3px;
  41. height: 30px;
  42. background-color: #818aa4;
  43. }
  44. }
  45. .mine-tools-panel-title {
  46. font-size: 34px;
  47. color: #14172f;
  48. font-weight: 500;
  49. margin: 20px 0;
  50. }
  51. .mine-tools-panel {
  52. width: 100%;
  53. box-sizing: border-box;
  54. border-radius: 16px;
  55. padding: 0 36px;
  56. background-color: #fff;
  57. margin: 0 auto;
  58. .mine-tools-item {
  59. display: flex;
  60. justify-content: flex-start;
  61. text-align: left;
  62. align-items: center;
  63. width: 100%;
  64. height: 112px;
  65. padding: 0 12px;
  66. box-sizing: border-box;
  67. display: flex;
  68. background-color: transparent;
  69. border: none;
  70. box-shadow: none;
  71. &::after {
  72. border: none;
  73. }
  74. &:not(:last-child) {
  75. border-bottom: 1px solid #f2f2f2;
  76. }
  77. .mine-tools-item-icon {
  78. width: 48px;
  79. height: 48px;
  80. margin-right: 20px;
  81. }
  82. .mine-tools-item-title {
  83. flex-grow: 1;
  84. font-size: 30px;
  85. color: #14172f;
  86. }
  87. .icon-arrow {
  88. width: 40px;
  89. height: 40px;
  90. }
  91. }
  92. }
  93. .mine-image-wechat-official {
  94. aspect-ratio: auto;
  95. height: 180px;
  96. width: 100%;
  97. }
  98. .mine-avatar {
  99. width: 128px;
  100. height: 128px;
  101. }
  102. .mine-menu {
  103. padding: 24px 16px;
  104. .mine-menu-wrap {
  105. height: 172px;
  106. background-color: #f9f9ff;
  107. width: 100%;
  108. border: none;
  109. border-radius: 0;
  110. box-shadow: none;
  111. color: #000000;
  112. font-weight: 400;
  113. &::after {
  114. border: none;
  115. }
  116. }
  117. .mine-menu-icon {
  118. width: 60px;
  119. height: 60px;
  120. }
  121. }
  122. .mine-item-icon {
  123. width: 48px;
  124. height: 48px;
  125. padding-right: 24px;
  126. }
  127. }