book_details.css 11 KB

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