recently.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  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(../../img/frontend/icon/icon_6.png);
  44. color: #27c1a0;
  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. bottom: 0;
  125. right: 0;
  126. height: .18rem;
  127. background-color: rgba(39,193,160,.9);
  128. font-size: .12rem;
  129. color: #fff;
  130. text-align: center;
  131. line-height: .18rem;
  132. }
  133. .r_img_ul li:nth-child(1) .r_img em,
  134. .r_img_ul li:nth-child(2) .r_img em,
  135. .r_img_ul li:nth-child(3) .r_img em{
  136. background-color: rgba(245,100,81,.9);
  137. }
  138. .r_img strong{
  139. right: 0;
  140. top: .1rem;
  141. padding-left: .06rem;
  142. height: .18rem;
  143. width: .34rem;
  144. background-color: #27c1a0;
  145. font-size: .12rem;
  146. color: #fff;
  147. text-align: left;
  148. line-height: .18rem;
  149. border-radius: .18rem 0 0 .18rem;
  150. }
  151. .r_img_text{
  152. overflow: hidden;
  153. margin: 0 0 0 .9rem;
  154. height: 1.04rem;
  155. }
  156. .r_img_text h3{
  157. overflow: hidden;
  158. margin-bottom: .05rem;
  159. height: .24rem;
  160. font-size: .16rem;
  161. color: #494a4c;
  162. font-weight: bold;
  163. line-height: .24rem;
  164. display: -webkit-box;
  165. -webkit-box-orient: vertical;
  166. -webkit-line-clamp: 1;
  167. }
  168. .r_img_chaptername{
  169. overflow: hidden;
  170. height: .24rem;
  171. font-size: .13rem;
  172. color: #5e6a94;
  173. line-height: .24rem;
  174. display: -webkit-box;
  175. -webkit-box-orient: vertical;
  176. -webkit-line-clamp: 1;
  177. }
  178. .r_img_text p{
  179. margin-bottom: .1rem;
  180. overflow: hidden;
  181. height: .4rem;
  182. font-size: .13rem;
  183. color: #828786;
  184. line-height: .2rem;
  185. display: -webkit-box;
  186. -webkit-box-orient: vertical;
  187. -webkit-line-clamp: 2;
  188. }
  189. .r_img_other{
  190. margin-top: .1rem;
  191. height: .16rem;
  192. }
  193. .r_img_other em{
  194. float: right;
  195. padding-right: .1rem;
  196. height: .16rem;
  197. background: url(../../img/frontend/icon/icon_1.png) no-repeat right center;
  198. background-size: .06rem auto;
  199. font-size: .12rem;
  200. color: #27c1a0;
  201. line-height: .16rem;
  202. }
  203. .r_img_other span{
  204. float: right;
  205. height: .16rem;
  206. font-size: .12rem;
  207. color: #aeb4ca;
  208. line-height: .16rem;
  209. }
  210. .r_img_other strong{
  211. float: right;
  212. padding-left: .2rem;
  213. height: .16rem;
  214. background: url(../../img/frontend/icon/icon_2.png) no-repeat 0 .03rem;
  215. background-size: auto .1rem;
  216. font-size: .12rem;
  217. color: #f56451;
  218. line-height: .16rem;
  219. }
  220. .r_img_other b{
  221. display: block;
  222. height: .16rem;
  223. font-size: .12rem;
  224. color: #f63566;
  225. font-weight: normal;
  226. line-height: .16rem;
  227. }
  228. .r_img_other i{
  229. float: left;
  230. overflow: hidden;
  231. display: block;
  232. height: .16rem;
  233. font-size: .12rem;
  234. color: #535756;
  235. line-height: .16rem;
  236. }
  237. .r_img_book_null .r_img span{
  238. position: absolute;
  239. left: 0;
  240. top: 0;
  241. right: 0;
  242. bottom: 0;
  243. background: url(/assets/img/frontend/icon/icon_12.png) no-repeat center center;
  244. background-size: .68rem auto;
  245. }
  246. .r_img_book_null h3,
  247. .r_img_book_null .r_img_chaptername{
  248. color: #aeb4ca;
  249. }
  250. .r_img_list_edit .r_img_text{
  251. padding-right: .3rem;
  252. background: url(/assets/img/frontend/icon/icon_8.png) no-repeat right center;
  253. background-size: .18rem auto;
  254. }
  255. .r_img_list_edit .r_img_remove_select .r_img_text{
  256. background-image: url(/assets/img/frontend/icon/icon_9.png);
  257. }
  258. .r_img_list_other{
  259. overflow: hidden;
  260. margin-top: .1rem;
  261. padding-bottom: .1rem;
  262. background-color: #fff;
  263. }
  264. .r_img_list_other_tit{
  265. overflow: hidden;
  266. height: .54rem;
  267. }
  268. .r_img_list_other_tit h2{
  269. height: .54rem;
  270. background: url(/assets/img/frontend/icon/icon_10.png) no-repeat center center;
  271. background-size: 2.53rem auto;
  272. font-size: .15rem;
  273. color: #27c1a0;
  274. text-align: center;
  275. line-height: .54rem;
  276. }
  277. /*分类列表*/
  278. .c_list_tab_box_2{
  279. overflow: hidden;
  280. margin: .15rem .15rem 0;
  281. height: .28rem;
  282. border: 1px solid #27c1a0;
  283. border-radius: .28rem;
  284. box-sizing: border-box;
  285. }
  286. .c_list_tab_box_2 a{
  287. overflow: hidden;
  288. float: left;
  289. width: 25%;
  290. height: 100%;
  291. border-right: 1px solid #27c1a0;
  292. font-size: .13rem;
  293. color: #27c1a0;
  294. text-align: center;
  295. line-height: .27rem;
  296. box-sizing: border-box;
  297. }
  298. .c_list_tab_box_2 a:last-child{
  299. border-right: 0;
  300. }
  301. .c_list_tab_box_2 .hover{
  302. background-color: #27c1a0;
  303. color: #fff;
  304. }