index.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. @charset "utf-8";
  2. #index {
  3. .block-1 {
  4. padding: 15px;
  5. position: relative;
  6. .line {
  7. position: absolute;
  8. width: 30px;
  9. height: 5px;
  10. background: #7660A4;
  11. top: 80px;
  12. }
  13. .title {
  14. color: #303036;
  15. margin-bottom: 5px;
  16. }
  17. .sub {
  18. font-size: 12px;
  19. color: #303036;
  20. margin-bottom: 30px;
  21. }
  22. .line {}
  23. .copy-title {
  24. font-size: 12px;
  25. color: #686872;
  26. margin-bottom: 5px;
  27. }
  28. .input {
  29. height: 44px;
  30. line-height: 44px;
  31. background: rgba(255, 255, 255, 1);
  32. border: 2px solid rgba(229, 229, 229, 1);
  33. font-size: 12px;
  34. display: flex;
  35. .prefix {
  36. background: rgba(247, 247, 247, 1);
  37. padding: 0 6px;
  38. display: inline-block;
  39. height: 40px;
  40. line-height: 40px;
  41. vertical-align: top;
  42. }
  43. .value {
  44. color: #40A8E2;
  45. padding: 0 10px;
  46. display: inline-block;
  47. height: 40px;
  48. line-height: 40px;
  49. vertical-align: top;
  50. flex: 1;
  51. }
  52. .assets {
  53. vertical-align: top;
  54. }
  55. }
  56. }
  57. .block-2 {
  58. background: #fefefe;
  59. position: relative;
  60. max-width: 750px;
  61. margin: 0 auto;
  62. .bg {
  63. .bg-1 {
  64. background-image: url('/assets/bg_img1.png');
  65. background-repeat: no-repeat;
  66. background-position: left;
  67. background-size: 485px 128px;
  68. height: 128px;
  69. }
  70. .bg-2 {
  71. background-image: url('/assets/bg_img2.png');
  72. background-repeat: no-repeat;
  73. background-position: center;
  74. background-size: 750px 300px;
  75. height: 300px;
  76. }
  77. .bg-3 {
  78. background-image: url('/assets/bg_img3.png');
  79. background-repeat: no-repeat;
  80. background-position: center;
  81. background-size: 750px 300px;
  82. height: 300px;
  83. }
  84. .bg-4 {
  85. background-image: url('/assets/bg_img4.png');
  86. background-repeat: no-repeat;
  87. background-position: center;
  88. background-size: 750px 300px;
  89. height: 300px;
  90. }
  91. .bg-5 {
  92. background-image: url('/assets/bg_img5.png');
  93. background-repeat: no-repeat;
  94. background-position: center;
  95. background-size: 750px 240px;
  96. height: 240px;
  97. }
  98. }
  99. .fixed {
  100. position: absolute;
  101. top: 0;
  102. left: 0;
  103. right: 0;
  104. padding-top: 35px;
  105. padding-left: 15px;
  106. padding-right: 15px;
  107. .h-title {
  108. color: #050930;
  109. font-size: 18px;
  110. font-weight: 600;
  111. text-align: center;
  112. margin-bottom: 30px;
  113. }
  114. .line {
  115. height: 3px;
  116. width: 15px;
  117. background: #7660A4;
  118. position: absolute;
  119. top: 75px;
  120. }
  121. .title {
  122. color: #303139;
  123. font-size: 16px;
  124. font-weight: 600;
  125. margin-bottom: 10px;
  126. }
  127. .block-2-1 {
  128. background: rgba(255, 255, 255, 1);
  129. box-shadow: 0px 14px 24px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
  130. border-radius: 4px;
  131. border: 1px solid rgba(240, 240, 240, 1);
  132. margin-bottom: 15px;
  133. padding: 20px 18px;
  134. .block-2-1-h {
  135. .assets {
  136. margin-right: 7px;
  137. width: 20px;
  138. height: 20px;
  139. transform: translateY(-2px)
  140. }
  141. .block-2-1-h-t {
  142. font-size: 16px;
  143. color: #303139;
  144. font-weight: 600;
  145. margin-right: 5px;
  146. display: inline-block;
  147. }
  148. .block-2-1-h-s {
  149. font-size: 12px;
  150. color: #5E677B;
  151. display: inline-block;
  152. }
  153. }
  154. .block-2-1-d {
  155. font-size: 12px;
  156. color: #8897A8;
  157. }
  158. }
  159. .block-2-2 {
  160. display: flex;
  161. margin: 30px -7px;
  162. .block-2-2-i {
  163. flex: 1;
  164. margin: 0 7px;
  165. background: rgba(255, 255, 255, 1);
  166. box-shadow: 0px 14px 24px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
  167. border-radius: 2px;
  168. border: 1px solid rgba(240, 240, 240, 1);
  169. padding: 10px 15px;
  170. .block-2-2-i-t {
  171. font-size: 18px;
  172. font-weight: 600;
  173. margin-bottom: 25px;
  174. }
  175. .block-2-2-i-d {
  176. font-size: 10px;
  177. }
  178. }
  179. }
  180. .block-2-3 {
  181. background: rgba(255, 255, 255, 1);
  182. box-shadow: 0px 20px 30px 0px rgba(156, 183, 223, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.02);
  183. border-radius: 4px;
  184. border: 1px solid rgba(246, 250, 255, 1);
  185. margin-bottom: 15px;
  186. padding: 20px 15px;
  187. position: relative;
  188. .block-2-3-t {
  189. font-weight: 600;
  190. margin-bottom: 10px;
  191. }
  192. .block-2-3-d {
  193. font-size: 12px;
  194. color: #8897A8;
  195. }
  196. .assets {
  197. position: absolute;
  198. right: 0;
  199. top: 0;
  200. }
  201. }
  202. }
  203. }
  204. .blue {
  205. color: #4292F0;
  206. }
  207. .red {
  208. color: #F36565;
  209. }
  210. .yellow {
  211. color: #F2B252;
  212. }
  213. }