news.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. body{
  2. background-color: #F1F1F1;
  3. }
  4. .container{
  5. max-width: 750px;
  6. margin: 0;
  7. margin: 0 auto;
  8. padding: 0;
  9. padding-bottom: 13vw;
  10. }
  11. .select-all{
  12. width: 100%;
  13. background-color: #F1F1F1;
  14. }
  15. .chart-wrapper{
  16. width: 100%;
  17. height: auto;
  18. background: #FFFFFF;
  19. padding: 0px 10px 10px 10px;
  20. }
  21. .chart-wrapper-title{
  22. width: 100%;
  23. height: auto;
  24. font-size: 22px;
  25. font-family: PingFang SC;
  26. font-weight: 400;
  27. color: #3E3E3E;
  28. padding: 10px 0px;
  29. overflow: hidden;
  30. }
  31. .chart-wrapper-title1{
  32. width: 100%;
  33. height: auto;
  34. font-size: 15px;
  35. font-family: PingFang SC;
  36. font-weight: 400;
  37. color: #CDCDCD;
  38. margin-bottom: 10px;
  39. }
  40. .chart-wrapper-content{
  41. width: 100%;
  42. height: auto;
  43. font-size: 17px;
  44. font-family: PingFang SC;
  45. font-weight: 400;
  46. color: #3E3E3E;
  47. }
  48. .chart-wrapper-content img{
  49. max-width: 100% !important;
  50. }
  51. .chart-img{
  52. width: 100%;
  53. height: 240px;
  54. border-radius: 10px;
  55. margin-top: 3px;
  56. margin-bottom: 3px;
  57. }
  58. .comment-select{
  59. width: 100%;
  60. height: auto;
  61. margin-top: 8px;
  62. background-color: #FFFFFF;
  63. padding: 0px 10px;
  64. }
  65. .comment-title{
  66. width: 100%;
  67. height: 50px;
  68. }
  69. .comment-title-img{
  70. display: inline-block;
  71. width: 19px;
  72. height: 19px;
  73. padding-left: 2px;
  74. }
  75. .comment-title-content{
  76. width: 80px;
  77. height: 50px;
  78. line-height: 50px;
  79. padding-left: 10px;
  80. font-size: 15px;
  81. font-weight: 600;
  82. }
  83. .comment-content{
  84. width: 100%;
  85. height: auto;
  86. border-bottom:1px solid #F1F1F1;
  87. margin-bottom: 10px;
  88. }
  89. .comment-content-all{
  90. width: 100%;
  91. height: 50px;
  92. }
  93. .comment-head-img{
  94. width: 40px;
  95. height: 40px;
  96. float: left;
  97. }
  98. .head-img{
  99. width: 39px;
  100. height: 39px;
  101. border-radius:50%;
  102. position: relative;
  103. }
  104. .comment-info-title-user{
  105. display:inline;
  106. width: 150px;
  107. height: 20px;
  108. float: left;
  109. padding-left: 10px;
  110. }
  111. .comment-name{
  112. display: inline-block;
  113. height: 19px;
  114. font-size: 16px;
  115. font-family: PingFang SC;
  116. font-weight: bold;
  117. color: #3E3E3E;
  118. }
  119. .comment-time{
  120. width: 200px;
  121. height: 19px;
  122. color: #999999;
  123. }
  124. .comment-delete{
  125. color: #FF9C00;
  126. }
  127. .comment-reply{
  128. color: #FF9C00;
  129. }
  130. #page-all{
  131. border-top: 2px solid #F1F1F1;
  132. }
  133. .comment-content-info{
  134. height: auto;
  135. font-size: 16px;
  136. font-family: PingFang SC;
  137. font-weight: 500;
  138. color: #3E3E3E;
  139. padding-left:53px;
  140. margin-top: 5px;
  141. }
  142. .reply-select{
  143. height: auto;
  144. margin-left:50px;
  145. background-color: #F2F3F5;
  146. margin-bottom: 8px;
  147. padding: 5px 0px 0px 5px;
  148. border-radius: 5px;
  149. }
  150. .reply-select-title1 .reply-select-tetx{
  151. color: #FF9C00;
  152. }
  153. .reply-select-tab input{
  154. width: 50%;
  155. height: 36px;
  156. background-color: #F2F3F5;
  157. margin-left:10px ;
  158. }
  159. .link-a{
  160. float: right;
  161. margin-top: 8px;
  162. }
  163. .link-a a{
  164. margin: 0 10px;
  165. text-decoration: none;
  166. }
  167. a:visited {
  168. text-decoration: none;
  169. }
  170. .input-select{
  171. width: 100%;
  172. height: 40px;
  173. background-color: #FFFFFF;
  174. }
  175. .input-select-text{
  176. display: inline-block;
  177. width: 70%;
  178. height: 100%;
  179. padding: 0 10px;
  180. padding-right: 0;
  181. }
  182. .bottom-all-img{
  183. display: inline-block;
  184. width: 27%;
  185. vertical-align: middle;
  186. height: 100%;
  187. text-align: center;
  188. line-height: 12vw;
  189. }
  190. .bottom-all-img img{
  191. width: 30px;
  192. height: 30px;
  193. margin-left: 10px;
  194. }
  195. .reply-img{
  196. width: 30px;
  197. height: 30px;
  198. vertical-align: middle;
  199. }
  200. .like-img{
  201. width: 30px;
  202. height: 30px;
  203. float: right;
  204. vertical-align: middle;
  205. }
  206. .footer{
  207. position: fixed;
  208. z-index: 1000;
  209. width: 100%;
  210. height: 13vw;
  211. line-height: 13vw;
  212. bottom: 0;
  213. left: 0;
  214. box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);
  215. }
  216. .tcbox{
  217. position: fixed;
  218. z-index: 10000;
  219. display: none;
  220. top: 0;
  221. left: 0;
  222. bottom: 0;
  223. right: 0;
  224. background-color: rgba(0,0,0,0.4);
  225. }
  226. .tcbox .tkmain{
  227. width: 96%;
  228. height: auto;
  229. margin: 0 auto;
  230. margin-top: 40vw;
  231. background-color: #ffffff;
  232. padding: 10px;
  233. }
  234. .tcbox .tkmain .tkmain-title{
  235. height: 30px;
  236. line-height: 30px;
  237. }
  238. .tcbox .tkmain .tkmain-body{
  239. margin-bottom: 10px;
  240. }