index.wxss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .fixed-top-box {
  28. width: 100%;
  29. position: fixed;
  30. top: 0;
  31. left: 0;
  32. z-index: 1000;
  33. transition: all 0.5s;
  34. background-color: #2bc7b9;
  35. }
  36. .fixed-top-box .status_bar {
  37. width: 100%;
  38. }
  39. .content {
  40. width: 100%;
  41. position: relative;
  42. }
  43. .content .bg {
  44. width: 100%;
  45. height: 380rpx;
  46. position: absolute;
  47. top: 0;
  48. left: 0;
  49. }
  50. .content .top-inner {
  51. width: 100%;
  52. position: absolute;
  53. top: 0;
  54. left: 0;
  55. z-index: 5;
  56. }
  57. .content .top-inner .top-title {
  58. height: 88rpx;
  59. line-height: 88rpx;
  60. display: flex;
  61. align-items: center;
  62. justify-content: flex-start;
  63. }
  64. .content .top-inner .top-title .name {
  65. margin-left: 15rpx;
  66. width: 183rpx;
  67. height: 75rpx;
  68. }
  69. .content .top-inner .top-title .name image {
  70. width: 100%;
  71. height: 100%;
  72. }
  73. .content .top-inner .top-title .dot {
  74. margin: 0rpx 10rpx;
  75. font-size: 28rpx;
  76. color: #FFFFFF;
  77. opacity: 0.5;
  78. }
  79. .content .top-inner .top-title .sub-name {
  80. font-size: 30rpx;
  81. font-family: Source Han Sans CN;
  82. color: #FFFFFF;
  83. }
  84. .content .top-inner .func-cont {
  85. box-sizing: border-box;
  86. display: flex;
  87. align-items: center;
  88. padding: 30rpx 20rpx 30rpx 20rpx;
  89. }
  90. .content .top-inner .func-cont .search-cont {
  91. box-sizing: border-box;
  92. display: flex;
  93. align-items: center;
  94. flex: 1;
  95. height: 72rpx;
  96. background: #FFFFFF;
  97. border-radius: 36rpx;
  98. padding: 0 30rpx;
  99. }
  100. .content .top-inner .func-cont .search-cont .icon-search {
  101. width: 28rpx;
  102. height: 28rpx;
  103. margin-right: 20rpx;
  104. }
  105. .content .top-inner .func-cont .search-cont input {
  106. height: 60rpx;
  107. line-height: 60rpx;
  108. flex: 1;
  109. }
  110. .content .top-inner .func-cont .uni-badge {
  111. border: none;
  112. background-color: #FF3636;
  113. font-family: Roboto;
  114. }
  115. .content .top-inner .func-cont .img-item {
  116. width: 44rpx;
  117. height: 44rpx;
  118. margin-left: 30rpx;
  119. }
  120. .content .top-inner .func-cont .img-item image {
  121. width: 100%;
  122. height: 100%;
  123. }
  124. .content .top-inner .tips {
  125. margin: 0rpx 20rpx 30rpx;
  126. height: 40rpx;
  127. line-height: 40rpx;
  128. display: flex;
  129. justify-content: space-between;
  130. align-items: center;
  131. }
  132. .content .top-inner .tips .left {
  133. font-size: 30rpx;
  134. color: #FFFFFF;
  135. }
  136. .content .top-inner .tips .right {
  137. padding: 5rpx 20rpx;
  138. font-size: 24rpx;
  139. color: #FFFFFF;
  140. background-color: #2bc7b9;
  141. border-radius: 50rpx;
  142. }
  143. .content .banner-box {
  144. padding: 0 20rpx;
  145. }
  146. .content .banner-box .inner {
  147. width: 100%;
  148. height: 236rpx;
  149. border-radius: 10rpx;
  150. overflow: hidden;
  151. }
  152. .content .banner-box .inner .swiper,
  153. .content .banner-box .inner .swiper-item,
  154. .content .banner-box .inner .swiper-item image {
  155. width: 100%;
  156. height: 100%;
  157. }
  158. .content .menu-content {
  159. background-color: #fff;
  160. overflow: hidden;
  161. padding: 20rpx 20rpx 0;
  162. }
  163. .content .menu-box {
  164. display: flex;
  165. align-items: center;
  166. background-color: #FFFFFF;
  167. }
  168. .content .online-inquiry {
  169. box-sizing: border-box;
  170. width: 100%;
  171. height: 170rpx;
  172. padding: 0 20rpx;
  173. background: linear-gradient(180deg, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0) 100%);
  174. display: flex;
  175. justify-content: space-between;
  176. }
  177. .content .online-inquiry .item {
  178. width: 346rpx;
  179. height: 150rpx;
  180. position: relative;
  181. }
  182. .content .online-inquiry .item .bg-img,
  183. .content .online-inquiry .item .inner {
  184. border-radius: 15rpx;
  185. width: 100%;
  186. height: 100%;
  187. position: absolute;
  188. top: 0;
  189. left: 0;
  190. z-index: 1;
  191. }
  192. .content .online-inquiry .item .inner {
  193. box-sizing: border-box;
  194. z-index: 2;
  195. display: flex;
  196. flex-direction: column;
  197. justify-content: center;
  198. padding-left: 32rpx;
  199. }
  200. .content .online-inquiry .item .inner .title {
  201. font-size: 30rpx;
  202. line-height: 1;
  203. font-family: PingFang SC;
  204. font-weight: 500;
  205. color: #111111;
  206. margin-bottom: 20rpx;
  207. }
  208. .content .online-inquiry .item .inner .sub-title {
  209. font-size: 24rpx;
  210. font-family: PingFang SC;
  211. font-weight: 500;
  212. color: #666666;
  213. }
  214. .content .online-inquiry .item .inner image {
  215. width: 80rpx;
  216. height: 90rpx;
  217. position: absolute;
  218. right: 7rpx;
  219. bottom: 7rpx;
  220. }
  221. .content .index-cont {
  222. box-sizing: border-box;
  223. padding: 0 20rpx 120rpx;
  224. }
  225. .content .index-cont .pub-item {
  226. background: #FFFFFF;
  227. border-radius: 16rpx;
  228. margin-bottom: 20rpx;
  229. }
  230. .content .index-cont .pub-item .tabs {
  231. width: 100%;
  232. display: flex;
  233. align-items: center;
  234. justify-content: flex-start;
  235. height: 110rpx;
  236. background-color: #F0F3F4;
  237. }
  238. .content .index-cont .pub-item .tabs .tab {
  239. height: 110rpx;
  240. display: flex;
  241. align-items: center;
  242. justify-content: center;
  243. position: relative;
  244. flex: 1;
  245. }
  246. .content .index-cont .pub-item .tabs .tab .img {
  247. z-index: 1;
  248. position: absolute;
  249. top: 0rpx;
  250. left: 0rpx;
  251. width: 100%;
  252. height: 100%;
  253. }
  254. .content .index-cont .pub-item .tabs .tab .inner {
  255. z-index: 2;
  256. }
  257. .content .index-cont .pub-item .tabs .tab .inner .title {
  258. font-size: 32rpx;
  259. font-family: PingFang SC;
  260. font-weight: bold;
  261. color: #666666;
  262. }
  263. .content .index-cont .pub-item .tabs .tab .inner .active {
  264. color: #2BC7B9;
  265. }
  266. .content .index-cont .pub-item .pub-title-box {
  267. box-sizing: border-box;
  268. padding: 36rpx 30rpx;
  269. display: flex;
  270. align-items: center;
  271. justify-content: space-between;
  272. }
  273. .content .index-cont .pub-item .pub-title-box .left {
  274. font-size: 32rpx;
  275. line-height: 1;
  276. font-family: PingFang SC;
  277. font-weight: bold;
  278. color: #111111;
  279. }
  280. .content .index-cont .pub-item .pub-title-box .right {
  281. display: flex;
  282. align-items: center;
  283. justify-content: center;
  284. }
  285. .content .index-cont .pub-item .pub-title-box .right .text {
  286. font-size: 24rpx;
  287. line-height: 1;
  288. font-family: PingFang SC;
  289. font-weight: 500;
  290. color: #999999;
  291. margin-right: 10rpx;
  292. }
  293. .content .index-cont .pub-item .pub-title-box .right image {
  294. width: 14rpx;
  295. height: 24rpx;
  296. }
  297. .content .index-cont .pub-item .doc-tab-box {
  298. padding: 14rpx 30rpx 0rpx 30rpx;
  299. position: relative;
  300. }
  301. .content .index-cont .pub-item .doc-tab-box .tab-inner {
  302. padding: 14rpx 0 30rpx;
  303. display: flex;
  304. overflow-x: auto;
  305. }
  306. .content .index-cont .pub-item .doc-tab-box .item {
  307. font-size: 28rpx;
  308. white-space: nowrap;
  309. line-height: 1;
  310. font-family: PingFang SC;
  311. font-weight: 500;
  312. color: #666666;
  313. margin-right: 40rpx;
  314. position: relative;
  315. }
  316. .content .index-cont .pub-item .doc-tab-box .item:last-child {
  317. margin-right: 0;
  318. }
  319. .content .index-cont .pub-item .doc-tab-box .item.active {
  320. font-weight: bold;
  321. color: #333333;
  322. }
  323. .content .index-cont .pub-item .doc-tab-box .item.cases {
  324. margin-right: 60rpx;
  325. }
  326. .content .index-cont .pub-item .doc-tab-box .item .text {
  327. position: relative;
  328. z-index: 1;
  329. }
  330. .content .index-cont .pub-item .doc-tab-box .item .tab-bg {
  331. width: 72rpx;
  332. height: 28rpx;
  333. position: absolute;
  334. top: 17rpx;
  335. left: 50%;
  336. -webkit-transform: translateX(-36rpx);
  337. transform: translateX(-36rpx);
  338. z-index: -1;
  339. }
  340. .content .index-cont .pub-item .doc-tab-box .right-mask {
  341. width: 56rpx;
  342. height: 34rpx;
  343. position: absolute;
  344. top: 25rpx;
  345. right: 0rpx;
  346. z-index: 1;
  347. }
  348. .content .index-cont .pub-item .doc-list {
  349. padding: 20rpx;
  350. }
  351. .content .index-cont .pub-item .doc-list .item {
  352. box-sizing: border-box;
  353. background: #FFFFFF;
  354. display: flex;
  355. border-bottom: 1px solid #F0F0F0;
  356. margin-bottom: 30rpx;
  357. }
  358. .content .index-cont .pub-item .doc-list .item .head-box {
  359. width: 120rpx;
  360. height: 120rpx;
  361. background: #EDF1F4;
  362. border-radius: 50%;
  363. overflow: hidden;
  364. margin-right: 30rpx;
  365. }
  366. .content .index-cont .pub-item .doc-list .item .head-box image {
  367. width: 100%;
  368. height: 100%;
  369. }
  370. .content .index-cont .pub-item .doc-list .item .info {
  371. width: calc(100% - 150rpx);
  372. }
  373. .content .index-cont .pub-item .doc-list .item .info .top {
  374. display: flex;
  375. align-items: center;
  376. font-family: PingFang SC;
  377. line-height: 1;
  378. }
  379. .content .index-cont .pub-item .doc-list .item .info .top .name {
  380. font-size: 34rpx;
  381. font-weight: bold;
  382. color: #111111;
  383. }
  384. .content .index-cont .pub-item .doc-list .item .info .top .line {
  385. width: 1px;
  386. height: 26rpx;
  387. background: #DDDDDD;
  388. margin: 0 20rpx;
  389. }
  390. .content .index-cont .pub-item .doc-list .item .info .top .other {
  391. font-size: 28rpx;
  392. font-weight: 500;
  393. color: #333333;
  394. }
  395. .content .index-cont .pub-item .doc-list .item .info .unit-box {
  396. display: flex;
  397. margin-top: 24rpx;
  398. }
  399. .content .index-cont .pub-item .doc-list .item .info .unit-box .level {
  400. padding: 0 10rpx;
  401. height: 30rpx;
  402. line-height: 30rpx;
  403. font-size: 22rpx;
  404. font-family: PingFang SC;
  405. font-weight: 500;
  406. color: #FFFFFF;
  407. background: #2BC7B9;
  408. border-radius: 10rpx 4rpx 10rpx 4rpx;
  409. margin-right: 12rpx;
  410. }
  411. .content .index-cont .pub-item .doc-list .item .info .unit-box .name {
  412. font-size: 28rpx;
  413. font-family: PingFang SC;
  414. font-weight: 500;
  415. color: #333333;
  416. line-height: 30rpx;
  417. }
  418. .content .index-cont .pub-item .doc-list .item .info .expertise {
  419. font-size: 26rpx;
  420. font-family: PingFang SC;
  421. font-weight: 500;
  422. color: #666666;
  423. line-height: 42rpx;
  424. margin: 22rpx 0 26rpx;
  425. }
  426. .content .index-cont .pub-item .doc-list .item .info .rate-box {
  427. display: flex;
  428. align-items: center;
  429. }
  430. .content .index-cont .pub-item .doc-list .item .info .rate-box .star {
  431. display: flex;
  432. align-items: center;
  433. }
  434. .content .index-cont .pub-item .doc-list .item .info .rate-box .star image {
  435. width: 22rpx;
  436. height: 22rpx;
  437. margin-right: 10rpx;
  438. }
  439. .content .index-cont .pub-item .doc-list .item .info .rate-box .star text {
  440. font-size: 26rpx;
  441. font-family: PingFang SC;
  442. font-weight: bold;
  443. color: #CEA764;
  444. line-height: 1;
  445. }
  446. .content .index-cont .pub-item .doc-list .item .info .rate-box .line {
  447. width: 1px;
  448. height: 20rpx;
  449. background: #DDDDDD;
  450. margin: 0 20rpx;
  451. }
  452. .content .index-cont .pub-item .doc-list .item .info .rate-box .num-box {
  453. display: flex;
  454. align-items: center;
  455. font-family: PingFang SC;
  456. }
  457. .content .index-cont .pub-item .doc-list .item .info .rate-box .num-box .label {
  458. font-size: 24rpx;
  459. font-weight: 500;
  460. color: #999999;
  461. line-height: 1;
  462. margin-right: 7px;
  463. }
  464. .content .index-cont .pub-item .doc-list .item .info .rate-box .num-box .num {
  465. font-size: 26rpx;
  466. font-weight: bold;
  467. color: #CEA764;
  468. line-height: 1;
  469. }
  470. .content .index-cont .pub-item .doc-list .item .info .price-box {
  471. display: flex;
  472. align-items: center;
  473. margin-top: 38rpx;
  474. }
  475. .content .index-cont .pub-item .doc-list .item .info .price-box .btn-item {
  476. display: flex;
  477. align-items: center;
  478. justify-content: center;
  479. width: 164rpx;
  480. height: 56rpx;
  481. line-height: 56rpx;
  482. border: 1px solid rgba(43, 199, 185, 0.5);
  483. border-radius: 28rpx;
  484. font-family: PingFang SC;
  485. margin-right: 30rpx;
  486. }
  487. .content .index-cont .pub-item .doc-list .item .info .price-box .btn-item:last-child {
  488. margin-right: 0;
  489. }
  490. .content .index-cont .pub-item .doc-list .item .info .price-box .btn-item .label {
  491. font-size: 26rpx;
  492. font-weight: 500;
  493. color: #2BC7B9;
  494. margin-right: 5rpx;
  495. }
  496. .content .index-cont .pub-item .doc-list .item .info .price-box .btn-item .num {
  497. font-size: 28rpx;
  498. font-weight: bold;
  499. color: #2BC7B9;
  500. }
  501. .content .index-cont .pub-item .doc-list .item:last-child {
  502. border-bottom: none;
  503. margin-bottom: 0rpx;
  504. }
  505. .content .index-cont .pub-item .doc-list .bottom-title {
  506. height: 50rpx;
  507. display: flex;
  508. align-items: center;
  509. justify-content: center;
  510. font-size: 26rpx;
  511. font-family: PingFang SC;
  512. font-weight: bold;
  513. color: #2BC7B9;
  514. }
  515. .content .index-cont .pub-item .doc-list .bottom-title image {
  516. margin-left: 8rpx;
  517. width: 14rpx;
  518. height: 24rpx;
  519. }
  520. .content .index-cont .pub-item .doc-cont {
  521. box-sizing: border-box;
  522. padding: 0 30rpx;
  523. }
  524. .content .index-cont .pub-item .doc-cont .inner {
  525. padding: 4rpx 0 40rpx;
  526. display: flex;
  527. overflow-x: auto;
  528. }
  529. .content .index-cont .pub-item .doc-cont .item {
  530. display: flex;
  531. align-items: center;
  532. flex-direction: column;
  533. margin-right: 40rpx;
  534. }
  535. .content .index-cont .pub-item .doc-cont .item:last-child {
  536. margin-right: 0;
  537. }
  538. .content .index-cont .pub-item .doc-cont .item .head-box {
  539. width: 120rpx;
  540. height: 120rpx;
  541. background: #F2F5F9;
  542. border-radius: 50%;
  543. margin-bottom: 20rpx;
  544. overflow: hidden;
  545. }
  546. .content .index-cont .pub-item .doc-cont .item .head-box image {
  547. width: 100%;
  548. height: 100%;
  549. }
  550. .content .index-cont .pub-item .doc-cont .item .name {
  551. max-width: 120rpx;
  552. font-size: 28rpx;
  553. line-height: 1;
  554. font-family: PingFang SC;
  555. font-weight: 500;
  556. color: #111111;
  557. margin-bottom: 16rpx;
  558. text-align: center;
  559. }
  560. .content .index-cont .pub-item .doc-cont .item .position {
  561. max-width: 120rpx;
  562. font-size: 24rpx;
  563. line-height: 1;
  564. font-family: PingFang SC;
  565. font-weight: 500;
  566. color: #999999;
  567. text-align: center;
  568. }
  569. .content .index-cont .pub-item .inner {
  570. padding: 0 30rpx;
  571. }
  572. .content .index-cont .pub-item .pub-tab-box {
  573. position: relative;
  574. }
  575. .content .index-cont .pub-item .pub-tab-box .tab-inner {
  576. padding: 14rpx 0 30rpx;
  577. display: flex;
  578. overflow-x: auto;
  579. }
  580. .content .index-cont .pub-item .pub-tab-box .item {
  581. font-size: 28rpx;
  582. white-space: nowrap;
  583. line-height: 1;
  584. font-family: PingFang SC;
  585. font-weight: 500;
  586. color: #666666;
  587. margin-right: 40rpx;
  588. position: relative;
  589. }
  590. .content .index-cont .pub-item .pub-tab-box .item:last-child {
  591. margin-right: 0;
  592. }
  593. .content .index-cont .pub-item .pub-tab-box .item.active {
  594. font-weight: bold;
  595. color: #333333;
  596. }
  597. .content .index-cont .pub-item .pub-tab-box .item.cases {
  598. margin-right: 60rpx;
  599. }
  600. .content .index-cont .pub-item .pub-tab-box .item .text {
  601. position: relative;
  602. z-index: 1;
  603. }
  604. .content .index-cont .pub-item .pub-tab-box .item .tab-bg {
  605. width: 72rpx;
  606. height: 28rpx;
  607. position: absolute;
  608. top: 17rpx;
  609. left: 50%;
  610. -webkit-transform: translateX(-36rpx);
  611. transform: translateX(-36rpx);
  612. z-index: -1;
  613. }
  614. .content .index-cont .pub-item .pub-tab-box .right-mask {
  615. width: 56rpx;
  616. height: 34rpx;
  617. position: absolute;
  618. top: 14rpx;
  619. right: -30rpx;
  620. z-index: 1;
  621. }
  622. .content .index-cont .pub-item .know-list {
  623. padding-right: 10rpx;
  624. }
  625. .content .index-cont .pub-item .know-list .item {
  626. padding: 30rpx 0;
  627. display: flex;
  628. align-items: center;
  629. justify-content: space-between;
  630. border-bottom: 1px solid #F0F0F0;
  631. }
  632. .content .index-cont .pub-item .know-list .item:last-child {
  633. border-bottom: none;
  634. }
  635. .content .index-cont .pub-item .know-list .item .left {
  636. flex: 1;
  637. padding-right: 40rpx;
  638. height: 190rpx;
  639. display: flex;
  640. flex-direction: column;
  641. justify-content: space-between;
  642. }
  643. .content .index-cont .pub-item .know-list .item .left .title {
  644. font-size: 32rpx;
  645. font-family: PingFang SC;
  646. font-weight: 500;
  647. color: #111111;
  648. line-height: 48rpx;
  649. }
  650. .content .index-cont .pub-item .know-list .item .left .info-box {
  651. width: 100%;
  652. display: flex;
  653. align-items: center;
  654. justify-content: space-between;
  655. }
  656. .content .index-cont .pub-item .know-list .item .left .info-box .readers {
  657. display: flex;
  658. align-items: center;
  659. }
  660. .content .index-cont .pub-item .know-list .item .left .info-box .readers .head-box {
  661. margin-right: 27rpx;
  662. display: flex;
  663. align-items: center;
  664. }
  665. .content .index-cont .pub-item .know-list .item .left .info-box .readers .head-box .head {
  666. width: 48rpx;
  667. height: 48rpx;
  668. border-radius: 50%;
  669. overflow: hidden;
  670. box-shadow: 0 0 0 1px #fff;
  671. margin-right: -10rpx;
  672. }
  673. .content .index-cont .pub-item .know-list .item .left .info-box .readers .head-box .head image {
  674. width: 100%;
  675. height: 100%;
  676. }
  677. .content .index-cont .pub-item .know-list .item .left .info-box .readers .readings {
  678. display: flex;
  679. align-items: center;
  680. }
  681. .content .index-cont .pub-item .know-list .item .left .info-box .readers .readings .eye {
  682. width: 26rpx;
  683. height: 20rpx;
  684. margin-right: 9rpx;
  685. }
  686. .content .index-cont .pub-item .know-list .item .left .info-box .readers .readings .num {
  687. font-size: 24rpx;
  688. font-family: PingFang SC;
  689. font-weight: 500;
  690. color: #999999;
  691. line-height: 1;
  692. }
  693. .content .index-cont .pub-item .know-list .item .left .info-box .time {
  694. font-size: 24rpx;
  695. line-height: 1;
  696. font-family: PingFang SC;
  697. font-weight: 500;
  698. color: #999999;
  699. }
  700. .content .index-cont .pub-item .know-list .item .right {
  701. width: 250rpx;
  702. height: 190rpx;
  703. border-radius: 8rpx;
  704. overflow: hidden;
  705. }
  706. .content .index-cont .pub-item .know-list .item .right image {
  707. width: 100%;
  708. height: 100%;
  709. }
  710. .content .index-cont .pub-item .cases-list {
  711. padding-bottom: 10rpx;
  712. }
  713. .content .index-cont .pub-item .cases-list .item {
  714. padding: 30rpx 0;
  715. border-bottom: 1px solid #F0F0F0;
  716. }
  717. .content .index-cont .pub-item .cases-list .item:last-child {
  718. border-bottom: none;
  719. }
  720. .content .index-cont .pub-item .cases-list .item .dec-text {
  721. font-size: 32rpx;
  722. font-family: PingFang SC;
  723. font-weight: bold;
  724. color: #111111;
  725. line-height: 48rpx;
  726. }
  727. .content .index-cont .pub-item .cases-list .item .images-box {
  728. margin-top: 10rpx;
  729. display: flex;
  730. flex-wrap: wrap;
  731. }
  732. .content .index-cont .pub-item .cases-list .item .images-box .img-item {
  733. width: 155rpx;
  734. height: 155rpx;
  735. background: #F5F5F5;
  736. border-radius: 8rpx;
  737. margin: 0 10rpx 10rpx 0;
  738. overflow: hidden;
  739. }
  740. .content .index-cont .pub-item .cases-list .item .images-box .img-item image {
  741. width: 100%;
  742. height: 100%;
  743. }
  744. .content .index-cont .pub-item .cases-list .item .images-box .img-item:nth-child(4n) {
  745. margin-right: 0;
  746. }
  747. .content .index-cont .pub-item .cases-list .item .doc-info {
  748. display: flex;
  749. align-items: center;
  750. margin: 30rpx 0 20rpx;
  751. }
  752. .content .index-cont .pub-item .cases-list .item .doc-info .head {
  753. width: 60rpx;
  754. height: 60rpx;
  755. background: #F2F5F9;
  756. border-radius: 50%;
  757. margin-right: 20rpx;
  758. overflow: hidden;
  759. }
  760. .content .index-cont .pub-item .cases-list .item .doc-info .head image {
  761. width: 100%;
  762. height: 100%;
  763. }
  764. .content .index-cont .pub-item .cases-list .item .doc-info .name {
  765. font-size: 28rpx;
  766. line-height: 1;
  767. font-family: PingFang SC;
  768. font-weight: 500;
  769. color: #111111;
  770. }
  771. .content .index-cont .pub-item .cases-list .item .doc-info .line {
  772. width: 1px;
  773. height: 22rpx;
  774. background: #DDDDDD;
  775. margin: 0 16rpx;
  776. }
  777. .content .index-cont .pub-item .cases-list .item .doc-info .posit,
  778. .content .index-cont .pub-item .cases-list .item .doc-info .address {
  779. font-size: 26rpx;
  780. font-family: PingFang SC;
  781. font-weight: 500;
  782. color: #999999;
  783. }
  784. .content .index-cont .pub-item .cases-list .item .answer-box {
  785. width: 100%;
  786. background: #F5F7F7;
  787. border-radius: 10rpx;
  788. display: flex;
  789. flex-direction: column;
  790. justify-content: center;
  791. }
  792. .content .index-cont .pub-item .cases-list .item .answer-box .text-inner {
  793. font-size: 28rpx;
  794. font-family: PingFang SC;
  795. font-weight: 500;
  796. color: #666666;
  797. line-height: 42rpx;
  798. padding: 15rpx;
  799. }
  800. .content .index-cont .pub-item .cases-list .item .read-box {
  801. margin-top: 30rpx;
  802. display: flex;
  803. align-items: center;
  804. justify-content: flex-end;
  805. }
  806. .content .index-cont .pub-item .cases-list .item .read-box image {
  807. width: 24rpx;
  808. height: 19rpx;
  809. margin-right: 10rpx;
  810. }
  811. .content .index-cont .pub-item .cases-list .item .read-box .text {
  812. font-size: 24rpx;
  813. font-family: PingFang SC;
  814. font-weight: 500;
  815. color: #999999;
  816. }
  817. .content .index-cont .feat-title {
  818. margin-top: 30rpx;
  819. padding: 10rpx 0 33rpx;
  820. display: flex;
  821. align-items: center;
  822. justify-content: center;
  823. }
  824. .content .index-cont .feat-title image {
  825. width: 37rpx;
  826. height: 37rpx;
  827. margin: 0rpx 20rpx;
  828. }
  829. .content .index-cont .feat-title text {
  830. font-size: 36rpx;
  831. line-height: 1;
  832. font-family: PingFang SC;
  833. font-weight: bold;
  834. color: #111111;
  835. }
  836. .content .index-cont .drug-list {
  837. display: flex;
  838. flex-wrap: wrap;
  839. }
  840. .content .index-cont .drug-list .item {
  841. margin-right: 20rpx;
  842. margin-bottom: 20rpx;
  843. width: 345rpx;
  844. background: #FFFFFF;
  845. box-shadow: 0px 0px 10rpx 4rpx rgba(199, 199, 199, 0.22);
  846. border-radius: 20rpx;
  847. overflow: hidden;
  848. }
  849. .content .index-cont .drug-list .item:nth-child(2n) {
  850. margin-right: 0;
  851. }
  852. .content .index-cont .drug-list .item .img-box {
  853. width: 100%;
  854. height: 334rpx;
  855. }
  856. .content .index-cont .drug-list .item .img-box image {
  857. width: 100%;
  858. height: 100%;
  859. }
  860. .content .index-cont .drug-list .item .info-box {
  861. box-sizing: border-box;
  862. height: 182rpx;
  863. padding: 20rpx;
  864. }
  865. .content .index-cont .drug-list .item .info-box .title {
  866. height: 80rpx;
  867. font-size: 26rpx;
  868. font-family: PingFang SC;
  869. font-weight: 500;
  870. color: #111111;
  871. line-height: 40rpx;
  872. }
  873. .content .index-cont .drug-list .item .info-box .price-box {
  874. display: flex;
  875. align-items: center;
  876. margin-top: 20rpx;
  877. }
  878. .content .index-cont .drug-list .item .info-box .price-box .now {
  879. color: #FF6633;
  880. display: flex;
  881. align-items: flex-end;
  882. margin-right: 20rpx;
  883. font-family: PingFang SC;
  884. }
  885. .content .index-cont .drug-list .item .info-box .price-box .now .unit {
  886. font-size: 24rpx;
  887. line-height: 1.4;
  888. margin-right: 4rpx;
  889. }
  890. .content .index-cont .drug-list .item .info-box .price-box .now .num {
  891. font-size: 36rpx;
  892. font-weight: bold;
  893. line-height: 1;
  894. }
  895. .content .index-cont .drug-list .item .info-box .price-box .old {
  896. font-size: 26rpx;
  897. font-family: PingFang SC;
  898. text-decoration: line-through;
  899. color: #BBBBBB;
  900. line-height: 1;
  901. }
  902. .official-account {
  903. box-sizing: border-box;
  904. width: 100%;
  905. height: 100rpx;
  906. position: fixed;
  907. bottom: 30rpx;
  908. z-index: 99;
  909. padding: 0 20rpx 180rpx 20rpx;
  910. }
  911. .message-box {
  912. box-sizing: border-box;
  913. width: 100%;
  914. height: 84rpx;
  915. background: #F3FFFD;
  916. border: 1px solid #C7E9E5;
  917. box-shadow: 0px 4rpx 12rpx 0px rgba(90, 203, 138, 0.16);
  918. border-radius: 16rpx;
  919. position: fixed;
  920. left: 50%;
  921. -webkit-transform: translateX(-50%);
  922. transform: translateX(-50%);
  923. bottom: 30rpx;
  924. z-index: 99;
  925. display: flex;
  926. align-items: center;
  927. justify-content: space-between;
  928. padding: 0 20rpx 0 30rpx;
  929. }
  930. .message-box .left {
  931. flex: 1;
  932. display: flex;
  933. align-items: center;
  934. }
  935. .message-box .left image {
  936. width: 24rpx;
  937. height: 24rpx;
  938. margin-right: 18rpx;
  939. }
  940. .message-box .left .text {
  941. width: 90%;
  942. font-size: 28rpx;
  943. font-family: PingFang SC;
  944. font-weight: 500;
  945. color: #2BC7B9;
  946. }
  947. .message-box .btn {
  948. width: 100rpx;
  949. height: 48rpx;
  950. line-height: 48rpx;
  951. text-align: center;
  952. font-size: 24rpx;
  953. font-family: PingFang SC;
  954. font-weight: 500;
  955. color: #FFFFFF;
  956. border: 1px solid #D2E6FF;
  957. background: linear-gradient(135deg, #2BC7B9 0%, #60CDC3 100%);
  958. border-radius: 24rpx;
  959. margin-left: 30rpx;
  960. }
  961. .contact-btn {
  962. display: inline-block;
  963. position: absolute;
  964. top: 0;
  965. left: 0;
  966. width: 100%;
  967. height: 100%;
  968. opacity: 0;
  969. }
  970. .popup-box {
  971. position: fixed;
  972. top: 0;
  973. right: 0;
  974. left: 0;
  975. bottom: 0;
  976. z-index: 999;
  977. display: flex;
  978. justify-content: center;
  979. align-items: center;
  980. }
  981. .popup-box .info-mask {
  982. position: fixed;
  983. top: 0;
  984. right: 0;
  985. bottom: 0;
  986. left: 0;
  987. background-color: rgba(0, 0, 0, 0.5);
  988. z-index: 999;
  989. }
  990. .popup-box .info-form {
  991. z-index: 1000;
  992. width: 450rpx;
  993. display: flex;
  994. flex-direction: column;
  995. justify-content: center;
  996. align-items: center;
  997. position: relative;
  998. }
  999. .popup-box .info-form image {
  1000. width: 100%;
  1001. }