index.less 3.0 KB

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