kaifainAdd.scss 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. * {
  2. box-sizing: border-box;
  3. }
  4. .kaifainAdd {
  5. background-color: #fff;
  6. .topArea {
  7. margin: auto;
  8. width: 1000px;
  9. padding: 25px 20px 0px 20px;
  10. background-color: #fff;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. box-sizing: border-box;
  15. .title {
  16. font-size: 28px;
  17. font-weight: 500;
  18. color: rgba(34, 34, 34, 1);
  19. line-height: 40px;
  20. position: relative;
  21. width: 100%;
  22. text-align: center;
  23. .backBox {
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. height: 32px;
  28. display: flex;
  29. align-items: center;
  30. cursor: pointer;
  31. .backIcon {
  32. width: 16px;
  33. height: 16px;
  34. background: url('~@/assets/img/credit/icon_back@2x.png');
  35. background-size: cover;
  36. }
  37. .backWord {
  38. height: 22px;
  39. font-size: 16px;
  40. font-weight: 500;
  41. color: rgba(51, 51, 51, 1);
  42. line-height: 22px;
  43. margin-left: 5px;
  44. }
  45. }
  46. }
  47. .line {
  48. margin-top: 26px;
  49. width: 960px;
  50. height: 2px;
  51. background: rgba(0, 0, 0, 0.06);;
  52. }
  53. }
  54. .bodyArea {
  55. min-height: 100px;
  56. width: 100%;
  57. padding: 20px;
  58. max-width: 1000px;
  59. position: relative;
  60. margin: auto;
  61. .statusBox {
  62. position: absolute;
  63. right: 20px;
  64. top: 30px;
  65. width: 76px;
  66. height: 30px;
  67. border-radius: 3px;
  68. border: 1px solid rgba(16, 185, 106, 1);
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. p {
  73. height: 20px;
  74. font-size: 14px;
  75. font-weight: 500;
  76. color: rgba(16, 185, 106, 1);
  77. line-height: 20px;
  78. }
  79. &.none {
  80. background: rgba(235, 235, 235, 1);
  81. border: none;
  82. border-radius: 3px;
  83. p {
  84. height: 20px;
  85. font-size: 14px;
  86. font-weight: 500;
  87. color: rgba(136, 136, 136, 1);
  88. line-height: 20px;
  89. }
  90. }
  91. }
  92. .stitle {
  93. height: 20px;
  94. font-size: 14px;
  95. font-weight: 500;
  96. color: rgba(25, 34, 46, 1);
  97. line-height: 20px;
  98. margin-bottom: 5px;
  99. span {
  100. margin-left: 20px;
  101. height: 18px;
  102. font-size: 13px;
  103. font-weight: 400;
  104. color: rgba(48, 142, 255, 1);
  105. line-height: 18px;
  106. }
  107. }
  108. .statusBox, .nameBox, .logoBox {
  109. input {
  110. width: 768px;
  111. height: 44px;
  112. }
  113. }
  114. .selectArea {
  115. margin-top: 20px;
  116. display: flex;
  117. .right {
  118. margin-left: 10px;
  119. }
  120. }
  121. .logoBox {
  122. margin-top: 20px;
  123. .uploadInfo {
  124. display: flex;
  125. .left {
  126. }
  127. .right {
  128. margin-left: 8px;
  129. display: flex;
  130. justify-content: center;
  131. align-items: center;
  132. p {
  133. height: 17px;
  134. font-size: 12px;
  135. font-weight: 400;
  136. color: rgba(153, 153, 153, 1);
  137. line-height: 17px;
  138. }
  139. }
  140. }
  141. }
  142. .smallIntro, .intro {
  143. margin-top: 20px;
  144. }
  145. .intro {
  146. .stitle {
  147. span {
  148. cursor: pointer;
  149. }
  150. }
  151. .editor {
  152. max-width: 768px;
  153. width: 100%;
  154. height: 380px;
  155. background: rgba(255, 255, 255, 1);
  156. border-radius: 3px;
  157. border: 1px solid rgba(215, 223, 232, 1);
  158. }
  159. }
  160. .successIntro {
  161. margin-top: 30px;
  162. .list {
  163. max-width: 768px;
  164. width: 100%;
  165. .titleCell {
  166. background: rgba(250, 250, 250, 1);
  167. border-radius: 4px;
  168. height: 54px;
  169. width: 100%;
  170. display: flex;
  171. justify-content: center;
  172. align-items: center;
  173. .tt1, .tt2, .tt3, .tt4 {
  174. height: 54px;
  175. display: flex;
  176. justify-content: center;
  177. align-items: center;
  178. p {
  179. font-size: 14px;
  180. font-weight: 500;
  181. color: rgba(0, 0, 0, 0.85);
  182. line-height: 21px;
  183. }
  184. }
  185. .tt1 {
  186. width: 115px;
  187. }
  188. .tt2 {
  189. width: 446px;
  190. p {
  191. margin-left: 30px;
  192. }
  193. }
  194. .tt3 {
  195. width: 102px;
  196. }
  197. .tt4 {
  198. width: 102px;
  199. }
  200. }
  201. .cell {
  202. cursor: pointer;
  203. height: 130px;
  204. width: 100%;
  205. display: flex;
  206. border-bottom: 1px solid #EDEDED;
  207. .img {
  208. font-size: 0;
  209. width: 115px;
  210. height: 130px;
  211. display: flex;
  212. justify-content: center;
  213. align-items: center;
  214. img {
  215. width: 96px;
  216. height: 96px;
  217. }
  218. }
  219. .content {
  220. width: 446px;
  221. height: 130px;
  222. padding: 30px;
  223. p {
  224. height: 63px;
  225. font-size: 13px;
  226. font-weight: 400;
  227. color: rgba(102, 102, 102, 1);
  228. line-height: 21px;
  229. }
  230. }
  231. .pdf {
  232. width: 102px;
  233. height: 130px;
  234. display: flex;
  235. justify-content: center;
  236. align-items: center;
  237. flex-direction: column;
  238. cursor: pointer;
  239. .icon {
  240. width: 25px;
  241. height: 25px;
  242. background: url('~@/assets/img/kaifain/add/icon_pdf@2x.png') no-repeat;
  243. background-size: cover;
  244. }
  245. p {
  246. margin-top: 3px;
  247. height: 17px;
  248. font-size: 12px;
  249. font-weight: 400;
  250. color: rgba(102, 102, 102, 1);
  251. line-height: 17px;
  252. }
  253. }
  254. .del {
  255. width: 102px;
  256. height: 130px;
  257. display: flex;
  258. justify-content: center;
  259. align-items: center;
  260. cursor: pointer;
  261. .icon {
  262. width: 18px;
  263. height: 18px;
  264. background: url('~@/assets/img/kaifain/add/icon_del@2x.png') no-repeat;
  265. background-size: cover;
  266. }
  267. }
  268. }
  269. .addCell {
  270. height: 80px;
  271. width: 100%;
  272. display: flex;
  273. justify-content: center;
  274. align-items: center;
  275. border-bottom: 1px solid #EDEDED;
  276. cursor: pointer;
  277. .icon {
  278. width: 20px;
  279. height: 20px;
  280. background: url('~@/assets/img/kaifain/add/icon_add@2x.png') no-repeat;
  281. background-size: cover;
  282. }
  283. p {
  284. margin-left: 4px;
  285. //height:21px;
  286. //font-size:14px;
  287. font-weight:600;
  288. color:rgba(48,142,255,1);
  289. //line-height:21px;
  290. }
  291. }
  292. }
  293. }
  294. .bottomBtn {
  295. margin-top: 38px;
  296. display: flex;
  297. align-items: center;
  298. .preview {
  299. cursor: pointer;
  300. color: #666;
  301. }
  302. .submit {
  303. margin-left: 10px;
  304. width:159px;
  305. height:44px;
  306. background:rgba(48,142,255,1);
  307. box-shadow:0px 2px 6px 0px rgba(48,142,255,0.3);
  308. border-radius:2px;
  309. cursor: pointer;
  310. display: flex;
  311. justify-content: center;
  312. align-items: center;
  313. p {
  314. height:20px;
  315. font-size:14px;
  316. font-weight:500;
  317. color:rgba(255,255,255,1);
  318. line-height:20px;
  319. }
  320. }
  321. .keepTmp {
  322. margin-left: 10px;
  323. width:159px;
  324. height:44px;
  325. background:rgba(236,236,236,1);
  326. border-radius:2px;
  327. cursor: pointer;
  328. display: flex;
  329. justify-content: center;
  330. align-items: center;
  331. p {
  332. height:20px;
  333. font-size:14px;
  334. font-weight:500;
  335. color:rgba(102,102,102,1);
  336. line-height:20px;
  337. }
  338. }
  339. }
  340. }
  341. }