previewCase.scss 9.6 KB

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