zx.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. @import './common/common.less';
  2. .bgwrapper {
  3. background-color: #FFFFFF;
  4. }
  5. .padding0 {
  6. padding: 0;
  7. }
  8. .margin0 {
  9. margin: 0 !important;
  10. }
  11. .zx-article {
  12. padding: 0 15px;
  13. margin-bottom: 10px;
  14. }
  15. .article {
  16. padding: 15px;
  17. }
  18. .article-title {
  19. text-align: center;
  20. margin-top: 10px;
  21. border-bottom: 0.1rem solid #E7E7E7;
  22. h2 {
  23. font-size: 1.6rem;
  24. font-weight: normal;
  25. }
  26. }
  27. .article-label {
  28. padding-left: 30px;
  29. height: 45px;
  30. line-height: 35px;
  31. font-size: 1.4rem;
  32. span {
  33. font-size: 1.3rem;
  34. margin-right: 20px;
  35. }
  36. }
  37. .article-body {
  38. text-align: left;
  39. padding: 15px 10px 20px;
  40. word-break: break-all;
  41. word-wrap: break-word;
  42. font-size: 1.5rem;
  43. line-height: 25px;
  44. p {
  45. word-break: break-all;
  46. word-wrap: break-word;
  47. line-height: 25px;
  48. }
  49. }
  50. .pageing {
  51. font-size: 1.4rem;
  52. padding-bottom: 10px;
  53. a {
  54. margin-left: 5px;
  55. text-decoration: none;
  56. display: inline;
  57. white-space: nowrap;
  58. overflow: hidden;
  59. text-overflow: ellipsis;
  60. outline: none;
  61. color: #16181B;
  62. font-size: 1.3rem;
  63. }
  64. a:hover {
  65. color: #C31A00;
  66. font-weight: bold;
  67. text-decoration: none;
  68. }
  69. }
  70. .sibar-titile {
  71. padding: 0 0 10px;
  72. margin: 0 10px;
  73. span {
  74. line-height: 30px;
  75. padding: 0 0 15px 0;
  76. font-size: 1.7rem;
  77. }
  78. }
  79. .icon-shadow {
  80. font-size: 40px;
  81. color: red;
  82. border-radius: 30px;
  83. box-shadow: 0 0 10px 10px #fff, 0 0 15px 15px #DADADA;
  84. }
  85. .itemlist {
  86. padding: 25px 30px 55px;
  87. margin-bottom: 20px;
  88. }
  89. .item {
  90. width: 50%;
  91. padding: 0 25px;
  92. .item-head {
  93. padding: 35px 0;
  94. }
  95. .item-name {
  96. a {
  97. text-decoration: none;
  98. display: block;
  99. white-space: nowrap;
  100. overflow: hidden;
  101. text-overflow: ellipsis;
  102. outline: none;
  103. color: #16181B;
  104. font-size: 1.5rem;
  105. padding: 0px 0 3px;
  106. }
  107. a:hover {
  108. color: #C31A00;
  109. font-weight: bold;
  110. text-decoration: none;
  111. }
  112. }
  113. }
  114. /*资讯列表*/
  115. a {
  116. display: inline-block;
  117. font-size: 1.6rem;
  118. color: #666;
  119. font-weight: normal;
  120. }
  121. a:hover {
  122. color: #C31A00;
  123. font-weight: bold;
  124. text-decoration: none;
  125. }
  126. .article-item {
  127. height: 70px;
  128. line-height: 70px;
  129. border-bottom: 0.1rem solid #E7E7E7;
  130. a {
  131. width: 50%;
  132. color: #666;
  133. margin-left: 5px;
  134. text-decoration: none;
  135. display: inline-block;
  136. white-space: nowrap;
  137. overflow: hidden;
  138. text-overflow: ellipsis;
  139. outline: none;
  140. color: #16181B;
  141. font-size: 1.5rem;
  142. text-align: left;
  143. }
  144. a:hover {
  145. color: #C31A00;
  146. font-weight: bold;
  147. text-decoration: none;
  148. }
  149. .item-right {
  150. width: 95px;
  151. float: right;
  152. text-align: right;
  153. color: #8f8e94;
  154. font-size: 1.2rem;
  155. }
  156. }
  157. .btn-loadmore {
  158. display: inline-block;
  159. width: 140px;
  160. height: 36px;
  161. text-align: center;
  162. font-size: 1.4rem;
  163. color: #666;
  164. margin: 0 auto;
  165. line-height: 36px;
  166. margin-top: 20px;
  167. border: 1px solid #e0e0e0;
  168. border-radius: 4px;
  169. -moz-border-radius: 4px;
  170. -webkit-border-radius: 4px;
  171. cursor: pointer;
  172. }