book_details.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  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. }
  9. select, input[type="submit"] {
  10. cursor: pointer;
  11. }
  12. select, input, textarea {
  13. border: 0;
  14. font-size: 14px;
  15. display: block;
  16. width: 100%;
  17. box-sizing: border-box;
  18. -webkit-appearance:none;
  19. -moz-appearance:none;
  20. appearance:none;
  21. -webkit-appearance: none;
  22. background-color: none;
  23. color: #666;
  24. resize: none;
  25. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  26. outline: none;
  27. }
  28. .body_sytle{
  29. background-color: #fff;
  30. /*margin-top: -.44rem;*/
  31. /*padding-top: 0;*/
  32. padding-bottom: .5rem;
  33. }
  34. .bd_head_box{
  35. overflow: hidden;
  36. }
  37. .book_info {
  38. margin-top: -.44rem;
  39. }
  40. .bd_head_info{
  41. overflow: hidden;
  42. /*padding: .15rem .15rem 0;*/
  43. position: relative;
  44. left: 0;
  45. top: 0;
  46. z-index: 1;
  47. }
  48. .bd_info_top {
  49. background:linear-gradient(225deg,rgba(95,111,146,1) 0%,rgba(55,61,86,1) 100%);
  50. padding: .5rem .15rem .15rem;
  51. }
  52. .bd_head_info_img{
  53. overflow: hidden;
  54. position: absolute;
  55. left: .15rem;
  56. top: .5rem;
  57. height: 1.2rem;
  58. width: .9rem;
  59. }
  60. .bd_head_info_img img{
  61. display: block;
  62. width: .9rem;
  63. height: 1.2rem;
  64. border-radius: .03rem;
  65. }
  66. .bd_head_info_txt{
  67. overflow: hidden;
  68. margin: 0 0 .05rem 1.06rem;
  69. /*height: 1.2rem;*/
  70. }
  71. .bd_head_info_txt h1{
  72. margin-bottom: .14rem;
  73. overflow: hidden;
  74. height: .26rem;
  75. font-family:'PingFang-SC-Medium';
  76. font-weight:600;
  77. font-size: .19rem;
  78. color: #fff;
  79. line-height: .26rem;
  80. }
  81. .bd_head_info_author {
  82. font-weight:400;
  83. margin-bottom: .05rem;
  84. font-size: .12rem;
  85. color: #fff;
  86. }
  87. .bd_head_info_txt .i_images_txt_other{
  88. margin-bottom: .09rem;
  89. color: #fff;
  90. font-size: .12rem;
  91. }
  92. .bd_head_info_other{
  93. /*overflow: hidden;*/
  94. /*height: .26rem;*/
  95. margin: .05rem 0 0;
  96. overflow: hidden;
  97. height: .19rem;
  98. }
  99. .bd_head_info_other strong{
  100. display: block;
  101. height: .26rem;
  102. font-size: .13rem;
  103. color: #5e6a94;
  104. line-height: .26rem;
  105. }
  106. .bd_head_info_tag{
  107. margin: .03rem 0 .3rem;
  108. overflow: hidden;
  109. height: .15rem;
  110. }
  111. .bd_head_info_tag span{
  112. overflow: hidden;
  113. padding: 0 .04rem;
  114. float: left;
  115. margin-right: .1rem;
  116. height: .15rem;
  117. background-color: #77a4ff;
  118. font-size: .1rem;
  119. color: #fff;
  120. line-height: .15rem;
  121. border-radius: 0.03rem;
  122. }
  123. .bd_head_info_tag span:nth-child(1){
  124. background-color: #77a4ff;
  125. }
  126. .bd_head_info_tag span:nth-child(2){
  127. background-color: #8ac94e;
  128. }
  129. .bd_head_info_other span{
  130. float: left;
  131. padding-left: .16rem;
  132. height: .26rem;
  133. font-size: .14rem;
  134. color: #9597ae;
  135. line-height: .26rem;
  136. }
  137. .bd_head_info_other span:nth-child(1){
  138. background: url(/assets/img/frontend/icon/icon_29.png) no-repeat 0 0.06rem/.11rem auto;
  139. }
  140. .bd_head_info_other span:nth-child(3){
  141. background: url(/assets/img/frontend/icon/icon_30.png) no-repeat .02rem 0.06rem/.11rem auto;
  142. }
  143. .bd_head_info_other em{
  144. overflow: hidden;
  145. float: left;
  146. margin: .07rem .1rem;
  147. height: .12rem;
  148. width: 1px;
  149. background-color: #dfe1e6;
  150. }
  151. .bd_but_box{
  152. display: flex;
  153. position: fixed;
  154. left: 0;
  155. bottom: 0;
  156. right: 0;
  157. z-index: 2000;
  158. overflow: hidden;
  159. height: .53rem;
  160. line-height: .53rem;
  161. }
  162. .bd_but_box a{
  163. flex: 1;
  164. display: block;
  165. margin: 0 auto;
  166. height: .53rem;
  167. line-height: .53rem;
  168. background-color: #5EBEA1;
  169. font-size: .15rem;
  170. font-weight:500;
  171. color: #fff;
  172. text-align: center;
  173. }
  174. .buts_1{
  175. /*background-color: #27c1a0;*/
  176. }
  177. .bd_but_box .buts_2{
  178. /*background-color: #f56451;*/
  179. /*color: #5EBEA1;*/
  180. }
  181. .bd_but_box .js_add_shelfed {
  182. color: #5EBEA1;
  183. background: #fff;
  184. }
  185. .bd_description_box{
  186. overflow: hidden;
  187. }
  188. .bd_description_box p{
  189. overflow: hidden;
  190. font-size: .13rem;
  191. color: #5e6a94;
  192. line-height: .22rem;
  193. }
  194. .bd_description_open p{
  195. max-height: .66rem;
  196. display: -webkit-box;
  197. -webkit-box-orient: vertical;
  198. -webkit-line-clamp: 3;
  199. }
  200. .bd_description_box a{
  201. display: none;
  202. }
  203. .bd_description_open a{
  204. display: block;
  205. float: right;
  206. margin-top: .06rem;
  207. padding: 0 .2rem 0 .05rem;
  208. height: .22rem;
  209. white-space: nowrap;
  210. background: url(../../img/frontend/icon/icon_31.png) no-repeat 90% center;
  211. background-size: .09rem auto;
  212. font-size: .13rem;
  213. color: #27c1a0;
  214. line-height: .22rem;
  215. }
  216. .bd_list_box{
  217. overflow: hidden;
  218. padding-top: .15rem;
  219. }
  220. .bd_list_tit{
  221. overflow: hidden;
  222. height: .21rem;
  223. width: 3.3rem;
  224. margin-right: .18rem;
  225. margin-left: .2rem;
  226. position: relative;
  227. }
  228. .bd_list_tit h2{
  229. float: left;
  230. height: .17rem;
  231. /*width: .4rem;*/
  232. margin-right: .1rem;
  233. /*border-right: 1px solid #FFB473;*/
  234. font-size: .15rem;
  235. font-family:'PingFang-SC-Regular';
  236. color: #222222;
  237. line-height: .17rem;
  238. }
  239. .bd_list_tit h2 span{
  240. font-size: .13rem;
  241. color: #9597ae;
  242. }
  243. .bd_list_new{
  244. position: relative;
  245. left: 0;
  246. top: 0;
  247. height: .38rem;
  248. }
  249. .bd_list_new span,
  250. .bd_list_new i{
  251. position: absolute;
  252. -ms-transform:rotate(45deg);
  253. -moz-transform:rotate(45deg);
  254. -webkit-transform:rotate(45deg);
  255. -o-transform:rotate(45deg);
  256. transform:rotate(45deg);
  257. }
  258. .bd_list_new span{
  259. left: .1rem;
  260. top: -.05rem;
  261. z-index: -1;
  262. height: .1rem;
  263. width: .1rem;
  264. background-color: #ffe9d4;
  265. }
  266. .bd_list_new i{
  267. left: .11rem;
  268. top: -.04rem;
  269. z-index: 1;
  270. height: .08rem;
  271. width: .08rem;
  272. background-color: #fff5eb;
  273. }
  274. .bd_list_new strong,.bd_list_new a{
  275. overflow: hidden;
  276. margin-left: .12rem;
  277. height: .17rem;
  278. font-size: .13rem;
  279. font-family:'PingFang-SC-Regular';
  280. color: #888888;
  281. width: 1.43rem;
  282. line-height: .17rem;
  283. display: -webkit-box;
  284. -webkit-box-orient: vertical;
  285. -webkit-line-clamp: 1;
  286. }
  287. .bd_list_new .bd_time {
  288. font-size: .13rem;
  289. color: #888888;
  290. line-height: .17rem;
  291. height: .17rem;
  292. position: absolute;
  293. right: 0;
  294. top: 0;
  295. }
  296. .bd_list_new .bd_time .bd_time_arrow {
  297. overflow: hidden;
  298. padding-left: .1rem;
  299. height: .19rem;
  300. background: url(../../img/frontend/icon/arrow.png) no-repeat 2px center;
  301. background-size: .08rem .09rem;
  302. font-size: .13rem;
  303. color: #FFB473;
  304. line-height: .17rem;
  305. box-sizing: border-box;
  306. }
  307. .bd_list_ul{
  308. overflow: hidden;
  309. }
  310. .bd_list_ul li{
  311. height: .44rem;
  312. border-bottom: 1px solid #edf0fa;
  313. }
  314. .bd_list_ul a,
  315. .bd_list_more{
  316. overflow: hidden;
  317. display: block;
  318. padding: 0 .15rem;
  319. height: .44rem;
  320. font-size: .14rem;
  321. color: #535756;
  322. line-height: .44rem;
  323. }
  324. .bd_list_more{
  325. margin-bottom: .2rem;
  326. text-align: center;
  327. border-bottom: 1px solid #edf0fa;
  328. }
  329. .bl_tit_box{
  330. height: .5rem;
  331. background-color: #fff;
  332. }
  333. .directory_select{
  334. position:relative;
  335. left:0;
  336. top:0;
  337. z-index:100;
  338. float:right;
  339. padding:0 .05rem;
  340. margin:.1rem .15rem 0 0;
  341. height:.3rem;
  342. background-color:#f6f6f6;
  343. border:1px solid #d8d8d8;
  344. box-sizing:border-box;
  345. border-radius: .03rem;
  346. }
  347. .directory_select span{
  348. position:absolute;
  349. right:.08rem;
  350. top:.11rem;
  351. width:.06rem;
  352. height:.06rem;
  353. background:url(/assets/img/frontend/icon/sanjiao_5.png) no-repeat 0 0;
  354. background-size:.06rem;
  355. }
  356. .directory_select select{
  357. margin:0 .13rem 0 0;
  358. padding:0;
  359. border:0;
  360. height:100%;
  361. background:#f6f6f6;
  362. }
  363. .total_chapter{
  364. margin-left:.14rem;
  365. display:block;
  366. color:#333;
  367. font-weight:normal;
  368. font-size:.18rem;
  369. line-height:.5rem;
  370. }
  371. .bd_list_ul .bd_list_catalog_elect{
  372. color: #27c1a0;
  373. }
  374. /* 主编推荐 */
  375. .clearfix:after {
  376. content:"";
  377. display: block;
  378. clear:both;
  379. }
  380. .main_recommend {
  381. overflow: hidden;
  382. padding: 0 0rem;
  383. }
  384. .main_recommend_tit{
  385. overflow:hidden;
  386. height:.3rem;
  387. margin:0.15rem 0.15rem 0;
  388. }
  389. .main_recommend_tit h2 {
  390. float: left;
  391. height: .3rem;
  392. font-size: .18rem;
  393. color: #513D3D;
  394. font-weight: 500;
  395. line-height: .3rem;
  396. }
  397. .main_recommend_tit a{
  398. float:right;
  399. overflow:hidden;
  400. text-indent: -9999px;
  401. width:.3rem;
  402. height:.3rem;
  403. }
  404. .main_recommend_tit .main_recommend_but {
  405. background: url(../../img/frontend/icon/icon-refresh.png) center right no-repeat;
  406. background-size:.2rem .2rem;
  407. }
  408. .main_recommend_box {padding-bottom:.15rem;}
  409. .main_recommend_ul {margin-top:.1rem;}
  410. .main_recommend_ul li {
  411. float:left;
  412. margin-left:.15rem;
  413. width: .74rem;
  414. height: 1.28rem;
  415. }
  416. .main_recommend_ul li img {
  417. display:block;
  418. margin:0 auto;
  419. width: .74rem;
  420. height: .98rem;
  421. border-radius: .06rem;
  422. }
  423. .main_recommend_ul li a {
  424. color:#513D3D;
  425. }
  426. .main_recommend_ul li h3{
  427. padding-top:.05rem;
  428. height:.2rem;
  429. line-height: .2rem;
  430. font-size: .12rem;
  431. font-weight: normal;
  432. overflow: hidden;
  433. text-overflow: ellipsis;
  434. white-space: nowrap;
  435. }
  436. .i_images_txt_other strong i {
  437. border: none !important;
  438. margin-right: 0;
  439. color: #fff;
  440. font-size: .12rem;
  441. }
  442. .bd_type {
  443. display: flex;
  444. justify-content: flex-start;
  445. margin-top: .2rem;
  446. }
  447. .bd_type .type_text {
  448. padding: 0 0.05rem;
  449. height: .19rem;
  450. line-height: .19rem;
  451. text-align: center;
  452. font-size: .12rem;
  453. color: #fff;
  454. background: #FFC25E;
  455. /*#7097E9*/
  456. border-radius: .1rem;
  457. margin-right: .05rem;
  458. }
  459. .bd_type .fire {
  460. width: .2rem;
  461. height: .2rem;
  462. vertical-align: middle;
  463. margin-right: .05rem;
  464. }
  465. .bd_type .look_num {
  466. font-size: .12rem;
  467. font-weight:400;
  468. color: #fff;
  469. }
  470. .bd_editor {
  471. padding: .12rem;
  472. position: relative;
  473. width: 3.05rem;
  474. border-radius: .05rem;
  475. margin: .26rem auto .15rem;
  476. border: 1px solid rgba(199,161,80,1);
  477. font-size: .13rem;
  478. color: #B78F3A;
  479. line-height: .19rem;
  480. }
  481. .bd_editor .bd_mark {
  482. position: absolute;
  483. top: -.1rem;
  484. left: .15rem;
  485. background: #fff;
  486. }
  487. .bd_editor .bd_title {
  488. font-size: .17rem;
  489. font-weight: bold;
  490. color: #C7A150;
  491. }
  492. .bd_first_section {
  493. width: 3.3rem;
  494. margin: .12rem auto 0;
  495. }
  496. .bd_first_section .first_title {
  497. color: #222222;
  498. font-size: .13rem;
  499. font-weight:500;
  500. }
  501. .bd_first_section .first_info {
  502. min-height: .58rem;
  503. font-size: .13rem;
  504. font-weight: 400;
  505. width: 100%;
  506. /*overflow: hidden;*/
  507. /*text-overflow: ellipsis;*/
  508. /*display: -webkit-box;*/
  509. /*-webkit-line-clamp: 3;*/
  510. /*-webkit-box-orient: vertical;*/
  511. color: rgba(34,34,34,1);
  512. margin-top: .08rem;
  513. line-height: .19rem;
  514. }
  515. .bd_first_section .bd_red_btn {
  516. font-size: .14rem;
  517. text-align: center;
  518. height: .5rem;
  519. line-height: .5rem;
  520. font-weight:500;
  521. color: #4AB695;
  522. border-top: 1px solid #E9E9E9;
  523. margin-top: .08rem;
  524. }
  525. .bd_line {
  526. width: 100%;
  527. height: .12rem;
  528. background: #F5F5F5;
  529. }
  530. .bd_author_other_bk {
  531. padding: .15rem;
  532. }
  533. .bd_author_other_bk .bd_author_other_title {
  534. font-size: .15rem;
  535. font-weight:600;
  536. color: #222;
  537. margin-bottom: .15rem;
  538. }
  539. .bd_author_other_bk .bk_other_info {
  540. display: flex;
  541. justify-content: space-between;
  542. }
  543. .bk_other_info .bk_img {
  544. position: relative;
  545. }
  546. .bk_other_info .bk_img .bk_status {
  547. padding: .01rem .03rem;
  548. height: .15rem;
  549. line-height: .15rem;
  550. text-align: center;
  551. background: rgba(84,179,255,1);
  552. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
  553. border-radius: 0px 0px .03rem .03rem;
  554. position: absolute;
  555. top: 0;
  556. left: .04rem;
  557. color: #fff;
  558. font-size: .11rem;
  559. }
  560. .bk_other_info .bk_img img {
  561. width: .71rem;
  562. height: .95rem;
  563. border-radius: .02rem;
  564. }
  565. .bd_author_other_bk .bk_other_info .bk_tit {
  566. font-size: .15rem;
  567. color: #333333;
  568. font-weight: 400;
  569. margin-bottom: .04rem;
  570. width: 2.47rem;
  571. overflow: hidden;
  572. text-overflow: ellipsis;
  573. display: -webkit-box;
  574. -webkit-line-clamp: 1;
  575. -webkit-box-orient: vertical;
  576. }
  577. .bd_author_other_bk .bk_other_info .bk_particulars {
  578. width: 2.47rem;
  579. max-height: .52rem;
  580. color: #888888;
  581. font-size: .12rem;
  582. overflow: hidden;
  583. text-overflow: ellipsis;
  584. display: -webkit-box;
  585. -webkit-line-clamp: 3;
  586. -webkit-box-orient: vertical;
  587. margin-bottom: .04rem;
  588. }
  589. .bd_author_other_bk .bk_other_info .bk_other_author {
  590. color: #B2B6B7;
  591. font-size: .12rem;
  592. }
  593. .copyright {
  594. background: #f5f5f5;
  595. padding: .15rem;
  596. font-size: .12rem;
  597. font-weight:400;
  598. color: rgba(178,182,183,1);
  599. line-height: .15rem;
  600. }