index.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. h1 {
  306. font-size: pxtovw(14);
  307. color:#333;
  308. line-height: pxtovw(30);
  309. padding-left: pxtovw(10);
  310. }
  311. a {
  312. display: block;
  313. }
  314. .selectArea {
  315. }
  316. .listArea {
  317. height: calc(100vh - 80px);
  318. width: 100%;
  319. overflow-x: hidden;
  320. overflow-y: scroll;
  321. background-color: #f6f5f8;
  322. -webkit-overflow-scrolling: touch;
  323. &.noneInWx {
  324. height: calc(100vh - 50px - 64px);
  325. }
  326. .cell {
  327. margin-top: pxtovw(5);
  328. width: 100%;
  329. height: pxtovw(140);
  330. padding: pxtovw(14) pxtovw(10) pxtovw(12) pxtovw(10);
  331. background-color: #fff;
  332. &:first-child {
  333. margin-top: 0;
  334. }
  335. .bodyCont {
  336. height: pxtovw(85);
  337. width: 100%;
  338. display: flex;
  339. justify-content: flex-start;
  340. align-items: center;
  341. .left {
  342. flex-shrink: 0;
  343. width: pxtovw(85);
  344. height: pxtovw(85);
  345. font-size: 0;
  346. img {
  347. width: pxtovw(85);
  348. height: pxtovw(85);
  349. border-radius: pxtovw(2);
  350. }
  351. }
  352. .right {
  353. flex-grow: 1;
  354. margin-left: pxtovw(10);
  355. font-weight: 600;
  356. color: rgba(34, 34, 34, 1);
  357. .cellTitle {
  358. font-size: pxtovw(15);
  359. font-weight: 600;
  360. color: rgba(34, 34, 34, 1);
  361. text-align: left;
  362. word-break: break-all;
  363. white-space: nowrap;
  364. overflow: hidden;
  365. text-overflow: ellipsis;
  366. }
  367. .spanList {
  368. margin-top: pxtovw(8);
  369. display: flex;
  370. .tips {
  371. background: rgba(48, 142, 255, 0.11);
  372. height: pxtovw(20);
  373. font-size: pxtovw(12);
  374. font-weight: 500;
  375. color: rgba(48, 142, 255, 1);
  376. line-height: pxtovw(20);
  377. padding: pxtovw(4) pxtovw(10);
  378. border-radius: 2px;
  379. box-sizing: content-box;
  380. transform-origin: left;
  381. transform: scale(0.833);
  382. //&:nth-child(n+2) {
  383. // margin-left: pxtovw(5);
  384. //}
  385. }
  386. }
  387. .desc {
  388. margin-top: pxtovw(8);
  389. height:pxtovw(16);
  390. font-size:pxtovw(11);
  391. font-weight:400;
  392. color:rgba(68,68,68,1);
  393. line-height:pxtovw(16);
  394. display: -webkit-box;
  395. overflow: hidden;
  396. text-overflow: ellipsis;
  397. -webkit-box-orient: vertical;
  398. -webkit-line-clamp: 2;
  399. }
  400. }
  401. }
  402. .bottomCont {
  403. margin-top: pxtovw(11);
  404. flex-shrink: 0;
  405. height: pxtovw(20);
  406. display: flex;
  407. align-items: center;
  408. .icon {
  409. width: pxtovw(10);
  410. height: pxtovw(10);
  411. background: url('~@/assets/img/kaifain/icon_company@2x.png') no-repeat;
  412. background-size: cover;
  413. }
  414. .word {
  415. margin-left: pxtovw(3);
  416. height: pxtovw(16);
  417. font-size: pxtovw(12);
  418. font-weight: 400;
  419. color: rgba(153, 153, 153, 1);
  420. line-height: pxtovw(16);
  421. transform-origin: left center;
  422. transform: scale(0.917);
  423. }
  424. }
  425. }
  426. }
  427. }