info.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. page{
  2. height: 100%;
  3. width: 100%;
  4. background: #F5F5F5 ;
  5. }
  6. .navTitle{
  7. width: 100%;
  8. height: 130rpx;
  9. margin-bottom: 20rpx;
  10. }
  11. .navTitle t-icon{
  12. width: 48rpx;
  13. float: left;
  14. margin-top: 50rpx;
  15. margin-left: 20rpx;
  16. height: 130rpx;
  17. line-height: 130rpx;
  18. text-align: center;
  19. color: #fff;
  20. }
  21. .navTitle .title{
  22. width: 600rpx;
  23. height: 130rpx;
  24. line-height: 130rpx;
  25. text-align: center;
  26. font-size: 36rpx;
  27. font-family: PingFang SC;
  28. font-weight: 400;
  29. color: #FFFFFF;
  30. }
  31. .head{
  32. width: 100%;
  33. height: 500rpx;
  34. background-repeat: no-repeat;
  35. background-size: 100% 100%;
  36. }
  37. .title{
  38. width: 100%;
  39. height: 73rpx;
  40. margin-top: 20rpx;
  41. margin-bottom: 12rpx;
  42. }
  43. .logo{
  44. margin: 0 auto;
  45. width: 60%;
  46. height: 50rpx;
  47. }
  48. .logo image{
  49. width: 100%;
  50. height: 50rpx;
  51. }
  52. .logo text{
  53. font-size: 30rpx;
  54. font-family: PingFang SC;
  55. font-weight: 400;
  56. color: #FFFFFF;
  57. opacity: 0.6;
  58. display: block;
  59. width: 100%;
  60. text-align: center;
  61. }
  62. .searchBox{
  63. width: 90%;
  64. height: 80rpx;
  65. background-color: #FFFFFF;
  66. opacity: 0.8;
  67. margin: 70rpx auto;
  68. border-radius: 80rpx;
  69. }
  70. .type{
  71. width: 160rpx;
  72. height: 80rpx;
  73. margin-left: 20rpx;
  74. line-height: 80rpx;
  75. float: left;
  76. }
  77. .inputText{
  78. width: 440rpx;
  79. height: 70rpx;
  80. line-height: 70rpx;
  81. /* background: #000; */
  82. float: left;
  83. margin-top: 5rpx;
  84. }
  85. .serachIcon{
  86. width: 40rpx;
  87. height: 40rpx;
  88. margin-top: 20rpx;
  89. }
  90. /* 遮罩层 */
  91. .mask {
  92. width: 100%;
  93. height: 100%;
  94. position: fixed;
  95. top: 0;
  96. left: 0;
  97. background: #000;
  98. z-index: 9000;
  99. opacity: 0.5;
  100. }
  101. .serachItems{
  102. width: 100%;
  103. height: 740rpx;
  104. margin-top: 460rpx;
  105. background: #fff;
  106. padding-top: 20rpx;
  107. position: fixed;
  108. top: 0;
  109. left: 0;
  110. z-index: 9999;
  111. }
  112. .serachItems scroll-view{
  113. height: 740rpx;
  114. }
  115. .item{
  116. width: 30%;
  117. height: 47rpx;
  118. margin: 5rpx 10rpx;
  119. text-align: center;
  120. line-height: 47rpx;
  121. border: 2rpx solid #C5C5C5;
  122. border-radius: 4px;
  123. float: left;
  124. font-size: 23rpx;
  125. }
  126. .body{
  127. width: 100%;
  128. margin: 0 auto;
  129. background: #FFFFFF;
  130. padding-bottom: 20rpx;
  131. }
  132. .bodyTitle{
  133. width: 90%;
  134. font-size: 40rpx;
  135. font-family: PingFang SC;
  136. font-weight: bold;
  137. color: #333333;
  138. margin: 0 auto;
  139. padding-top: 50rpx;
  140. margin-bottom: 40rpx;
  141. }
  142. .bodyContext{
  143. background: #F4F8FF;
  144. border-top: #508FF4 2rpx solid;
  145. padding-left: 20rpx;
  146. width: 90%;
  147. margin: 0 auto 40rpx auto;
  148. }
  149. .dept{
  150. width: 100%;
  151. height: 100rpx;
  152. text-align: right;
  153. line-height: 100rpx;
  154. margin-right: 20rpx;
  155. color: #666666;
  156. }
  157. .jc{
  158. width: 100%;
  159. margin-top: 40rpx;
  160. height: 400rpx;
  161. background: #fff;
  162. }
  163. .custom-tabs {
  164. margin-bottom: 32rpx;
  165. }
  166. .custom-tabs t-tab-panel {
  167. height: 300rpx;
  168. color: rgba(0, 0, 0, 0.26);
  169. }
  170. .ml{
  171. margin: 0 auto;
  172. width: 90%;
  173. height: 160rpx;
  174. background: #000;
  175. background-size: 100%;
  176. background-repeat: no-repeat;
  177. margin-top: 30rpx;
  178. }
  179. .ml text{
  180. width: 100%;
  181. padding-top: 35rpx;
  182. display: block;
  183. color: #fff;
  184. text-align: center;
  185. }
  186. .lb{
  187. width: 100%;
  188. /* height: 300rpx; */
  189. /* background: #000; */
  190. background:#fff;
  191. }
  192. .lbTitle{
  193. margin-top: 40rpx;
  194. width: 100%;
  195. height: 110rpx;
  196. background:#fff;
  197. border-bottom: solid 2rpx #ECECEC;
  198. }
  199. .lbTitle text{
  200. display: block;
  201. width: 300rpx;
  202. height: 110rpx;
  203. line-height: 110rpx;
  204. text-align: center;
  205. color: #508FF4;
  206. border-bottom: solid #508FF4 4rpx;
  207. margin-left: 40rpx;
  208. }
  209. .listView{
  210. width: 90%;
  211. margin: 0 auto;
  212. }
  213. .listViewitem{
  214. width: 100%;
  215. font-size: 30rpx;
  216. margin-top: 20rpx;
  217. border-bottom: solid #3333335e 1rpx ;
  218. }
  219. .listViewItemTitle{
  220. font-size: 30rpx;
  221. font-family: PingFang SC;
  222. font-weight: 500;
  223. color: #333333;
  224. }
  225. .time{
  226. margin-top: 20rpx;
  227. color: #999999;
  228. margin-bottom: 30rpx;
  229. }
  230. .ewm{
  231. width: 90%;
  232. margin: 0 auto;
  233. height: 200rpx;
  234. margin-top: 40rpx;
  235. margin-bottom: 40rpx;
  236. border: solid #508FF4 2rpx;
  237. }
  238. .ewmimg{
  239. margin-top: 10rpx;
  240. width: 180rpx;
  241. height: 180rpx;
  242. margin-left: 30rpx;
  243. float: left;
  244. }
  245. .sl{
  246. background: #508FF4;
  247. width: 2rpx;
  248. height: 180rpx;
  249. float: left;
  250. margin-top: 10rpx;
  251. margin-left: 50rpx;
  252. }
  253. .ewmsltext{
  254. width: 350rpx;
  255. font-size: 26rpx;
  256. font-family: PingFang SC;
  257. font-weight: 400;
  258. color: #333333;
  259. float: left;
  260. margin-top: 70rpx;
  261. margin-left: 30rpx;
  262. }
  263. .ttp{
  264. width: 100%;
  265. height: 80rpx;
  266. }
  267. .tw{
  268. width: 138rpx;
  269. height: 80rpx;
  270. background: #CCA65E;
  271. color: #fff;
  272. border-radius: 80rpx 0 0 80rpx;
  273. padding-top: 10rpx;
  274. float: right;
  275. }
  276. .tw text{
  277. width: 100%;
  278. display: block;
  279. margin-left: 40rpx;
  280. font-size: 24rpx;
  281. font-family: PingFang SC;
  282. font-weight: 400;
  283. color: #FFFFFF;
  284. }