book_details.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. @charset "utf-8";
  2. /* CSS Document */
  3. * {
  4. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  5. }
  6. body{
  7. -webkit-font-smoothing: antialiased;
  8. font-family:'PingFang-SC-Medium';
  9. }
  10. select, input[type="submit"] {
  11. cursor: pointer;
  12. }
  13. select, input, textarea {
  14. border: 0;
  15. font-size: 14px;
  16. display: block;
  17. width: 100%;
  18. box-sizing: border-box;
  19. -webkit-appearance:none;
  20. -moz-appearance:none;
  21. appearance:none;
  22. -webkit-appearance: none;
  23. background-color: none;
  24. color: #666;
  25. resize: none;
  26. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  27. outline: none;
  28. }
  29. .body_sytle{
  30. padding-bottom: .4rem;
  31. background-color: #fff;
  32. }
  33. .bd_head_box{
  34. overflow: hidden;
  35. }
  36. .bd_head_info{
  37. overflow: hidden;
  38. padding: .1rem .15rem 0;
  39. position: relative;
  40. left: 0;
  41. top: 0;
  42. z-index: 1;
  43. }
  44. .bd_head_info_img{
  45. overflow: hidden;
  46. position: absolute;
  47. left: .15rem;
  48. top: .1rem;
  49. height: 1.2rem;
  50. width: .9rem;
  51. }
  52. .bd_head_info_img img{
  53. display: block;
  54. width: .9rem;
  55. height: 1.2rem;
  56. border-radius: .06rem;
  57. }
  58. .bd_head_info_txt{
  59. overflow: hidden;
  60. margin: 0 0 .18rem 1.06rem;
  61. height: 1.2rem;
  62. }
  63. .bd_head_info_txt h1{
  64. margin-bottom: .24rem;
  65. overflow: hidden;
  66. height: .26rem;
  67. font-family:'PingFang-SC-Medium';
  68. font-size: .18rem;
  69. color: #513d3d;
  70. line-height: .26rem;
  71. }
  72. .bd_head_info_txt .i_images_txt_other{
  73. margin-bottom: .09rem;
  74. }
  75. .bd_head_info_other{
  76. margin: .05rem 0 0;
  77. overflow: hidden;
  78. height: .19rem;
  79. }
  80. .bd_head_info_other strong{
  81. display: block;
  82. height: .19rem;
  83. font-size: .13rem;
  84. color: #5e6a94;
  85. line-height: .19rem;
  86. }
  87. .bd_head_info_tag{
  88. margin: .03rem 0 .3rem;
  89. overflow: hidden;
  90. height: .15rem;
  91. }
  92. .bd_head_info_tag span{
  93. overflow: hidden;
  94. display: block;
  95. padding: 0 .04rem;
  96. margin-right: .1rem;
  97. height: .15rem;
  98. background-color: #77a4ff;
  99. font-size: .1rem;
  100. color: #fff;
  101. line-height: .15rem;
  102. border-radius: 0.03rem;
  103. }
  104. .bd_head_info_tag span:nth-child(1){
  105. background-color: #77a4ff;
  106. }
  107. .bd_head_info_tag span:nth-child(2){
  108. background-color: #8ac94e;
  109. }
  110. .bd_head_info_other span{
  111. display: block;
  112. overflow: hidden;
  113. padding-left: .2rem;
  114. height: .19rem;
  115. background: url(../../img/frontend/icon/icon_29.png) no-repeat 0 .02rem/.14rem auto;
  116. font-size: .13rem;
  117. color: #FFB473;
  118. line-height: .19rem;
  119. }
  120. .bd_head_info_other em{
  121. display: block;
  122. overflow: hidden;
  123. padding-left: .2rem;
  124. height: .19rem;
  125. background: url(../../img/frontend/icon/icon_2.png) no-repeat -2px center;
  126. background-size: .2rem .2rem;
  127. font-size: .13rem;
  128. color: #FFB473;
  129. line-height: .19rem;
  130. box-sizing: border-box;
  131. }
  132. .bd_head_open_vip{
  133. overflow: hidden;
  134. height: .21rem;
  135. margin-bottom: .16rem;
  136. text-align: center;
  137. font-size: 0;
  138. }
  139. .bd_head_open_vip a{
  140. padding-right: .2rem;
  141. display: inline-block;
  142. *display: inline;
  143. *zoom:1;
  144. height: .21rem;
  145. background: url(../../img/frontend/icon/icon_36.png) no-repeat right center;
  146. background-size: .14rem auto;
  147. font-family:'PingFang-SC-Regular';
  148. font-size: .15rem;
  149. color: #d48741;
  150. line-height: .21rem;
  151. }
  152. .bd_but_box{
  153. position: fixed;
  154. left: 0;
  155. bottom: 0;
  156. right: 0;
  157. z-index: 200;
  158. overflow: hidden;
  159. height: .46rem;
  160. }
  161. .bd_but_box_plh {height: .46rem;}
  162. .bd_but_box a{
  163. display: block;
  164. margin: 0 auto;
  165. height: .46rem;
  166. background-color: #FFB473;
  167. font-size: .18rem;
  168. color: #fff;
  169. text-align: center;
  170. line-height: .46rem;
  171. }
  172. .buts_1{
  173. background-color: #27c1a0;
  174. }
  175. .buts_2{
  176. background-color: #E69A00;
  177. }
  178. .bd_description_box{
  179. position: relative;
  180. overflow: hidden;
  181. margin-bottom:.15rem;
  182. }
  183. .bd_description_box p{
  184. overflow: hidden;
  185. font-size: .13rem;
  186. color: #513D3D;
  187. line-height: .24rem;
  188. }
  189. .bd_description_open p{
  190. max-height: .48rem;
  191. display: -webkit-box;
  192. -webkit-box-orient: vertical;
  193. -webkit-line-clamp: 2;
  194. }
  195. .bd_description_box a{
  196. display: none;
  197. }
  198. .bd_description_open a{
  199. display: block;
  200. position: absolute;
  201. bottom:0;
  202. right:0;
  203. height: .24rem;
  204. width: .24rem;
  205. white-space: nowrap;
  206. background: url(../../img/frontend/icon/icon_31.png) no-repeat center center;
  207. background-size: .14rem auto;
  208. font-size: .13rem;
  209. color: #FFB473;
  210. line-height: .24rem;
  211. }
  212. .bd_list_box{
  213. overflow: hidden;
  214. padding-top: .15rem;
  215. }
  216. .bd_list_tit{
  217. overflow: hidden;
  218. }
  219. .bd_list_tit h2{
  220. overflow: hidden;
  221. margin-bottom: .1rem;
  222. height: .22rem;
  223. font-size: .16rem;
  224. color: #0a347e;
  225. line-height: .22rem;
  226. }
  227. .bd_list_tit h2 span{
  228. font-size: .13rem;
  229. color: #9597ae;
  230. }
  231. .bd_list_new{
  232. position: relative;
  233. left: 0;
  234. top: 0;
  235. height: .38rem;
  236. }
  237. .bd_list_new span,
  238. .bd_list_new i{
  239. position: absolute;
  240. -ms-transform:rotate(45deg);
  241. -moz-transform:rotate(45deg);
  242. -webkit-transform:rotate(45deg);
  243. -o-transform:rotate(45deg);
  244. transform:rotate(45deg);
  245. }
  246. .bd_list_new span{
  247. left: .1rem;
  248. top: -.05rem;
  249. z-index: -1;
  250. height: .1rem;
  251. width: .1rem;
  252. background-color: #ffe9d4;
  253. }
  254. .bd_list_new i{
  255. left: .11rem;
  256. top: -.04rem;
  257. z-index: 1;
  258. height: .08rem;
  259. width: .08rem;
  260. background-color: #fff5eb;
  261. }
  262. .bd_list_new strong,.bd_list_new a{
  263. display: block;
  264. overflow: hidden;
  265. padding: 0 .12rem;
  266. height: .36rem;
  267. background-color: #fff5eb;
  268. border: 1px solid #ffe9d4;
  269. font-size: .13rem;
  270. color: #ff8f63;
  271. word-break: break-all;
  272. word-wrap: break-word;
  273. line-height: .36rem;
  274. display: -webkit-box;
  275. -webkit-box-orient: vertical;
  276. -webkit-line-clamp: 1;
  277. border-radius: .04rem;
  278. }
  279. .bd_list_ul{
  280. overflow: hidden;
  281. padding: 0 .15rem;
  282. }
  283. .bd_list_ul li{
  284. height: .45rem;
  285. border-bottom: 1px solid #feedbe;
  286. }
  287. .bd_list_ul a,
  288. .bd_list_more{
  289. overflow: hidden;
  290. height: .45rem;
  291. font-size: .15rem;
  292. font-family:'PingFang-SC-Regular';
  293. color: #513D3D;
  294. line-height: .45rem;
  295. display: -webkit-box;
  296. -webkit-box-orient: vertical;
  297. -webkit-line-clamp: 1;
  298. }
  299. .bd_list_more{
  300. text-align: center;
  301. color: #FFB473;
  302. }
  303. .bd_list_more span{
  304. display: inline-block;
  305. *display: inline;
  306. *zoom:1;
  307. height: .45rem;
  308. padding-right: .2rem;
  309. background: url(../../img/frontend/icon/icon_36.png) no-repeat right center;
  310. background-size: .14rem auto;
  311. font-size: .15rem;
  312. color: #FFB473;
  313. font-family:'PingFang-SC-Regular';
  314. }
  315. .bl_tit_box{
  316. height: .5rem;
  317. }
  318. .directory_select{
  319. float:right;
  320. margin:.1rem .15rem 0 0;
  321. height:.3rem;
  322. background-color:#f6f6f6;
  323. border:1px solid #d8d8d8;
  324. box-sizing:border-box;
  325. border-radius: .03rem;
  326. }
  327. .directory_select span{
  328. display: block;
  329. margin: 0 .1rem 0 .05rem;
  330. padding: 0 .17rem 0 .05rem;
  331. height: .28rem;
  332. background:url(../../img/frontend/icon/sanjiao_5.png) no-repeat right center;
  333. background-size:.06rem;
  334. font-size: .13rem;
  335. color: #4a4a4a;
  336. line-height: .29rem;
  337. }
  338. .directory_select select{
  339. margin:0 .13rem 0 0;
  340. padding:0;
  341. border:0;
  342. height:100%;
  343. background:#f6f6f6;
  344. }
  345. .total_chapter{
  346. margin-left:.14rem;
  347. display:block;
  348. color:#513D3D;
  349. font-weight:normal;
  350. font-size:.18rem;
  351. line-height:.5rem;
  352. }
  353. .bd_list_ul .bd_list_catalog_elect{
  354. color: #FFB473;
  355. }
  356. .bd_li_renewal_box{
  357. margin-bottom: .1rem;
  358. overflow: hidden;
  359. height: .21rem;
  360. }
  361. .bd_li_renewal_box strong{
  362. float: left;
  363. height: .17rem;
  364. width: .4rem;
  365. border-right: 1px solid #FFB473;
  366. font-size: .15rem;
  367. font-family:'PingFang-SC-Regular';
  368. color: #FFB473;
  369. line-height: .17rem;
  370. }
  371. .bd_li_renewal_box a{
  372. overflow: hidden;
  373. margin-left: .51rem;
  374. height: .17rem;
  375. font-size: .15rem;
  376. font-family:'PingFang-SC-Regular';
  377. color: #FFB473;
  378. line-height: .17rem;
  379. display: -webkit-box;
  380. -webkit-box-orient: vertical;
  381. -webkit-line-clamp: 1;
  382. }
  383. .bd_directory_tit{
  384. overflow: hidden;
  385. height: .42rem;
  386. border-top: 1px solid #feedbe;
  387. border-bottom: 1px solid #feedbe;
  388. font-size: .15rem;
  389. color: #513d3d;
  390. line-height: .42rem;
  391. font-family:'PingFang-SC-Regular';
  392. background: url(../../img/frontend/icon/icon_36.png) no-repeat right center;
  393. background-size: .14rem auto;
  394. }
  395. .bd_directory_tit span{
  396. font-size: .13rem;
  397. color:rgba(81,61,61,.5);
  398. }
  399. /* 主编推荐 */
  400. .clearfix:after {
  401. content:"";
  402. display: block;
  403. clear:both;
  404. }
  405. .main_recommend {
  406. overflow: hidden;
  407. padding: 0 0rem;
  408. }
  409. .main_recommend_tit{
  410. overflow:hidden;
  411. height:.3rem;
  412. margin:0.15rem 0.15rem 0;
  413. }
  414. .main_recommend_tit h2 {
  415. float: left;
  416. height: .3rem;
  417. font-size: .18rem;
  418. color: #513D3D;
  419. font-weight: 500;
  420. line-height: .3rem;
  421. }
  422. .main_recommend_tit a{
  423. float:right;
  424. overflow:hidden;
  425. text-indent: -9999px;
  426. width:.3rem;
  427. height:.3rem;
  428. }
  429. .main_recommend_tit .main_recommend_but {
  430. background: url(../../img/frontend/icon/icon-refresh.png) center right no-repeat;
  431. background-size:.2rem .2rem;
  432. }
  433. .main_recommend_box {padding-bottom:.15rem;}
  434. .main_recommend_ul {margin-top:.1rem;}
  435. .main_recommend_ul li {
  436. float:left;
  437. margin-left:.15rem;
  438. width: .74rem;
  439. height: 1.28rem;
  440. }
  441. .main_recommend_ul li img {
  442. display:block;
  443. margin:0 auto;
  444. width: .74rem;
  445. height: .98rem;
  446. border-radius: .06rem;
  447. }
  448. .main_recommend_ul li a {
  449. color:#513D3D;
  450. }
  451. .main_recommend_ul li h3{
  452. padding-top:.05rem;
  453. height:.2rem;
  454. line-height: .2rem;
  455. font-size: .12rem;
  456. font-weight: normal;
  457. overflow: hidden;
  458. text-overflow: ellipsis;
  459. white-space: nowrap;
  460. }