nnzzd.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. .dyrs{
  77. width: 600rpx;
  78. height: 50rpx;
  79. margin: 0 auto 0;
  80. font-size: 30rpx;
  81. text-align: center;
  82. color: #fff;
  83. }
  84. .dysl1{
  85. width: 50%;
  86. float: left;
  87. height: 50rpx;
  88. line-height: 50rpx;
  89. text-align: right;
  90. }
  91. .dys2{
  92. width: 45%;
  93. float: left;
  94. height: 50rpx;
  95. line-height: 50rpx;
  96. text-align: left;
  97. font-size: 38rpx;
  98. font-weight: bold;
  99. background: linear-gradient(to top,#fff3e8, #f1d2ab);
  100. -webkit-background-clip: text;
  101. color: transparent;
  102. }
  103. .dyicon{
  104. width: 30rpx;
  105. height: 50rpx;
  106. }
  107. .item-he{
  108. height: 1120rpx;
  109. }
  110. .item-main{
  111. width: 95%;
  112. min-height:300rpx;
  113. margin: 0 auto;
  114. /* background-color: #d1ddf8; */
  115. }
  116. .item-title{
  117. /* width: 525rpx; */
  118. height: 80rpx;
  119. margin: 10rpx auto 0;
  120. text-align: center;
  121. /* color: #fff; */
  122. background: #fff;
  123. font-weight: bold;
  124. background-size: contain;
  125. background-repeat: no-repeat;
  126. border-radius: 10rpx;
  127. }
  128. .item-right{
  129. background: #fff;
  130. border-radius: 10rpx;
  131. width: 90%;
  132. /* min-height: 334rpx; */
  133. margin: 0 auto 40rpx;
  134. }
  135. .item-line{
  136. width: 100%;
  137. margin: 0 auto;
  138. height: 1px;
  139. background: #e5e5e5;
  140. }
  141. .item-title-line{
  142. width:2%;
  143. height:40rpx;
  144. float: left;
  145. background: #2475e0;
  146. border-radius: 10rpx;
  147. margin: 20rpx 20rpx 0 20rpx;
  148. }
  149. .item-title-text{
  150. width: 60%;
  151. height: 80rpx;
  152. line-height: 80rpx;
  153. float: left;
  154. text-align: left;
  155. white-space: nowrap;
  156. text-overflow:ellipsis;
  157. overflow:hidden;
  158. }
  159. .item-title-time{
  160. width: 30%;
  161. height: 80rpx;
  162. line-height: 80rpx;
  163. font-size: 26rpx;
  164. float: left;
  165. color: #7f7f7f;
  166. text-align: right;
  167. }
  168. .item-c{
  169. width: 100%;
  170. /* border-radius: 10rpx; */
  171. min-height: 334rpx;
  172. background: #fff;
  173. padding-top: 20rpx;
  174. border-radius: 10rpx;
  175. }
  176. .item-context{
  177. width: 93%;
  178. min-height: 334rpx;
  179. margin: 0 auto;
  180. color: #666666;
  181. }
  182. .itemitme{
  183. width: 100%;
  184. }
  185. .key{
  186. width: 30%;
  187. float: left;
  188. color: #7f7f7f;
  189. margin-left: 10rpx;
  190. }
  191. .value{
  192. width: 65%;
  193. float: left;
  194. color: #383838;
  195. font-weight: bold;
  196. }