kaifainAdd.scss 7.9 KB

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