index.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. @import "../scssCommon";
  2. .kaifain {
  3. .topArea {
  4. position: relative;
  5. margin: -85px 0 0 !important;
  6. width: 100%;
  7. background-color: #fff;
  8. min-height: 200px;
  9. .bgImage {
  10. img {
  11. width: 100%;
  12. vertical-align: middle;
  13. }
  14. }
  15. .topContent {
  16. width: 100%;
  17. height: calc(100% - 85px);
  18. position: absolute;
  19. display: flex;
  20. justify-content: center;
  21. flex-direction: column;
  22. align-items: center;
  23. left: 0;
  24. top: 85px;
  25. .wordImg {
  26. margin: 0 auto;
  27. width: webPxTvw(809);
  28. height: webPxTvw(166);
  29. font-size: 0;
  30. img {
  31. width: webPxTvw(809);
  32. height: webPxTvw(166);
  33. }
  34. }
  35. .btnList {
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. margin: webPxTvw(66) auto 0;
  40. .freeSubmit, .bePartner {
  41. cursor: pointer;
  42. width: webPxTvw(250);
  43. height: webPxTvw(60);
  44. background: rgba(255, 255, 255, 1);
  45. border-radius: 3px;
  46. display: flex;
  47. justify-content: center;
  48. align-items: center;
  49. p {
  50. height: webPxTvw(28);
  51. font-size: webPxTvw(20);
  52. font-weight: 500;
  53. color: rgba(48, 142, 255, 1);
  54. line-height: webPxTvw(28);
  55. }
  56. }
  57. .bePartner {
  58. border: 1px solid rgba(255, 255, 255, 1);
  59. margin-left: webPxTvw(33);
  60. background: transparent;
  61. p {
  62. color: rgba(255, 255, 255, 1);
  63. }
  64. }
  65. }
  66. }
  67. }
  68. .contentArea {
  69. background-color: #fff;
  70. width: 1000px;
  71. margin: 0 auto;
  72. box-sizing: border-box;
  73. padding: 45px;
  74. .selectArea {
  75. display: flex;
  76. padding: 15px 0;
  77. flex-direction: column;
  78. .content {
  79. width: 100%;
  80. display: flex;
  81. justify-content: flex-start;
  82. align-items: center;
  83. margin-top: 30px;
  84. position: relative;
  85. &:first-child {
  86. margin-top: 0;
  87. }
  88. .left {
  89. flex-shrink: 0;
  90. width: 90px;
  91. display: flex;
  92. align-items: center;
  93. justify-content: center;
  94. height: 38px;
  95. align-self: flex-start;
  96. p {
  97. text-align: left;
  98. height: 21px;
  99. font-size: 15px;
  100. color: rgba(46, 55, 67, 1);
  101. line-height: 21px;
  102. font-weight: 500;
  103. }
  104. }
  105. .right {
  106. flex-grow: 1;
  107. display: flex;
  108. justify-content: flex-start;
  109. flex-wrap: wrap;
  110. .cell {
  111. width: 88px;
  112. height: 38px;
  113. border-radius: 2px;
  114. border: 1px solid rgba(239, 239, 239, 1);
  115. display: flex;
  116. justify-content: center;
  117. align-items: center;
  118. margin-left: 10px;
  119. cursor: pointer;
  120. &:nth-child(8n+1), &:first-child {
  121. margin-left: 0;
  122. }
  123. &:nth-child(n+9) {
  124. margin-top: 10px;
  125. }
  126. p {
  127. height: 20px;
  128. font-size: 14px;
  129. font-weight: 400;
  130. color: rgba(85, 85, 85, 1);
  131. line-height: 20px;
  132. }
  133. &.selected {
  134. border: 1px solid rgba(48, 142, 255, 1);
  135. p {
  136. color: rgba(48, 142, 255, 1);
  137. font-weight: 500;
  138. height: 21px;
  139. font-size: 15px;
  140. line-height: 21px;
  141. }
  142. }
  143. }
  144. }
  145. .more {
  146. position: absolute;
  147. right: 0;
  148. top: 0;
  149. line-height: 38px;
  150. color: #999;
  151. cursor: pointer;
  152. }
  153. }
  154. }
  155. .listArea {
  156. margin-top: 80px;
  157. .sTitle {
  158. height: 25px;
  159. font-size: 18px;
  160. font-weight: 500;
  161. color: rgba(34, 34, 34, 1);
  162. line-height: 25px;
  163. margin-bottom: 14px;
  164. }
  165. .list {
  166. .cell {
  167. display: flex;
  168. justify-content: flex-start;
  169. align-items: center;
  170. height: 160px;
  171. width: 100%;
  172. margin-top: 50px;
  173. cursor: pointer;
  174. &:first-child {
  175. margin-top: 0;
  176. }
  177. .left {
  178. flex-shrink: 0;
  179. width: 160px;
  180. height: 160px;
  181. font-size: 0;
  182. img {
  183. width: 160px;
  184. height: 160px;
  185. border-radius: 2px;
  186. }
  187. }
  188. .right {
  189. margin-left: 14px;
  190. display: flex;
  191. justify-content: space-between;
  192. flex-direction: column;
  193. height: 160px;
  194. .top {
  195. flex-grow: 1;
  196. .titleA {
  197. display: flex;
  198. .title {
  199. height: 28px;
  200. font-size: 20px;
  201. font-weight: 600;
  202. color: rgba(34, 34, 34, 1);
  203. line-height: 28px;
  204. }
  205. .tips {
  206. margin-left: 8px;
  207. background: rgba(48, 142, 255, 0.11);
  208. height: 18px;
  209. font-size: 13px;
  210. font-weight: 500;
  211. color: rgba(48, 142, 255, 1);
  212. line-height: 18px;
  213. padding: 4px 17px;
  214. border-radius: 2px;
  215. box-sizing: content-box;
  216. }
  217. }
  218. .intro, .ep {
  219. margin-top: 13px;
  220. display: flex;
  221. .tt {
  222. height: 18px;
  223. font-size: 13px;
  224. font-weight: 600;
  225. color: rgba(34, 34, 34, 1);
  226. line-height: 18px;
  227. }
  228. .value {
  229. width: 656px;
  230. max-height: 36px;
  231. font-size: 13px;
  232. font-weight: 400;
  233. color: rgba(68, 68, 68, 1);
  234. line-height: 18px;
  235. word-break: break-all;
  236. }
  237. }
  238. }
  239. .bottom {
  240. flex-shrink: 0;
  241. height: 20px;
  242. display: flex;
  243. align-items: center;
  244. .icon {
  245. width: 30px;
  246. height: 30px;
  247. img {
  248. border-radius: 2px;
  249. width: 30px;
  250. height: 30px;
  251. }
  252. }
  253. .word {
  254. margin-left: 5px;
  255. height: 17px;
  256. font-size: 12px;
  257. font-weight: 400;
  258. color: rgba(153, 153, 153, 1);
  259. line-height: 17px;
  260. }
  261. .status {
  262. margin-left: 8px;
  263. height: 18px;
  264. font-size: 12px;
  265. font-weight: 500;
  266. color:rgba(16,185,106,1);
  267. line-height: 18px;
  268. padding: 1px 6px;
  269. border-radius: 2px;
  270. box-sizing: content-box;
  271. border:1px solid rgba(16,185,106,1);
  272. transform-origin: left center;
  273. transform: scale(0.917);
  274. }
  275. }
  276. }
  277. }
  278. .noneData {
  279. min-height: 100px;
  280. display: flex;
  281. justify-content: center;
  282. align-items: center;
  283. p {
  284. text-align: center;
  285. }
  286. }
  287. }
  288. }
  289. }
  290. .pagination {
  291. margin-top: 70px;
  292. text-align: center;
  293. }
  294. }
  295. .main {
  296. margin-top: 0 !important;
  297. &.isMobile {
  298. width: 100vw;
  299. }
  300. }
  301. .kaifainMobile {
  302. width: 100vw;
  303. height: 100vh;
  304. overflow: hidden;
  305. a {
  306. display: block;
  307. }
  308. .selectArea {
  309. }
  310. .listArea {
  311. height: calc(100vh - 50px);
  312. width: 100%;
  313. overflow-x: hidden;
  314. overflow-y: scroll;
  315. background-color: #f6f5f8;
  316. -webkit-overflow-scrolling: touch;
  317. &.noneInWx {
  318. height: calc(100vh - 50px - 64px);
  319. }
  320. .cell {
  321. margin-top: pxtovw(5);
  322. width: 100%;
  323. height: pxtovw(140);
  324. padding: pxtovw(14) pxtovw(10) pxtovw(12) pxtovw(10);
  325. background-color: #fff;
  326. .bodyCont {
  327. height: pxtovw(85);
  328. width: 100%;
  329. display: flex;
  330. justify-content: flex-start;
  331. align-items: center;
  332. .left {
  333. flex-shrink: 0;
  334. width: pxtovw(85);
  335. height: pxtovw(85);
  336. font-size: 0;
  337. img {
  338. width: pxtovw(85);
  339. height: pxtovw(85);
  340. border-radius: pxtovw(2);
  341. }
  342. }
  343. .right {
  344. flex-grow: 1;
  345. margin-left: pxtovw(10);
  346. font-weight: 600;
  347. color: rgba(34, 34, 34, 1);
  348. .cellTitle {
  349. font-size: pxtovw(15);
  350. font-weight: 600;
  351. color: rgba(34, 34, 34, 1);
  352. text-align: left;
  353. word-break: break-all;
  354. white-space: nowrap;
  355. overflow: hidden;
  356. text-overflow: ellipsis;
  357. }
  358. .spanList {
  359. margin-top: pxtovw(8);
  360. display: flex;
  361. .tips {
  362. background: rgba(48, 142, 255, 0.11);
  363. height: pxtovw(20);
  364. font-size: pxtovw(12);
  365. font-weight: 500;
  366. color: rgba(48, 142, 255, 1);
  367. line-height: pxtovw(20);
  368. padding: pxtovw(4) pxtovw(10);
  369. border-radius: 2px;
  370. box-sizing: content-box;
  371. transform-origin: left;
  372. transform: scale(0.833);
  373. //&:nth-child(n+2) {
  374. // margin-left: pxtovw(5);
  375. //}
  376. }
  377. }
  378. .desc {
  379. margin-top: pxtovw(8);
  380. height:pxtovw(16);
  381. font-size:pxtovw(11);
  382. font-weight:400;
  383. color:rgba(68,68,68,1);
  384. line-height:pxtovw(16);
  385. display: -webkit-box;
  386. overflow: hidden;
  387. text-overflow: ellipsis;
  388. -webkit-box-orient: vertical;
  389. -webkit-line-clamp: 2;
  390. }
  391. }
  392. }
  393. .bottomCont {
  394. margin-top: pxtovw(11);
  395. flex-shrink: 0;
  396. height: pxtovw(20);
  397. display: flex;
  398. align-items: center;
  399. .icon {
  400. width: pxtovw(10);
  401. height: pxtovw(10);
  402. background: url('~@/assets/img/kaifain/icon_company@2x.png') no-repeat;
  403. background-size: cover;
  404. }
  405. .word {
  406. margin-left: pxtovw(3);
  407. height: pxtovw(16);
  408. font-size: pxtovw(12);
  409. font-weight: 400;
  410. color: rgba(153, 153, 153, 1);
  411. line-height: pxtovw(16);
  412. transform-origin: left center;
  413. transform: scale(0.917);
  414. }
  415. }
  416. }
  417. }
  418. }