kaifainAdd.scss 7.9 KB

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