nnzzd.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. /* pages/nnzzd/nnzzd.wxss */
  2. .title{
  3. width: 100%;
  4. height: 561rpx;
  5. background-size: contain;
  6. background-repeat: no-repeat;
  7. padding-top: 60rpx;
  8. position: inherit;
  9. }
  10. .news{
  11. width: 100%;
  12. height: 1120rpx;
  13. background-size: contain;
  14. background-repeat: no-repeat;
  15. position: absolute;
  16. }
  17. .newsbg{
  18. width: 86.5%;
  19. height: 100%;
  20. margin: 0 auto;
  21. position: relative;
  22. background: #efefef;
  23. }
  24. .titleTitle{
  25. background-image: url(https://img1.imgtp.com/2023/07/12/9nTrRBU3.png);
  26. width: 450rpx;
  27. height: 90rpx;
  28. background-size: contain;
  29. background-repeat: no-repeat;
  30. margin: 200rpx auto 0;
  31. }
  32. .tips{
  33. width: 60%;
  34. height: 40rpx;
  35. margin: 0 auto;
  36. }
  37. .tips-left{
  38. width: 50%;
  39. height: 40rpx;
  40. line-height: 40rpx;
  41. text-align: center;
  42. float: left;
  43. color: #f0f4fa;
  44. }
  45. .tips-right{
  46. width: 50%;
  47. height: 40rpx;
  48. line-height: 40rpx;
  49. text-align: center;
  50. float: left;
  51. color: #f0f4fa;
  52. text-align: center;
  53. display: table-cell;
  54. vertical-align: middle;
  55. }
  56. .tips-icon{
  57. /* display: block; */
  58. width: 28rpx;
  59. height: 28rpx;
  60. /* float: left; */
  61. /* margin: auto 0; */
  62. }
  63. .tips-text{
  64. margin-top: -4rpx;
  65. font-size: 28rpx;
  66. float: right;
  67. }
  68. .dy{
  69. width: 300rpx;
  70. height: 80rpx;
  71. background-image: url(https://img1.imgtp.com/2023/07/12/35zNfCJb.png);
  72. background-size: contain;
  73. background-repeat: no-repeat;
  74. margin: 0 auto 0;
  75. }
  76. .dy2{
  77. width: 300rpx;
  78. height: 60rpx;
  79. line-height: 60rpx;
  80. text-align: center;
  81. background: #e6e6e6;
  82. background-size: contain;
  83. background-repeat: no-repeat;
  84. border-radius: 80rpx;
  85. color: rgb(151, 151, 151);
  86. margin: 0 auto 0;
  87. }
  88. .dyrs{
  89. width: 600rpx;
  90. height: 50rpx;
  91. margin: 0 auto 0;
  92. font-size: 30rpx;
  93. text-align: center;
  94. color: #fff;
  95. }
  96. .dysl1{
  97. width: 50%;
  98. float: left;
  99. height: 50rpx;
  100. line-height: 50rpx;
  101. text-align: right;
  102. }
  103. .dys2{
  104. width: 45%;
  105. float: left;
  106. height: 50rpx;
  107. line-height: 50rpx;
  108. text-align: left;
  109. font-size: 38rpx;
  110. font-weight: bold;
  111. background: linear-gradient(to top,#fff3e8, #f1d2ab);
  112. -webkit-background-clip: text;
  113. color: transparent;
  114. }
  115. .dyicon{
  116. width: 30rpx;
  117. height: 50rpx;
  118. }
  119. .item-he{
  120. height: 1120rpx;
  121. }
  122. .item-main{
  123. width: 95%;
  124. min-height:300rpx;
  125. margin: 0 auto;
  126. /* background-color: #d1ddf8; */
  127. }
  128. .item-title{
  129. /* width: 525rpx; */
  130. height: 80rpx;
  131. margin: 10rpx auto 0;
  132. text-align: center;
  133. /* color: #fff; */
  134. background: #fff;
  135. font-weight: bold;
  136. background-size: contain;
  137. background-repeat: no-repeat;
  138. border-radius: 10rpx;
  139. }
  140. .item-right{
  141. background: #fff;
  142. border-radius: 10rpx;
  143. width: 90%;
  144. /* min-height: 334rpx; */
  145. margin: 0 auto 40rpx;
  146. }
  147. .item-line{
  148. width: 100%;
  149. margin: 0 auto;
  150. height: 1px;
  151. background: #e5e5e5;
  152. }
  153. .item-title-line{
  154. width:2%;
  155. height:40rpx;
  156. float: left;
  157. background: #2475e0;
  158. border-radius: 10rpx;
  159. margin: 20rpx 20rpx 0 20rpx;
  160. }
  161. .item-title-text{
  162. width: 60%;
  163. height: 80rpx;
  164. line-height: 80rpx;
  165. float: left;
  166. text-align: left;
  167. white-space: nowrap;
  168. text-overflow:ellipsis;
  169. overflow:hidden;
  170. }
  171. .item-title-time{
  172. width: 30%;
  173. height: 80rpx;
  174. line-height: 80rpx;
  175. font-size: 26rpx;
  176. float: left;
  177. color: #7f7f7f;
  178. text-align: right;
  179. }
  180. .item-c{
  181. width: 100%;
  182. /* border-radius: 10rpx; */
  183. min-height: 334rpx;
  184. background: #fff;
  185. padding-top: 20rpx;
  186. border-radius: 10rpx;
  187. }
  188. .item-context{
  189. width: 93%;
  190. min-height: 334rpx;
  191. margin: 0 auto;
  192. color: #666666;
  193. }
  194. .itemitme{
  195. width: 100%;
  196. }
  197. .key{
  198. width: 30%;
  199. float: left;
  200. color: #7f7f7f;
  201. margin-left: 10rpx;
  202. }
  203. .value{
  204. width: 65%;
  205. float: left;
  206. color: #383838;
  207. font-weight: bold;
  208. }