read_ba.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  1. i{
  2. font-style: normal;
  3. }
  4. .read_ba .panel{
  5. padding: 0 15px;
  6. }
  7. .read_ba .panel+.panel {
  8. margin-top: 0.58rem;
  9. }
  10. .read_ba .panel_title{
  11. position: relative;
  12. padding: 10px 0;
  13. line-height: 1;
  14. }
  15. .read_ba .panel_title .icon{
  16. height: 13px;
  17. width: 5px;
  18. margin-right: 5px;
  19. }
  20. .read_ba .panel_title i{
  21. display: inline-block;
  22. background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
  23. width: 5px;
  24. height: 13px;
  25. border-radius: 2.5px;
  26. }
  27. .read_ba .panel_title span{
  28. font-size: 14px;
  29. color: #666666;
  30. }
  31. .pic_pzpic{
  32. font-size: 0px;
  33. width: 100%;
  34. border-radius: 4px;
  35. height: 2.38rem;
  36. overflow: hidden;
  37. }
  38. .pic_pzpic img{
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .sbwzbox{
  43. background: #F5FAFD;
  44. border-radius: 3px;
  45. padding: 12px;
  46. font-size: 14px;
  47. color: #666666;
  48. line-height: 20px;
  49. }
  50. .sbwzbox .num{
  51. text-align: right;
  52. font-size: 12px;
  53. color: #999999;
  54. }
  55. .sbwzbox .textareaDiv{
  56. margin: 0;
  57. }
  58. .sbwzbox .textareaDiv .maxNum{
  59. bottom: -10px;
  60. right: 0px;
  61. }
  62. .sbwzbox .textareaDiv textarea{
  63. padding: 0;
  64. border:none;
  65. background: transparent;
  66. }
  67. .ydnlfxbox{
  68. border: 1px solid #ccc;
  69. }
  70. .ydnlfxbox .dc_flex+.dc_flex{
  71. border-top: 1px solid #ccc;
  72. }
  73. .ydnlfxbox .dc_hd{
  74. text-align: center;
  75. font-size: 14px;
  76. color: #666666;
  77. line-height: 20px;
  78. padding: 12px 0;
  79. }
  80. .ydnlfxbox .dc_hd+.dc_hd{
  81. border-left: 1px solid #ccc;
  82. }
  83. .read_ba .txtshow{
  84. font-size: 14px;
  85. color: #333333;
  86. line-height: 20px;
  87. }
  88. .tushubox .s_name{
  89. font-size: 14px;
  90. color: #333333;
  91. line-height: 19px;
  92. overflow: hidden;
  93. text-overflow: ellipsis;
  94. display: -webkit-box;
  95. -webkit-box-orient: vertical;
  96. -webkit-line-clamp: 2;
  97. }
  98. .tushubox .s_pic{
  99. text-align: center;
  100. position: relative;
  101. width: 1.98rem;
  102. height: 2.32rem;
  103. margin-bottom: 5px;
  104. }
  105. .tushubox .s_pic .xb{
  106. background: #A9D4FF;
  107. width: 48px;
  108. height: 22px;
  109. line-height: 22px;
  110. font-size: 12px;
  111. color: #FFFFFF;
  112. text-align: center;
  113. position: absolute;
  114. right: 0;
  115. bottom: 0;
  116. }
  117. .tushubox .s_pic img{
  118. width: 1.98rem;
  119. height: 2.32rem;
  120. display: inline-block;
  121. }
  122. .tushubox .dc_hd+.dc_hd{
  123. margin-left: 10px;
  124. }
  125. .book_tj{
  126. display: inline-block;
  127. height: 20px;
  128. border: 1px solid #48A3FE;
  129. line-height: 18px;
  130. border-radius: 0px 10px 10px 0;
  131. font-size: 12px;
  132. padding-right: 8px;
  133. color: #48A3FE;
  134. }
  135. .book_tj span{
  136. display: inline-block;
  137. padding: 0 8px 0px 5px;
  138. margin-right: 3px;
  139. height: 18px;
  140. color: #fff;
  141. border-radius: 0px 9px 9px 0;
  142. background: #48A3FE;
  143. }
  144. .btn_huan{
  145. display: block;
  146. width: 90px;
  147. height: 28px;
  148. line-height: 26px;
  149. border: 1px solid #48A3FE;
  150. border-radius: 19px;
  151. text-align: center;
  152. font-size: 14px;
  153. color: #48A3FE;
  154. margin: 20px auto;
  155. }
  156. .btn_huan i.iconfont{
  157. margin-right: 5px;
  158. }
  159. .fb_box{
  160. padding: 20px;
  161. border-top: 1px solid #E6E6E6;
  162. text-align: center;
  163. }
  164. .fb_box a{
  165. display: inline-block;
  166. width: 170px;
  167. height: 44px;
  168. line-height: 44px;
  169. background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
  170. box-shadow: 0 0 7px 0 rgba(97,170,255,0.50);
  171. border-radius: 22px;
  172. font-size: 14px;
  173. color: #FFFFFF;
  174. }
  175. .booklist{
  176. background: #fff;
  177. padding: 15px;
  178. position: relative;
  179. }
  180. .booklist+.booklist:after{
  181. position: absolute;
  182. content: '';
  183. height: 1px;
  184. left: 0px;
  185. right: 0;
  186. background: #E6E6E6;
  187. top: 0;
  188. -webkit-transform: scaleY(0.5);
  189. transform: scaleY(0.5);
  190. }
  191. .booklist .icon{
  192. width: 18px;
  193. height: 26px;
  194. margin-right: 13px;
  195. font-size: 14px;
  196. text-align: center;
  197. color: #999;
  198. }
  199. .booklist:nth-child(1) .icon{
  200. text-indent: -9999px;
  201. background: url(../images/read_b1.png) no-repeat center center/18px 26px;
  202. }
  203. .booklist:nth-child(2) .icon{
  204. text-indent: -9999px;
  205. background: url(../images/read_b2.png) no-repeat center center/18px 26px;
  206. }
  207. .booklist:nth-child(3) .icon{
  208. text-indent: -9999px;
  209. background: url(../images/read_b3.png) no-repeat center center/18px 26px;
  210. }
  211. .booklist .pic{
  212. width: 99px;
  213. height: 116px;
  214. overflow: hidden;
  215. border-radius: 3px;
  216. position: relative;
  217. margin-right: 10px;
  218. }
  219. .booklist .pic img{
  220. width: 100%;
  221. height: 100%;
  222. }
  223. .booklist .pic .xb{
  224. background: #A9D4FF;
  225. width: 48px;
  226. height: 22px;
  227. line-height: 22px;
  228. font-size: 12px;
  229. color: #FFFFFF;
  230. text-align: center;
  231. position: absolute;
  232. right: 0;
  233. bottom: 0;
  234. }
  235. .booklist .name{
  236. font-size: 16px;
  237. color: #333333;
  238. line-height: 22px;
  239. }
  240. .booklist .zz{
  241. font-size: 13px;
  242. color: #666666;
  243. line-height: 22px;
  244. margin-top: 3px;
  245. margin-bottom: 7px;
  246. }
  247. .booklist .txtinfo{
  248. font-size: 13px;
  249. color: #666666;
  250. line-height: 18px;
  251. overflow: hidden;
  252. text-overflow: ellipsis;
  253. display: -webkit-box;
  254. -webkit-box-orient: vertical;
  255. -webkit-line-clamp: 2;
  256. margin-top: 12px;
  257. }
  258. .read_ba .panelbox{
  259. background: #fff;
  260. overflow: hidden;
  261. }
  262. .read_ba .panelbox+.panelbox{
  263. margin-top: 10px;
  264. background: #fff;
  265. }
  266. .read_ba .type_top{
  267. height: 44px;
  268. padding: 0 15px;
  269. position: relative;
  270. }
  271. .read_ba .type_top:after{
  272. position: absolute;
  273. content: '';
  274. height: 1px;
  275. left: 15px;
  276. right: 0;
  277. background: #E6E6E6;
  278. bottom: 0;
  279. -webkit-transform: scaleY(0.5);
  280. transform: scaleY(0.5);
  281. }
  282. .read_ba .type_top .dc_hd i{
  283. display: inline-block;
  284. background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
  285. width: 5px;
  286. height: 13px;
  287. border-radius: 2.5px;
  288. margin-right: 5px;
  289. vertical-align: middle;
  290. }
  291. .read_ba .type_top .dc_hd span{
  292. font-size: 14px;
  293. color: #666666;
  294. }
  295. .read_ba .type_top .btn{
  296. height: 28px;
  297. line-height: 26px;
  298. border-radius: 19px;
  299. padding: 0 15px;
  300. border: 1px solid #48A3FE;
  301. color: #48A3FE;
  302. font-size: 14px;
  303. }
  304. .read_ba .type_top .btn i.iconfont{
  305. margin-right: 4px;
  306. }
  307. .read_ba .type_top a{
  308. color: #999999;
  309. font-size: 14px;
  310. }
  311. .read_ba .type_top a i.iconfont{
  312. }
  313. .read_ba .type_top img{
  314. width: 19px;
  315. height: 19px;
  316. display: inline-block;
  317. vertical-align: middle;
  318. margin-top: -2px;
  319. margin-right: 7px;
  320. }
  321. .haoyou{
  322. margin-top: 10px;
  323. font-size: 0px;
  324. }
  325. .haoyou img{
  326. display: inline-block;
  327. width: 27px;
  328. height: 27px;
  329. border-radius: 50%;
  330. margin-right: 4px;
  331. float: left;
  332. }
  333. .haoyou span{
  334. font-size: 12px;
  335. color: #999;
  336. display: inline-block;
  337. line-height: 27px;
  338. }
  339. .booktxtbox{
  340. padding: 15px;
  341. position: relative;
  342. }
  343. .booktxtbox:after{
  344. position: absolute;
  345. content: '';
  346. height: 1px;
  347. left: 0px;
  348. right: 0;
  349. background: #E6E6E6;
  350. top: 0;
  351. -webkit-transform: scaleY(0.5);
  352. transform: scaleY(0.5);
  353. }
  354. .booktxtbox .txtinfo{
  355. font-size: 15px;
  356. color: #666666;
  357. line-height: 24px;
  358. overflow: hidden;
  359. text-overflow: ellipsis;
  360. display: -webkit-box;
  361. -webkit-box-orient: vertical;
  362. -webkit-line-clamp: 3;
  363. }
  364. .booktxtbox.active .txtinfo{
  365. -webkit-line-clamp:inherit
  366. }
  367. .btn_txtall{
  368. text-align: center;
  369. color: #666666;
  370. margin-top: 10px;
  371. line-height: 22px;
  372. }
  373. .btn_txtall span{
  374. font-size: 14px;
  375. color: #666666;
  376. }
  377. .btn_txtall i {
  378. vertical-align: middle;
  379. display: inline-block;
  380. margin-left: 5px;
  381. font-size: 14px;
  382. }
  383. .btn_txtall.active i.iconfont {
  384. transform: rotate(180deg);
  385. margin-top: -2px;
  386. }
  387. .shuzhaibox .list{
  388. padding: 15px;
  389. background: #fff;
  390. position: relative;
  391. }
  392. .shuzhaibox .list+.list:after{
  393. position: absolute;
  394. content: '';
  395. height: 1px;
  396. left: 0px;
  397. right: 0;
  398. background: #E6E6E6;
  399. top: 0;
  400. -webkit-transform: scaleY(0.5);
  401. transform: scaleY(0.5);
  402. }
  403. .shuzhaibox .p_info .pic{
  404. margin-right: 10px;
  405. width: 36px;
  406. height: 36px;
  407. border-radius: 50%;
  408. overflow: hidden;
  409. font-size: 0;
  410. }
  411. .shuzhaibox .p_info .pic img{
  412. width: 100%;
  413. height: 100%;
  414. }
  415. .shuzhaibox .p_info .xm{
  416. font-size: 14px;
  417. color: #333333
  418. }
  419. .shuzhaibox .p_info .nj{
  420. font-size: 12px;
  421. color: #666666;
  422. margin-left: 6px;
  423. }
  424. .shuzhaibox .zy_infobox{
  425. padding-left: 46px;
  426. }
  427. .shuzhaibox .zy_infobox .zy_txt{
  428. font-size: 14px;
  429. color: #333333;
  430. }
  431. .shuzhaibox .foot_info{
  432. margin-top: 10px;
  433. font-size: 13px;
  434. color: #999999;
  435. }
  436. .shuzhaibox .foot_info i.iconfont{
  437. color: #ccc;
  438. }
  439. .shuzhaibox .foot_info a.active i,.shuzhaibox .foot_info a.active span{
  440. color: #48A3FE;
  441. }
  442. .btn_zc a+a{
  443. margin-left: 25px;
  444. }
  445. .btn_zy_all{
  446. padding: 20px;
  447. position: relative;
  448. text-align: center;
  449. }
  450. .btn_zy_all a{
  451. display: inline-block;
  452. font-size: 14px;
  453. color: #CCCCCC;
  454. height: 28px;
  455. line-height: 26px;
  456. padding: 0 15px;
  457. border:1px solid #cccccc;
  458. border-radius: 19px;
  459. }
  460. .btn_zy_all:after{
  461. position: absolute;
  462. content: '';
  463. height: 1px;
  464. left: 0px;
  465. right: 0;
  466. background: #E6E6E6;
  467. top: 0;
  468. -webkit-transform: scaleY(0.5);
  469. transform: scaleY(0.5);
  470. }
  471. .book_typelist{
  472. padding-left: 15px;
  473. padding-top: 15px;
  474. padding-bottom: 5px;
  475. padding-right: 5px;
  476. font-size: 0;
  477. }
  478. .book_typelist span{
  479. display: inline-block;
  480. background: #F0F0F0;
  481. border-radius: 4px;
  482. height: 34px;
  483. line-height: 34px;
  484. font-size: 14px;
  485. color: #666666;
  486. padding: 0 10px;
  487. margin-right: 10px;
  488. margin-bottom: 10px;
  489. }
  490. .panelbox .tushubox {
  491. padding: 15px;
  492. }
  493. .xinde_txt{
  494. padding-bottom: 10px;
  495. margin-top: 10px;
  496. }
  497. .xinde_txt img{
  498. width: 13px;
  499. height: 8px;
  500. }
  501. .xinde_txt p{
  502. font-size: 15px;
  503. color: #666666;
  504. line-height: 24px;
  505. }
  506. .xinde_book{
  507. border: 1px solid #CCCCCC;
  508. border-radius: 2px;
  509. padding: 12px;
  510. }
  511. .zy_txt~.xinde_book{
  512. margin-top: 5px;
  513. }
  514. .xinde_book .pic{
  515. margin-right: 10px;
  516. border-radius: 3px;
  517. overflow: hidden;
  518. width: 54px;
  519. height: 64px;
  520. }
  521. .xinde_book .pic img{
  522. width: 100%;
  523. height: 100%;
  524. }
  525. .xinde_book .name{
  526. font-size: 15px;
  527. color: #333333;
  528. line-height: 21px;
  529. }
  530. .xinde_book .zz{
  531. margin-top: 3px;
  532. font-size: 12px;
  533. color: #666666;
  534. margin-bottom: 7px;
  535. }
  536. .btn_read_test{
  537. display: inline-block;
  538. height: 34px;
  539. width: 133px;
  540. line-height: 34px;
  541. text-align: center;
  542. background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
  543. box-shadow: 0 1px 4px 0 rgba(97,170,255,0.50);
  544. border-radius: 17px;
  545. font-size: 14px;
  546. color: #fff;
  547. margin: 15px 0;
  548. }
  549. .yd_gj_box{
  550. overflow: hidden;
  551. text-align: center;
  552. padding-bottom: 15px;
  553. }
  554. .yd_gj_box .iconbox {
  555. height: 56px;
  556. overflow: hidden;
  557. width: 56px;
  558. display: inline-block;
  559. position: relative;
  560. }
  561. .yd_gj_box .iconbox img{
  562. width: 36px;
  563. height: 36px;
  564. display: inline-block;
  565. margin-top: 21px;
  566. }
  567. .yd_gj_box .dc_hd{
  568. text-align: center;
  569. font-size: 0;
  570. }
  571. .yd_gj_box .ydjd{
  572. text-align: center;
  573. font-size: 12px;
  574. border: 5px solid #A0CFFF;
  575. color: #666666;
  576. width: 56px;
  577. height: 56px;
  578. display: inline-block;
  579. border-radius: 50%;
  580. line-height: 1.2;
  581. position: relative;
  582. }
  583. .yd_gj_box .ydjd p{
  584. position: absolute;
  585. color: 10px;
  586. text-align: center;
  587. left: 0%;
  588. right: 0;
  589. line-height: 1;
  590. top: 10px;
  591. }
  592. .yd_gj_box .type{
  593. opacity: 0.8;
  594. font-size: 12px;
  595. color: #666666;
  596. margin-top: 6px
  597. }
  598. .yd_gj_box .other{
  599. opacity: 0.8;
  600. font-size: 12px;
  601. color: #666666;
  602. margin-top: 5px
  603. }
  604. .yd_gj_box .other a,.yd_gj_box .other a i{
  605. font-size: 12px;
  606. color: #48A3FE;
  607. }
  608. .czjl_box {
  609. position: relative;
  610. margin-bottom: 15px;
  611. }
  612. .czjl_box .list{
  613. height: 32px;
  614. }
  615. .czjl_box .time{
  616. width: 62px;
  617. text-align: center;
  618. height: 16px;
  619. line-height: 16px;
  620. background: #EDF6FF;
  621. font-size: 12px;
  622. color: #48A3FE;
  623. border-radius: 0 8px 8px 0;
  624. }
  625. .czjl_box .toplist .time{
  626. background: transparent;
  627. }
  628. .czjl_box .toplist .dc_hd {
  629. font-size: 0;
  630. }
  631. .czjl_box .toplist .dc_hd span{
  632. display: inline-block;
  633. width: 16.66666%;
  634. text-align: center;
  635. font-size: 12px;
  636. color: #CCCCCC;
  637. position: relative;
  638. }
  639. .czjl_box .toplist .dc_hd span:after{
  640. position: absolute;
  641. content: '';
  642. left: 50%;
  643. top: 21px;
  644. bottom: 0px;
  645. width: 1px;
  646. height: 287px;
  647. background: #F0F0F0;
  648. }
  649. .czjl_box .list .dc_hd{
  650. position: relative;
  651. }
  652. .czjl_box .list .linebox{
  653. height: 32px;
  654. position: relative;
  655. }
  656. .czjl_box .list .name{
  657. font-size: 13px;
  658. color: #333333;
  659. position: absolute;
  660. top: -5px;
  661. right: 32px;
  662. overflow: hidden;
  663. text-overflow: ellipsis;
  664. white-space: nowrap;
  665. }
  666. .czjl_box .list .txt_h .name{
  667. left: 100%;
  668. right: -200%;
  669. top: 0;
  670. }
  671. .czjl_box .list.list_0 .linebox{
  672. width: 8.3333333%;
  673. }
  674. .czjl_box .list.list_0 img{
  675. display: none
  676. }
  677. .czjl_box .list.list_0 .name{
  678. left: 100%;
  679. right: -1100%;
  680. top: 50%;
  681. margin-top: -10px;
  682. color: #CCCCCC;
  683. }
  684. .czjl_box .list.list_4 .linebox{
  685. width: 25%;
  686. }
  687. .czjl_box .list.list_4 .name{
  688. left: 100%;
  689. right: -300%;
  690. top: 50%;
  691. margin-top: -10px;
  692. color: #333;
  693. }
  694. .czjl_box .list.list_8 .linebox{
  695. width: 41.6666666%;
  696. }
  697. .czjl_box .list.list_8 .name{
  698. left: 100%;
  699. right: -140%;
  700. top: 50%;
  701. margin-top: -10px;
  702. color: #333;
  703. }
  704. .czjl_box .list.list_12 .linebox{
  705. width: 58.3333333%;
  706. }
  707. .czjl_box .list.list_16 .linebox{
  708. width: 75%;
  709. }
  710. .czjl_box .list.list_20 .linebox{
  711. width: 91.66666666%;
  712. }
  713. .czjl_box .list.list_20 .name,.czjl_box .list.list_16 .name,.czjl_box .list.list_12 .name{
  714. width: calc(100% - 32px);
  715. text-align: right;
  716. }
  717. .czjl_box .list .line{
  718. height: 3px;
  719. background: #4A94FE;
  720. width: 100%;
  721. position: absolute;
  722. top: 0;
  723. right: 0;
  724. top: 50%;
  725. margin-top: -1.5px;
  726. }
  727. .czjl_box .list .linebox img{
  728. width: 32px;
  729. height: 32px;
  730. border-radius: 50%;
  731. position: absolute;
  732. right: 0;
  733. top: 0;
  734. }
  735. .czjl_box .list+.list{
  736. margin-top: 8px;
  737. }
  738. .xinqin_box{
  739. font-size: 0;
  740. }
  741. .xinqin_box .xq_list .xqpic1,.xinqin_box .xq_list.active .xqpic2{
  742. display: none;
  743. }
  744. .xinqin_box{
  745. margin-right: -0.4rem;
  746. }
  747. .xinqin_box p{
  748. font-size: 12px;
  749. color: #999;
  750. margin-bottom: 10px !important;
  751. }
  752. .xinqin_box .xq_list{
  753. width: 1.9rem;
  754. height: 0.68rem;
  755. border-radius: 0.34rem;
  756. line-height: 0.68rem;
  757. background: #E6E6E6;
  758. text-align: center;
  759. display: inline-block;
  760. margin-right: 0.4rem;
  761. margin-bottom: 0.3rem;
  762. }
  763. .xinqin_box .xq_list.active{
  764. background: #48A3FE;
  765. }
  766. .xinqin_box .xq_list img{
  767. margin-top: 0.08rem;
  768. height: 0.52rem;
  769. display: inline-block;
  770. margin-top: -2px;
  771. vertical-align: middle;
  772. }
  773. .xinqin_box .xq_list span{
  774. font-size: 15px;
  775. color: #999999;
  776. margin-left: 8px;
  777. vertical-align: middle;
  778. }
  779. .xinqin_box .xq_list.active span{
  780. color: #fff;
  781. }
  782. .xinqin_box .xq_list.active .xqpic1{
  783. display: block;
  784. display: inline-block
  785. }
  786. .ydjd_ing .type{
  787. font-size: 13px;
  788. color: #48A2FD;
  789. }
  790. .ydjd_ing .other{
  791. font-size: 13px;
  792. color: #FF9F00;
  793. }
  794. .yd_picnr_1{
  795. width: 5.77rem;
  796. height: 1.98rem;
  797. margin: 0.16rem auto 0;
  798. }
  799. .yd_picnr_2{
  800. width: 4.26rem;
  801. height: 4.17rem;
  802. margin: 0.36rem auto 0;
  803. }
  804. .yd_picnr_3{
  805. padding: 30px 15px 15px;
  806. margin: 30px 15px 15px;
  807. border: 1px solid #48a3fe;
  808. border-radius: 16px;
  809. font-size: 15px;
  810. line-height: 1.4;
  811. color: #666;
  812. position: relative;
  813. }
  814. .yd_picnr_3 .title{
  815. width: 2.68rem;
  816. height: 0.74rem;
  817. position: absolute;
  818. left: 50%;
  819. margin-left: -1.34rem;
  820. top: -0.37rem;
  821. }
  822. .yd_picnr_4{
  823. text-align: center;
  824. font-size: 15px;
  825. color: #333;
  826. margin-bottom: 15px;
  827. }
  828. .actionsheetpic .weui-actionsheet{
  829. left: 8px;
  830. right: 8px;
  831. bottom: 15px;
  832. width: auto;
  833. background-color: transparent ;
  834. }
  835. .actionsheetpic .weui-actionsheet__action{
  836. border-radius: 10px;
  837. color: #48a3fe;
  838. }
  839. .actionsheetpic .weui-actionsheet__menu{
  840. border-radius: 10px;
  841. }
  842. .actionsheetpic .weui-actionsheet__cell:first-child:before{
  843. display: none;
  844. }
  845. .actionsheetpic .weui-actionsheet__menu .weui-actionsheet__cell{
  846. text-align: left;
  847. padding-left: 15px;
  848. padding-right: 15px;
  849. }
  850. .actionsheetpic .weui-actionsheet__menu .weui-actionsheet__cell .icon i{
  851. color: #48a3fe;
  852. font-size: 24px;
  853. }
  854. .read_ba .search_c{
  855. background: #fff;
  856. border-bottom: 1px solid #e6e6e6;
  857. margin-bottom: 15px;
  858. }
  859. .read_ba .search_c .so_txt{
  860. margin-left: 10px;
  861. margin-right: 3px;
  862. font-size: 17px;
  863. color: #3399FF;
  864. display: none;
  865. }
  866. .read_ba .search_c .so_txt span{
  867. display: inline-block;
  868. height: 34px;
  869. line-height: 34px;
  870. padding: 0 5px;
  871. }
  872. .read_ba .search_c {
  873. padding: 12px 15px;
  874. background: #FAFAFA;
  875. }
  876. .read_ba .search_c input {
  877. height: 34px;
  878. line-height: 32px;
  879. border-radius: 17px;
  880. border: none;
  881. border: 1px solid #E6E6E6;
  882. font-size: 13px;
  883. padding-left: 35px;
  884. background: #F3F3F3 url(../images/so_icon.png) no-repeat 10px center / 15px 15px;
  885. margin: 0;
  886. }
  887. .read_so_nolsit {
  888. padding: 120px 0;
  889. }
  890. .read_so_nolsit img{
  891. width: 1.48rem;
  892. margin: 0 auto;
  893. }
  894. .read_test{
  895. padding: 0 15px;
  896. height: 44px;
  897. }
  898. .read_test .dc_flex{
  899. height: 44px;
  900. }
  901. .read_test .pic{
  902. margin-right: 10px;
  903. }
  904. .read_test .pic img{
  905. width: 20px;
  906. height: 20px;
  907. }
  908. .read_test .dc_hd{
  909. font-size: 16px;
  910. color: #333333;
  911. }