activity-form.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. .layout {
  2. width: 1200px;
  3. margin: 0 auto;
  4. }
  5. .el-breadcrumb {
  6. padding: 30px 0 20px;
  7. }
  8. .one {
  9. background-color: #FFFFFF;
  10. }
  11. .activity {
  12. display: -webkit-box;
  13. display: -webkit-flex;
  14. display: -moz-box;
  15. display: -ms-flexbox;
  16. display: flex;
  17. padding: 30px;
  18. }
  19. .activity .el-image {
  20. width: 300px;
  21. height: 168px;
  22. border-radius: 8px;
  23. }
  24. .activity .info {
  25. -webkit-box-flex: 1;
  26. -webkit-flex: 1;
  27. -moz-box-flex: 1;
  28. -ms-flex: 1;
  29. flex: 1;
  30. padding: 10px 0 0 30px;
  31. }
  32. .activity .title {
  33. font-weight: bold;
  34. font-size: 22px;
  35. line-height: 29px;
  36. color: #282828;
  37. }
  38. .activity .attr {
  39. margin-top: 20px;
  40. font-size: 16px;
  41. line-height: 21px;
  42. color: #666666;
  43. }
  44. .activity .attr div {
  45. margin-top: 10px;
  46. }
  47. .activity .attr div:first-child {
  48. margin-top: 0;
  49. }
  50. .activity .attr .iconfont {
  51. margin-right: 10px;
  52. font-size: 16px;
  53. color: #191C6E;
  54. }
  55. .activity .money {
  56. font-size: 18px;
  57. color: #FF6B00;
  58. }
  59. .activity .money span {
  60. font-size: 28px;
  61. }
  62. .userinfo {
  63. position: relative;
  64. padding: 30px 0 50px 38px;
  65. }
  66. .userinfo::before {
  67. content: "";
  68. position: absolute;
  69. top: 0;
  70. right: 30px;
  71. left: 30px;
  72. border-top: 1px solid #F5F6F6;
  73. }
  74. .userinfo .title {
  75. font-size: 18px;
  76. line-height: 24px;
  77. color: #282828;
  78. }
  79. .el-form {
  80. margin-top: 30px;
  81. }
  82. .el-form.el-form--inline .el-form-item {
  83. margin-right: 40px;
  84. margin-bottom: 30px;
  85. }
  86. .el-form .el-form-item__content {
  87. padding-left: 26px;
  88. }
  89. .el-form .el-form-item.required .el-form-item__content::before {
  90. content: "*";
  91. position: absolute;
  92. top: 50%;
  93. left: 0;
  94. transform: translateY(-50%);
  95. font-size: 14px;
  96. color: #FF0000;
  97. }
  98. .el-form .el-input__inner {
  99. width: 400px;
  100. height: 42px;
  101. background-color: #F9F9F9;
  102. }
  103. .el-form .el-input__inner::-webkit-input-placeholder {
  104. color: #CCCCCC;
  105. }
  106. .el-form .el-input__inner:-moz-placeholder {
  107. color: #CCCCCC;
  108. }
  109. .el-form .el-input__inner::-moz-placeholder {
  110. color: #CCCCCC;
  111. }
  112. .el-form .el-input__inner:-ms-input-placeholder {
  113. color: #CCCCCC;
  114. }
  115. .el-form .el-input__inner::-ms-input-placeholder {
  116. color: #CCCCCC;
  117. }
  118. .el-form .el-input__inner::placeholder {
  119. color: #CCCCCC;
  120. }
  121. .two {
  122. margin-top: 30px;
  123. background-color: #FFFFFF;
  124. }
  125. .two .title {
  126. padding: 30px 38px;
  127. font-size: 18px;
  128. line-height: 24px;
  129. color: #282828;
  130. }
  131. .two .group {
  132. display: -webkit-box;
  133. display: -webkit-flex;
  134. display: -moz-box;
  135. display: -ms-flexbox;
  136. display: flex;
  137. padding: 0 30px;
  138. }
  139. .two label {
  140. margin-left: 20px;
  141. }
  142. .two label:first-child {
  143. margin-left: 0;
  144. }
  145. .two input + div {
  146. position: relative;
  147. width: 220px;
  148. height: 86px;
  149. border: 1px solid #D4D4D4;
  150. border-radius: 8px;
  151. line-height: 84px;
  152. text-align: center;
  153. }
  154. .two input + div > div {
  155. display: inline-block;
  156. background-position: left center;
  157. background-repeat: no-repeat;
  158. vertical-align: middle;
  159. text-align: left;
  160. }
  161. .balance > div > div {
  162. padding-left: 48px;
  163. background-image: url("../images/yue.png");
  164. -o-background-size: 36px 36px;
  165. background-size: 36px 36px;
  166. }
  167. .balance > div > div div:first-child {
  168. font-size: 16px;
  169. line-height: 21px;
  170. color: #4E4E4E;
  171. }
  172. .balance > div > div div:last-child {
  173. margin-top: 6px;
  174. font-size: 14px;
  175. line-height: 19px;
  176. color: #969696;
  177. }
  178. .wxpay > div > div {
  179. padding-left: 50px;
  180. background-image: url("../images/wxpay.png");
  181. -o-background-size: 38px 33px;
  182. background-size: 38px 33px;
  183. font-size: 16px;
  184. color: #4E4E4E;
  185. }
  186. .alipay > div > div {
  187. padding-left: 48px;
  188. background-image: url("../images/alipay.png");
  189. -o-background-size: 36px 36px;
  190. background-size: 36px 36px;
  191. font-size: 16px;
  192. color: #4E4E4E;
  193. }
  194. input:checked + div {
  195. border-color: #191C6E;
  196. }
  197. input:checked + div::after {
  198. content: "";
  199. position: absolute;
  200. right: 0;
  201. bottom: 0;
  202. border-width: 17px 16px ;
  203. border-style: solid;
  204. border-color: transparent #191C6E #191C6E transparent;
  205. border-radius: 6px;
  206. }
  207. .el-icon-check {
  208. position: absolute;
  209. right: 0;
  210. bottom: 0;
  211. z-index: 2;
  212. color: #FFFFFF;
  213. }
  214. .two .action {
  215. height: 480px;
  216. line-height: 480px;
  217. text-align: center;
  218. }
  219. .qrcode {
  220. display: inline-block;
  221. vertical-align: middle;
  222. }
  223. .qrcode div:first-child {
  224. width: 250px;
  225. height: 250px;
  226. }
  227. .qrcode div:first-child img {
  228. width: 100%;
  229. height: 100%;
  230. }
  231. .qrcode > div:last-child {
  232. margin-top: 30px;
  233. font-size: 18px;
  234. line-height: 24px;
  235. color: #666666;
  236. }
  237. .qrcode > div > span {
  238. vertical-align: middle;
  239. font-weight: bold;
  240. font-size: 30px;
  241. color: #FF6B00;
  242. }
  243. .action .el-button {
  244. width: 180px;
  245. height: 46px;
  246. padding: 0;
  247. border-color: #191C6E;
  248. border-radius: 23px;
  249. background-color: #191C6E;
  250. font-size: 16px;
  251. color: #FFFFFF;
  252. }
  253. .action .el-button:focus, .action .el-button:hover {
  254. border-color: #191C6E;
  255. background-color: #191C6E;
  256. color: #FFFFFF;
  257. }