Geen omschrijving

index.css 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. /* list */
  2. #list ul{
  3. background-color: #fff;
  4. }
  5. #list ul li{
  6. /*border-bottom: #e5e5e5 solid 2px;*/
  7. overflow: hidden;
  8. }
  9. #list ul li a{
  10. display: block;
  11. margin: 0 3%;
  12. padding: 3% 0;
  13. overflow: hidden;
  14. border-bottom: #E3E3E3 solid 1px;
  15. }
  16. #list li .content{
  17. width: 68%;
  18. margin-top: -0.1rem;
  19. }
  20. #list li .content h5{
  21. height: 1.075rem;
  22. font-size: 0.4rem;
  23. }
  24. #list li .content h5 strong{
  25. display: inline-block;
  26. font-size: 20px;
  27. color: #e90000;
  28. border:#e90000 solid 2px;
  29. padding: 2px 6px 4px;
  30. border-radius: 8px;
  31. margin-right: 0.125rem;
  32. vertical-align: middle;
  33. }
  34. #list li .content .label{
  35. margin-top: 0.125rem;
  36. overflow: hidden;
  37. }
  38. #list li .content .label span{
  39. display: block;
  40. overflow: hidden;
  41. text-overflow: ellipsis;
  42. white-space: nowrap;
  43. font-size: 0.3rem;
  44. color: #999;
  45. }
  46. .icon-count, .icon-reply{
  47. display: inline-block;
  48. width: 32px;
  49. height: 22px;
  50. margin-right: 6px;
  51. margin-top: -2px;
  52. vertical-align: middle;
  53. }
  54. .icon-count{
  55. background: url(/images/KX011.png) no-repeat center center;
  56. }
  57. .icon-reply{
  58. background: url(/images/KX012.png) no-repeat center center;
  59. }
  60. .toolbar i.icon-calculator.on{
  61. background-position: -3.56rem -1.493333rem;
  62. }
  63. .toolbar i.icon-calculator{
  64. background-position: -3.56rem -2.48rem;
  65. }
  66. .toolbar i.icon-mine.on{
  67. background-position: -2.346667rem -1.493333rem;
  68. }
  69. .toolbar i.icon-mine{
  70. background-position: -2.346667rem -2.48rem;
  71. }
  72. .navbar i.icon.icon-news{
  73. width: 48px;
  74. height: 50px;
  75. background-position: 0 -7.307rem;
  76. margin-left: 10px;
  77. margin-left: 16px;
  78. margin-top: 6px;
  79. }
  80. #nav{
  81. display: flex;
  82. display: -webkit-flex;
  83. background-color: #fff;
  84. text-align: center;
  85. font-size: 28px;
  86. border-bottom: #e5e5e5 solid 2px;
  87. }
  88. #nav li{
  89. flex: 1;
  90. height: 100px;
  91. line-height: 100px;
  92. }
  93. #nav li a{
  94. display: block;
  95. width: 60%;
  96. height: 100px;
  97. margin: 0 auto;
  98. font-size: 32px;
  99. }
  100. #nav li a.active{
  101. color: #4997ff;
  102. border-bottom: #4997ff solid 4px;
  103. }
  104. i.own{
  105. background: url(/images/own.png) no-repeat center center;
  106. -webkit-background-size: 10.0rem 2.0rem;
  107. background-size: 10.0rem 2.0rem;
  108. background-position: 0 0;
  109. }
  110. .toolbar i.own{
  111. display: block;
  112. width: 0.586667rem;
  113. height: 0.586667rem;
  114. margin: 0 auto;
  115. }
  116. i.own-home{
  117. background-position: 0 -1.413333rem;
  118. }
  119. i.own-calculator{
  120. background-position: -1.2rem -1.413333rem;
  121. }
  122. i.own-mine{
  123. background-position: -2.44rem -1.413333rem;
  124. }
  125. i.own-home.on{
  126. background-position: 0 0;
  127. }
  128. i.own-calculator.on{
  129. background-position: -1.2rem 0;
  130. }
  131. i.own.own-mine.on{
  132. background-position: -2.44rem 0;
  133. }
  134. .navbar {
  135. background-color: #fff;
  136. }
  137. #content{
  138. background: #fff;
  139. padding: 2%;
  140. padding-top: 44px;
  141. }
  142. #content p{
  143. font-size: 16px;
  144. line-height: 1.8;
  145. font-weight: normal;
  146. font-style: normal;
  147. color: #333;
  148. }
  149. #content img{
  150. width: 100%;
  151. }
  152. .navbar{
  153. background-color: #fff;
  154. }
  155. i.icon{
  156. }
  157. i.icon-gobackTo{
  158. width: 44px;
  159. height: 44px;
  160. /*background: url(/images/goback.png) no-repeat left center;*/
  161. -webkit-background-size: 50%;
  162. background-size: 50%;
  163. }
  164. .elli{
  165. display: -webkit-box;
  166. overflow: hidden;
  167. text-overflow: -o-ellipsis-lastline;
  168. text-overflow: ellipsis;
  169. -webkit-line-clamp: 2;
  170. -webkit-box-orient: vertical;
  171. }
  172. #list ul li img{
  173. width: 2.2rem;
  174. height: 1.45rem;
  175. /*border-radius: 10px;*/
  176. /*border: #e5e5e5 solid 1px;*/
  177. }
  178. .infinite-scroll-preloader {
  179. /*margin-top:-20px;*/
  180. margin-bottom: 0.125rem;
  181. text-align: center;
  182. }
  183. .infinite-scroll-preloader .preloader {
  184. width:34px;
  185. height:34px;
  186. }
  187. .nomore{
  188. padding: 4% 0;
  189. text-align: center;
  190. font-size: 14px;
  191. color: #999;
  192. }
  193. #content .title{
  194. font-weight:600;
  195. font-size: 18px;
  196. color: #333;
  197. }
  198. #content .container{
  199. font-weight:
  200. }