app.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. /**app.wxss**/
  2. @import"iconfont.wxss";
  3. page{
  4. font-family:Arial, Helvetica, sans-serif;
  5. }
  6. .wid15{
  7. margin: 0px 30rpx;
  8. }
  9. .line{
  10. height: 4rpx;
  11. background: #dddddd;
  12. }
  13. .line2{
  14. height: 1rpx;
  15. background: #dddddd;
  16. }
  17. .line3{
  18. height: 1rpx;
  19. background: #dddddd;
  20. }
  21. /* 搜索 */
  22. .search-container{
  23. display: flex;
  24. justify-content: space-between;
  25. align-items: center;
  26. padding: 10rpx 20rpx 10rpx 40rpx;
  27. box-sizing: border-box;
  28. background-color: rgb(240, 240, 240);
  29. margin: 30rpx;
  30. border-radius: 50rpx;
  31. position: relative;
  32. }
  33. .search-left{
  34. flex: 2;
  35. border-radius: 40rpx;
  36. padding-right: 40rpx;
  37. box-sizing: border-box;
  38. }
  39. .search-left input{
  40. display: inline-block;
  41. vertical-align: middle;
  42. width: calc(100% - 90rpx);
  43. height: 70rpx;
  44. }
  45. .search-right{
  46. background: none;
  47. width: 130rpx!important;
  48. height: 80rpx;
  49. padding: 0px!important;
  50. position: absolute;
  51. right: 0rpx;
  52. top: 7rpx;
  53. z-index: 99;
  54. }
  55. .search-right .img{
  56. width: 45rpx;
  57. height: 45rpx;
  58. padding: 10rpx 0;
  59. vertical-align: middle;
  60. }
  61. .icon-sousuo{
  62. font-size: 55rpx;
  63. color: rgb(206, 205, 205);
  64. }
  65. /* 列表 */
  66. .list_vi{
  67. margin: 40rpx 30rpx 20rpx 30rpx;
  68. height:101vh;
  69. }
  70. .list_vi .list_li{
  71. display: flex;
  72. flex-direction: row;
  73. height: 100rpx;
  74. line-height: 100rpx;
  75. padding-bottom: 10rpx;
  76. border-bottom: 1px solid #f3f3f3;
  77. }
  78. .list_vi .list_li:active{
  79. background: rgb(240, 240, 240);
  80. }
  81. .list_r{
  82. display: flex;
  83. flex-direction: column;
  84. }
  85. .list_li_c{
  86. display: flex;
  87. flex-direction: row;
  88. height: auto;
  89. line-height: auto;
  90. padding-top: 10rpx;
  91. }
  92. .list_vi .list_li1{
  93. display: flex;
  94. flex-direction: row;
  95. height: auto;
  96. line-height: 50rpx;
  97. }
  98. .list_vi .list_li2{
  99. display: flex;
  100. flex-direction: row;
  101. height: auto;
  102. line-height: 50rpx;
  103. padding-bottom: 10rpx;
  104. padding-left: 58rpx;
  105. }
  106. .list_vi .list_li2 text{
  107. font-size: 29rpx!important;
  108. color: #999!important;
  109. margin-right: 20rpx;
  110. }
  111. .list_vi .iconfont{
  112. margin-right: 20rpx;
  113. font-size: 40rpx;
  114. }
  115. .list_vi .list_li text{
  116. font-size: 34rpx;
  117. color: #181818;
  118. }
  119. .list_vi .icon-queding{
  120. color:rgb(13, 145, 13);
  121. }
  122. .list_vi .icon-yingjipingtai{
  123. color:rgb(230, 61, 19);
  124. }
  125. .list_vi .list_right{
  126. color:rgb(207, 207, 207);
  127. margin-left: auto;
  128. font-size: 40rpx;
  129. }
  130. .list_li3{
  131. display: flex;
  132. flex-direction: row;
  133. height: auto;
  134. line-height: 50rpx;
  135. padding-bottom: 20rpx;
  136. padding-top: 20rpx;
  137. border-bottom: 1px solid #f2f2f2;
  138. }
  139. .list_li3:active{
  140. background-color: rgb(255, 247, 243);
  141. }
  142. .list_li3 .li_tit{
  143. overflow: hidden;
  144. white-space: nowrap;
  145. text-overflow: ellipsis;
  146. font-size: 34rpx;
  147. color: #181818;
  148. text-align: left;
  149. }
  150. .list_li3 .li_time{
  151. font-size: 29rpx;
  152. color: #666;
  153. }
  154. .list_li3 .li_time text{
  155. margin-right: 40rpx;
  156. }
  157. .list_li3 .notice_li{
  158. width: 80%;
  159. display: flex;
  160. flex-direction: column;
  161. }
  162. .list_li3 .icon-tongzhigonggao{
  163. font-size: 50rpx;
  164. color: rgb(238, 148, 125);
  165. width: 10%;
  166. }
  167. .list_li3 .list_right{
  168. width: 10%;
  169. text-align: right;
  170. font-size:70rpx ;
  171. line-height: 100rpx;
  172. color:rgb(238, 238, 238);
  173. }
  174. .list_li3 .iconfont{
  175. margin-right: 0px!important;
  176. }
  177. .list_li3 .icon-wuzichubei{
  178. font-size: 50rpx;
  179. color: rgb(125, 238, 163);
  180. width: 10%;
  181. }
  182. .list_li3 .icon-cangkukucun{
  183. font-size: 50rpx;
  184. color: rgb(125, 196, 238);
  185. width: 10%;
  186. }
  187. .list_li3 .icon-dangjian_duiwujianshe{
  188. font-size: 50rpx;
  189. color: rgb(238, 217, 125);
  190. width: 10%;
  191. }
  192. /* 暂无数据 */
  193. .zwsj{
  194. font-size: 260rpx!important;
  195. display: flex;
  196. text-align: center;
  197. justify-content: center;
  198. color: rgb(206, 206, 206);
  199. margin: 200rpx auto 40rpx auto!important;
  200. }
  201. .zwsj_text{
  202. display: flex;
  203. text-align: center;
  204. justify-content: center;
  205. font-size:40rpx;
  206. color: #666;
  207. }
  208. /* 悬浮按钮 */
  209. .float_btn{
  210. bottom: 150rpx;
  211. right: 30rpx;
  212. border-radius: 50%;
  213. text-align: center;
  214. position: fixed;
  215. width: 100rpx;
  216. height: 100rpx;
  217. line-height: 100rpx;
  218. background-color: #f94b0e;
  219. color: #fff;
  220. font-size: 36rpx;
  221. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  222. }
  223. /* 悬浮按钮 */
  224. .float_btn2{
  225. bottom: 290rpx;
  226. right: 30rpx;
  227. border-radius: 50%;
  228. text-align: center;
  229. position: fixed;
  230. width: 100rpx;
  231. height: 100rpx;
  232. line-height: 100rpx;
  233. background-color: #fdcd2e;
  234. color: #fff;
  235. font-size: 36rpx;
  236. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  237. }
  238. .float_btn:active{
  239. background-color: #f14405;
  240. }
  241. .float_btn2:active{
  242. background-color: #f1c120;
  243. }
  244. /* 列表详情 */
  245. .notice_tit{
  246. font-size: 32rpx;
  247. color: #181818;
  248. text-align: left;
  249. display: flex;
  250. flex-direction: column;
  251. }
  252. .notice_tit .tit{
  253. color: #f94b0e;
  254. list-style: circle;
  255. font-size: 34rpx;
  256. font-weight: 500;
  257. height: 60rpx;
  258. line-height: 60rpx;
  259. margin-bottom: 30rpx;
  260. }
  261. .notice_tit .bor{
  262. width: 92%;
  263. padding: 3% 4%;
  264. box-shadow: 0px 0px 10rpx #e9e9e9;
  265. border-radius: 14rpx;
  266. margin-bottom: 30rpx;
  267. }
  268. .notice_tit .icon-weibiaoti--{
  269. font-size: 36rpx;
  270. color: #ffaa8a;
  271. margin-right: 14rpx;
  272. }
  273. .notice_tit .icon-dian{
  274. font-size: 38rpx;
  275. color: #f94b0e;
  276. }