index.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. @import '../../app.less';
  2. .module.card {
  3. min-height: 314px;
  4. position: relative;
  5. .header {
  6. color: @night-blue;
  7. background: @theme_bg_color;
  8. font-size: 18px;
  9. height: 44px;
  10. line-height: 44px;
  11. padding-left: 36px;
  12. padding-right: 32px;
  13. .sub-title {
  14. float: right;
  15. font-size: 18px;
  16. }
  17. }
  18. .body {
  19. padding: 24px 32px 32px;
  20. .title {
  21. margin-bottom: 28px;
  22. font-size: 16px;
  23. color: @night-blue;
  24. }
  25. .btn {
  26. margin: 0 -32px;
  27. width: 100%;
  28. position: absolute;
  29. bottom: 44px;
  30. text-align: center;
  31. }
  32. }
  33. }
  34. .module.card.buy {
  35. .header {
  36. .sub-title {
  37. color: @cornflower;
  38. }
  39. }
  40. .body {
  41. .desc {
  42. .item {
  43. position: relative;
  44. margin-bottom: 18px;
  45. padding-left: 15px;
  46. font-size: 18px;
  47. }
  48. .item:before {
  49. content: '';
  50. width: 6px;
  51. height: 6px;
  52. position: absolute;
  53. background: @theme_color;
  54. border-radius: 3px;
  55. top: 10px;
  56. left: 0;
  57. }
  58. }
  59. }
  60. }
  61. .module.card.open {
  62. .header {
  63. .sub-title {
  64. color: @holder_color;
  65. }
  66. }
  67. .body {
  68. .text {
  69. margin-top: 40px;
  70. line-height: 25px;
  71. padding-left: 30px;
  72. padding-right: 5px;
  73. position: relative;
  74. .ant-checkbox-wrapper {
  75. position: absolute;
  76. left: 0;
  77. top: 5px;
  78. }
  79. }
  80. }
  81. }
  82. .module.card.ing {
  83. .body {
  84. .text {
  85. >div {
  86. margin-bottom: 10px;
  87. }
  88. }
  89. .list {
  90. .item {
  91. margin-top: 30px;
  92. .top {
  93. margin-bottom: 28px;
  94. .date {
  95. color: @night-blue;
  96. display: inline-block;
  97. }
  98. .action {
  99. float: right;
  100. .icon-button {
  101. margin-left: 22px;
  102. }
  103. }
  104. }
  105. }
  106. }
  107. }
  108. }
  109. .module.card.end {
  110. .header {
  111. background: #c8d1da;
  112. }
  113. }
  114. .module.card1 {
  115. min-height: 314px;
  116. position: relative;
  117. .header {
  118. text-align: center;
  119. .tag {
  120. vertical-align: top;
  121. margin-top: 12px;
  122. display: inline-block;
  123. padding: 0 7px;
  124. background: #6865FD;
  125. height: 18px;
  126. line-height: 18px;
  127. margin-right: 5px;
  128. font-size: 10px;
  129. color: #fff;
  130. border-radius: 8px;
  131. }
  132. }
  133. .header {
  134. color: @night-blue;
  135. background: @theme_bg_color;
  136. font-size: 18px;
  137. height: 44px;
  138. line-height: 44px;
  139. padding-left: 36px;
  140. padding-right: 32px;
  141. }
  142. .body {
  143. padding: 24px;
  144. }
  145. }
  146. .module.card1.open {
  147. .header {
  148. .sub-title {
  149. color: @holder_color;
  150. }
  151. }
  152. .body {
  153. .t-1 {
  154. margin-top: 20px;
  155. font-size: 16px;
  156. color: #5E677B;
  157. text-align: center;
  158. }
  159. .t-2 {
  160. font-size: 12px;
  161. color: #8897A8;
  162. text-align: center;
  163. margin-bottom: 20px;
  164. }
  165. .qr-code {
  166. text-align: center;
  167. }
  168. .text {
  169. margin-top: 50px;
  170. line-height: 25px;
  171. padding-left: 30px;
  172. padding-right: 5px;
  173. position: relative;
  174. font-size: 12px;
  175. margin-bottom: 30px;
  176. .ant-checkbox-wrapper {
  177. margin-right: 2px;
  178. }
  179. }
  180. .btn {
  181. margin: 0 auto;
  182. width: 110px;
  183. text-align: center;
  184. .button {
  185. width: 110px;
  186. display: inline-block;
  187. }
  188. }
  189. }
  190. }
  191. .module.card1.ing {
  192. .body {
  193. .text {
  194. padding-top: 50px;
  195. padding-left: 100px;
  196. .t-1 {
  197. font-size: 20px;
  198. color: #5E677B;
  199. }
  200. .t-2 {
  201. font-size: 14p;
  202. color: #5E677B;
  203. }
  204. }
  205. .title {
  206. margin-bottom: 10px;
  207. font-size: 14px;
  208. color: #5E677B;
  209. }
  210. .list {
  211. .item {
  212. margin-bottom: 15px;
  213. .top {
  214. .title {
  215. color: #050930;
  216. font-size: 16px;
  217. }
  218. }
  219. .detail {
  220. height: 25px;
  221. line-height: 25px;
  222. .progress {
  223. display: inline-block;
  224. width: 160px;
  225. }
  226. .action {
  227. display: inline-block;
  228. .icon-button {
  229. margin-left: 22px;
  230. }
  231. }
  232. }
  233. }
  234. }
  235. .bottom {
  236. color: #8897A8;
  237. font-size: 12px;
  238. position: absolute;
  239. bottom: 20px;
  240. }
  241. }
  242. }
  243. .module.card1.end {
  244. .text {
  245. padding-top: 70px;
  246. text-align: center;
  247. .t-1 {
  248. font-size: 20px;
  249. color: #5E677B;
  250. }
  251. }
  252. .bottom {
  253. color: #8897A8;
  254. font-size: 12px;
  255. position: absolute;
  256. bottom: 20px;
  257. }
  258. }
  259. .module.card1.stop {
  260. .text {
  261. padding-top: 50px;
  262. text-align: center;
  263. .t-1 {
  264. font-size: 20px;
  265. color: #5E677B;
  266. }
  267. .t-2 {
  268. font-size: 14p;
  269. color: #5E677B;
  270. }
  271. }
  272. }