index.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  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. }
  140. .body {
  141. padding: 24px;
  142. }
  143. .good-icon {
  144. position: absolute;
  145. left: 50px;
  146. width: 40px;
  147. height: 40px;
  148. top: 125px;
  149. }
  150. }
  151. .module.card1.open {
  152. .header {
  153. .sub-title {
  154. color: @holder_color;
  155. }
  156. }
  157. .body {
  158. .t-1 {
  159. margin-top: 20px;
  160. font-size: 16px;
  161. color: #5E677B;
  162. text-align: center;
  163. }
  164. .t-2 {
  165. font-size: 12px;
  166. color: #8897A8;
  167. text-align: center;
  168. margin-bottom: 20px;
  169. }
  170. .qr-code {
  171. text-align: center;
  172. }
  173. .text {
  174. margin-top: 50px;
  175. line-height: 25px;
  176. padding-left: 30px;
  177. padding-right: 5px;
  178. position: relative;
  179. font-size: 12px;
  180. margin-bottom: 30px;
  181. .ant-checkbox-wrapper {
  182. margin-right: 2px;
  183. }
  184. }
  185. .btn {
  186. margin: 0 auto;
  187. width: 110px;
  188. text-align: center;
  189. .button {
  190. width: 110px;
  191. display: inline-block;
  192. }
  193. }
  194. .text-end {
  195. padding-top: 70px;
  196. text-align: center;
  197. .t-1 {
  198. font-size: 18px;
  199. color: #5E677B;
  200. }
  201. }
  202. }
  203. }
  204. .module.card1.ing {
  205. .body {
  206. .text {
  207. padding-top: 50px;
  208. padding-left: 100px;
  209. .t-1 {
  210. font-size: 20px;
  211. color: #5E677B;
  212. }
  213. .t-2 {
  214. font-size: 14p;
  215. color: #5E677B;
  216. }
  217. }
  218. .title {
  219. margin-bottom: 10px;
  220. font-size: 14px;
  221. color: #5E677B;
  222. }
  223. .list {
  224. .item {
  225. margin-bottom: 15px;
  226. .top {
  227. .title {
  228. color: #050930;
  229. font-size: 16px;
  230. }
  231. }
  232. .detail {
  233. height: 25px;
  234. line-height: 25px;
  235. .progress {
  236. display: inline-block;
  237. width: 140px;
  238. }
  239. .action {
  240. display: inline-block;
  241. .icon-button {
  242. margin-left: 22px;
  243. }
  244. }
  245. }
  246. }
  247. }
  248. .bottom {
  249. color: #8897A8;
  250. font-size: 12px;
  251. position: absolute;
  252. bottom: 20px;
  253. }
  254. }
  255. }
  256. .module.card1.end {
  257. .text {
  258. padding-top: 70px;
  259. text-align: center;
  260. .t-1 {
  261. font-size: 18px;
  262. color: #5E677B;
  263. }
  264. }
  265. .bottom {
  266. color: #8897A8;
  267. font-size: 12px;
  268. position: absolute;
  269. bottom: 20px;
  270. }
  271. }
  272. .module.card1.stop {
  273. .text {
  274. padding-top: 50px;
  275. text-align: center;
  276. .t-1 {
  277. font-size: 20px;
  278. color: #5E677B;
  279. }
  280. .t-2 {
  281. font-size: 14p;
  282. color: #5E677B;
  283. }
  284. }
  285. }