index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .mine {
  2. min-height: 100vh;
  3. background-color: #041129;
  4. padding-bottom: 120px;
  5. .banner-info {
  6. width: 100%;
  7. height: 750px;
  8. .banner-image {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. }
  13. .content {
  14. padding: 0 30px;
  15. .user-text {
  16. display: flex;
  17. justify-content: space-between;
  18. font-family: PingFangSC-Regular;
  19. font-size: 28px;
  20. color: rgba(255, 255, 255, .75);
  21. font-family: PingFangSC-Regular;
  22. font-size: 28px;
  23. color: rgba(255,255,255,.75);
  24. .user-left {
  25. display: flex;
  26. align-items: center;
  27. .user-img {
  28. width: 56px;
  29. height: 56px;
  30. display: block;
  31. margin-right: 20px;
  32. }
  33. }
  34. .like {
  35. display: flex;
  36. align-items: center;
  37. .like-img {
  38. width: 36px;
  39. height: 36px;
  40. margin-right: 6px;
  41. }
  42. }
  43. }
  44. .draw-title {
  45. margin-top: 48px;
  46. font-family: PingFangSC-Regular;
  47. font-size: 32px;
  48. color: #FFFFFF;
  49. }
  50. .draw-text {
  51. margin-top: 20px;
  52. .draw-taxtarea {
  53. width: 642px;
  54. background-color: rgba(255, 255, 255, .05);
  55. color: rgba(255, 255, 255, .5);
  56. min-height: 240px;
  57. padding: 24px;
  58. }
  59. .copy {
  60. margin-top: 20px;
  61. display: flex;
  62. justify-content: flex-end;
  63. .copy-button {
  64. display: flex;
  65. align-items: center;
  66. border: 2px solid #0F84EC;
  67. color: #0F84EC;
  68. font-size: 24px;
  69. padding: 5px 20px;
  70. border-radius: 30px;
  71. .copy-icon {
  72. width: 24px;
  73. height: 24px;
  74. margin-right: 10px;
  75. }
  76. }
  77. }
  78. }
  79. .draw-content {
  80. margin-top: 48px;
  81. .draw-info {
  82. margin-top: 1px;
  83. background: #0F1A2F;
  84. padding: 0 30px;
  85. display: flex;
  86. justify-content: space-between;
  87. align-items: center;
  88. height: 112px;
  89. font-family: PingFangSC-Regular;
  90. font-size: 32px;
  91. color: rgba(255, 255, 255, .75);
  92. }
  93. .draw-info:first-child {
  94. border-radius: 16px 16px 0 0;
  95. }
  96. .draw-info:last-child {
  97. border-radius: 0 0 16px 16px;
  98. }
  99. }
  100. }
  101. .func {
  102. width: 100%;
  103. margin-top: 76px;
  104. .func-list {
  105. padding: 0 30px;
  106. display: flex;
  107. justify-content: space-evenly;
  108. }
  109. .func-info {
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. width: 218px;
  114. height: 80px;
  115. border-radius: 8px;
  116. border: 2px solid rgba(16, 133, 237, 1);
  117. font-family: PingFangSC-Regular;
  118. font-size: 32px;
  119. color: #38ADF4;
  120. letter-spacing: 0;
  121. text-align: center;
  122. .func-image {
  123. margin-right: 22px;
  124. width: 48px;
  125. height: 48px;
  126. }
  127. }
  128. }
  129. }