index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. /* pages/ZCWDK/index/index.wxss */
  2. page {
  3. height: 100%;
  4. width: 100%;
  5. /* background: #000; */
  6. }
  7. .navTitle {
  8. width: 100%;
  9. height: 130rpx;
  10. margin-bottom: 20rpx;
  11. }
  12. .navTitle t-icon {
  13. width: 48rpx;
  14. float: left;
  15. margin-top: 50rpx;
  16. margin-left: 20rpx;
  17. height: 130rpx;
  18. line-height: 130rpx;
  19. text-align: center;
  20. color: #fff;
  21. }
  22. .navTitle .title {
  23. width: 600rpx;
  24. height: 130rpx;
  25. line-height: 130rpx;
  26. text-align: center;
  27. font-size: 36rpx;
  28. font-family: PingFang SC;
  29. font-weight: 400;
  30. color: #FFFFFF;
  31. }
  32. .head {
  33. width: 100%;
  34. height: 500rpx;
  35. background-repeat: no-repeat;
  36. background-size: 100% 100%;
  37. }
  38. .logo {
  39. margin: 0 auto;
  40. width: 60%;
  41. height: 50rpx;
  42. }
  43. .logo image {
  44. width: 100%;
  45. height: 50rpx;
  46. }
  47. .logo text {
  48. font-size: 30rpx;
  49. font-family: PingFang SC;
  50. font-weight: 400;
  51. color: #FFFFFF;
  52. opacity: 0.6;
  53. display: block;
  54. width: 100%;
  55. text-align: center;
  56. }
  57. .searchBox {
  58. width: 90%;
  59. height: 80rpx;
  60. background-color: #FFFFFF;
  61. opacity: 0.8;
  62. margin: 70rpx auto;
  63. border-radius: 80rpx;
  64. }
  65. .type {
  66. width: 160rpx;
  67. height: 80rpx;
  68. margin-left: 20rpx;
  69. line-height: 80rpx;
  70. float: left;
  71. }
  72. .inputText {
  73. width: 440rpx;
  74. height: 70rpx;
  75. line-height: 70rpx;
  76. /* background: #000; */
  77. float: left;
  78. margin-top: 5rpx;
  79. }
  80. .serachIcon {
  81. width: 40rpx;
  82. height: 40rpx;
  83. margin-top: 20rpx;
  84. }
  85. /* 遮罩层 */
  86. .mask {
  87. width: 100%;
  88. height: 100%;
  89. position: fixed;
  90. top: 0;
  91. left: 0;
  92. background: #000;
  93. z-index: 9000;
  94. opacity: 0.5;
  95. }
  96. .serachItems {
  97. width: 100%;
  98. height: 740rpx;
  99. margin-top: 460rpx;
  100. background: #fff;
  101. padding-top: 20rpx;
  102. position: fixed;
  103. top: 0;
  104. left: 0;
  105. z-index: 9999;
  106. }
  107. .serachItems scroll-view {
  108. height: 740rpx;
  109. }
  110. .item {
  111. width: 30%;
  112. height: 47rpx;
  113. margin: 5rpx 10rpx;
  114. text-align: center;
  115. line-height: 47rpx;
  116. border: 2rpx solid #C5C5C5;
  117. border-radius: 4px;
  118. float: left;
  119. font-size: 23rpx;
  120. }
  121. .title {
  122. width: 100%;
  123. height: 73rpx;
  124. margin-top: 20rpx;
  125. margin-bottom: 12rpx;
  126. }
  127. .hotIcon {
  128. width: 56rpx;
  129. height: 73rpx;
  130. float: left;
  131. margin-left: 30rpx;
  132. }
  133. .title text {
  134. color: #E62C13;
  135. font-size: 32rpx;
  136. float: left;
  137. height: 73rpx;
  138. line-height: 73rpx;
  139. margin-left: 20rpx;
  140. }
  141. .line {
  142. width: 100%;
  143. height: 2rpx;
  144. background-color: #C5C5C5;
  145. }
  146. .listItem {
  147. height: 310rpx;
  148. width: 90%;
  149. margin: 0 auto;
  150. padding-top: 20rpx;
  151. padding-bottom: 20rpx;
  152. }
  153. .itemTag {
  154. width: 220rpx;
  155. height: 55rpx;
  156. font-size: 22rpx;
  157. background-size: 100%;
  158. background-repeat: no-repeat;
  159. text-align: center;
  160. line-height: 55rpx;
  161. color: #fff;
  162. }
  163. .itemTitle {
  164. /* width: 665px; */
  165. width: 100%;
  166. /* height: 70rpx; */
  167. font-size: 32rpx;
  168. font-family: PingFang SC;
  169. font-weight: 400;
  170. color: #333333;
  171. margin-top: 20rpx;
  172. display: -webkit-box;
  173. -webkit-box-orient: vertical;
  174. -webkit-line-clamp: 2;
  175. text-overflow: ellipsis;
  176. overflow: hidden;
  177. }
  178. .itemInfo {
  179. width: 100%;
  180. /* height: 61rpx; */
  181. font-size: 24rpx;
  182. font-family: PingFang SC;
  183. font-weight: 400;
  184. color: #999999;
  185. margin-top: 30rpx;
  186. display: -webkit-box;
  187. -webkit-box-orient: vertical;
  188. -webkit-line-clamp: 2;
  189. text-overflow: ellipsis;
  190. overflow: hidden;
  191. position: relative;
  192. margin-bottom: 40rpx;
  193. }
  194. .p {
  195. color: #508FF4;
  196. margin-left: 10rpx;
  197. content: attr(data-etc);
  198. position: absolute;
  199. left: 558rpx;
  200. bottom: 0rpx;
  201. background: #fff;
  202. transform: translateX(3rpx);
  203. }
  204. .ttp {
  205. width: 100%;
  206. height: 80rpx;
  207. }
  208. .tw {
  209. width: 138rpx;
  210. height: 80rpx;
  211. background: #CCA65E;
  212. color: #fff;
  213. border-radius: 80rpx 0 0 80rpx;
  214. padding-top: 10rpx;
  215. float: right;
  216. }
  217. .tw text {
  218. width: 100%;
  219. display: block;
  220. margin-left: 40rpx;
  221. font-size: 24rpx;
  222. font-family: PingFang SC;
  223. font-weight: 400;
  224. color: #FFFFFF;
  225. }