recently.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. @charset "utf-8";
  2. /* CSS Document */
  3. .r_img_list_box{
  4. overflow: hidden;
  5. background-color: #fff;
  6. }
  7. .r_img_edit_box{
  8. overflow: hidden;
  9. padding: 0 .15rem;
  10. height: .4rem;
  11. background-color: #fff;
  12. }
  13. .r_book_num{
  14. float: left;
  15. height: .4rem;
  16. line-height: .4rem;
  17. }
  18. .r_book_num strong,
  19. .r_book_num em{
  20. font-size: .15rem;
  21. color: #5e6a94;
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. .r_book_num em{
  26. display: none;
  27. }
  28. .r_img_edit_but_box{
  29. float: right;
  30. height: .4rem;
  31. }
  32. .r_img_edit_but_box a{
  33. float:right;
  34. padding-left: .2rem;
  35. height: .4rem;
  36. font-size: .15rem;
  37. line-height: .4rem;
  38. background-position: 0 center;
  39. background-repeat: no-repeat;
  40. background-size: .16rem auto;
  41. }
  42. .r_img_edit_open{
  43. background-image: url(/assets/img/frontend/icon/icon_6.png);
  44. color: #77a4ff;
  45. }
  46. .r_img_edit_remove{
  47. display: none;
  48. background-image: url(/assets/img/frontend/icon/icon_7.png);
  49. color: #fb6b69;
  50. }
  51. .r_img_edit_close{
  52. display: none;
  53. background-image: url(/assets/img/frontend/icon/icon_7.png);
  54. color: #fb6b69;
  55. }
  56. .r_img_list_edit .r_book_num strong,
  57. .r_img_list_edit .r_img_edit_open,
  58. .r_img_list_edit_remove a.r_img_edit_close,
  59. .r_img_list_edit .r_img_other{
  60. display: none;
  61. }
  62. .r_img_list_edit .r_book_num em,
  63. .r_img_list_edit .r_img_edit_close,
  64. .r_img_list_edit_remove .r_img_edit_remove{
  65. display: block;
  66. }
  67. .r_img_ul,
  68. .r_img_ul li,
  69. .r_img_ul a{
  70. display: block;
  71. overflow: hidden;
  72. }
  73. .r_img_ul{
  74. background-color: #fff;
  75. }
  76. .r_img_ul li{
  77. padding: .05rem 0;
  78. border-top: 1px solid #edf0fa;
  79. }
  80. .r_img_ul a{
  81. position: relative;
  82. left: 0;
  83. top: 0;
  84. padding: .1rem .15rem;
  85. }
  86. .r_img_list_box .r_img_ul li:first-child,
  87. .r_img_list_box .r_img_ul li:first-child a,
  88. .r_img_list_other .r_img_ul li:first-child,
  89. .r_img_list_other .r_img_ul li:first-child a{
  90. border-top: 0;
  91. padding-top: 0;
  92. }
  93. .r_img_ul li:first-child{
  94. border-top: 0;
  95. }
  96. .r_img_list_box .r_img_ul li:first-child .r_img,
  97. .r_img_list_other .r_img_ul li:first-child .r_img{
  98. top: 0;
  99. }
  100. .r_img{
  101. position: absolute;
  102. left: .15rem;
  103. top: .1rem;
  104. margin-bottom: 0;
  105. width: .78rem;
  106. height: 1.04rem;
  107. }
  108. .r_img img{
  109. height: 100%;
  110. border-radius: .03rem;
  111. }
  112. .r_img em,
  113. .r_img strong{
  114. position: absolute;
  115. font-size: .12rem;
  116. color: #fff;
  117. text-align: center;
  118. height: .18rem;
  119. line-height: .18rem;
  120. box-sizing: border-box;
  121. }
  122. .r_img em{
  123. left: 0;
  124. top: .05rem;
  125. padding-right: .02rem;
  126. width: .28rem;
  127. border-radius: 0 .18rem .18rem 0;
  128. background-color: #77a4ff;
  129. }
  130. .r_img_ul li:nth-child(1) .r_img em,
  131. .r_img_ul li:nth-child(2) .r_img em,
  132. .r_img_ul li:nth-child(3) .r_img em{
  133. background-color: #ff2525;
  134. }
  135. .r_img strong{
  136. right: 0;
  137. top: .05rem;
  138. padding-left: .02rem;
  139. width: .35rem;
  140. background: url(/assets/img/frontend/icon/icon_18.png) no-repeat right 0;
  141. background-size: 100% 100%;
  142. }
  143. .r_img_text{
  144. overflow: hidden;
  145. margin: 0 0 0 .9rem;
  146. height: 1.04rem;
  147. }
  148. .r_img_text h3{
  149. overflow: hidden;
  150. margin-bottom: .05rem;
  151. height: .24rem;
  152. font-size: .16rem;
  153. color: #494a4c;
  154. font-weight: bold;
  155. line-height: .24rem;
  156. display: -webkit-box;
  157. -webkit-box-orient: vertical;
  158. -webkit-line-clamp: 1;
  159. }
  160. .r_img_chaptername{
  161. overflow: hidden;
  162. height: .24rem;
  163. font-size: .13rem;
  164. color: #5e6a94;
  165. line-height: .24rem;
  166. display: -webkit-box;
  167. -webkit-box-orient: vertical;
  168. -webkit-line-clamp: 1;
  169. }
  170. .r_img_text p{
  171. margin-bottom: .1rem;
  172. overflow: hidden;
  173. height: .4rem;
  174. font-size: .13rem;
  175. color: #7f7f7f;
  176. line-height: .2rem;
  177. display: -webkit-box;
  178. -webkit-box-orient: vertical;
  179. -webkit-line-clamp: 2;
  180. }
  181. .r_img_other{
  182. margin-top: .1rem;
  183. height: .16rem;
  184. }
  185. .r_img_other em{
  186. float: right;
  187. padding-right: .1rem;
  188. height: .16rem;
  189. background: url(/assets/img/frontend/icon/icon_11.png) no-repeat right center;
  190. background-size: .06rem auto;
  191. font-size: .12rem;
  192. color: #77a4ff;
  193. line-height: .16rem;
  194. }
  195. .r_img_other span{
  196. float: right;
  197. height: .16rem;
  198. font-size: .12rem;
  199. color: #aeb4ca;
  200. line-height: .16rem;
  201. }
  202. .r_img_other strong{
  203. float: right;
  204. padding-left: .2rem;
  205. height: .16rem;
  206. background: url(/assets/img/frontend/icon/icon_17.png) no-repeat 0 .03rem;
  207. background-size: auto .1rem;
  208. font-size: .12rem;
  209. color: #9597ae;
  210. line-height: .16rem;
  211. }
  212. .r_img_other b{
  213. display: block;
  214. height: .16rem;
  215. font-size: .12rem;
  216. color: #f63566;
  217. font-weight: normal;
  218. line-height: .16rem;
  219. }
  220. .r_img_other i{
  221. float: left;
  222. overflow: hidden;
  223. display: block;
  224. height: .16rem;
  225. font-size: .12rem;
  226. color: #8e9dbc;
  227. line-height: .16rem;
  228. }
  229. .r_img_book_null .r_img span{
  230. position: absolute;
  231. left: 0;
  232. top: 0;
  233. right: 0;
  234. bottom: 0;
  235. background: url(/assets/img/frontend/icon/icon_12.png) no-repeat center center;
  236. background-size: .68rem auto;
  237. }
  238. .r_img_book_null h3,
  239. .r_img_book_null .r_img_chaptername{
  240. color: #aeb4ca;
  241. }
  242. .r_img_list_edit .r_img_text{
  243. padding-right: .3rem;
  244. background: url(/assets/img/frontend/icon/icon_8.png) no-repeat right center;
  245. background-size: .18rem auto;
  246. }
  247. .r_img_list_edit .r_img_remove_select .r_img_text{
  248. background-image: url(/assets/img/frontend/icon/icon_9.png);
  249. }
  250. .r_img_list_other{
  251. overflow: hidden;
  252. margin-top: .1rem;
  253. padding-bottom: .1rem;
  254. background-color: #fff;
  255. }
  256. .r_img_list_other_tit{
  257. overflow: hidden;
  258. height: .54rem;
  259. }
  260. .r_img_list_other_tit h2{
  261. height: .54rem;
  262. background: url(/assets/img/frontend/icon/icon_10.png) no-repeat center center;
  263. background-size: 2.53rem auto;
  264. font-size: .15rem;
  265. color: #aeb4ca;
  266. text-align: center;
  267. line-height: .54rem;
  268. }
  269. /*分类列表*/
  270. .c_list_tab_box_2{
  271. overflow: hidden;
  272. margin: .15rem .15rem 0;
  273. height: .28rem;
  274. border: 1px solid #77a4ff;
  275. border-radius: .28rem;
  276. box-sizing: border-box;
  277. }
  278. .c_list_tab_box_2 a{
  279. overflow: hidden;
  280. float: left;
  281. width: 25%;
  282. height: 100%;
  283. border-right: 1px solid #77a4ff;
  284. font-size: .13rem;
  285. color: #77a4ff;
  286. text-align: center;
  287. line-height: .27rem;
  288. box-sizing: border-box;
  289. }
  290. .c_list_tab_box_2 a:last-child{
  291. border-right: 0;
  292. }
  293. .c_list_tab_box_2 .hover{
  294. background-color: #77a4ff;
  295. color: #fff;
  296. }