app.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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_vi2{
  71. margin: 40rpx 30rpx 20rpx 30rpx;
  72. }
  73. .list_vi .list_li{
  74. display: flex;
  75. flex-direction: row;
  76. height: 100rpx;
  77. line-height: 100rpx;
  78. padding-bottom: 10rpx;
  79. border-bottom: 1px solid #f3f3f3;
  80. }
  81. .list_vi .list_li:active{
  82. background: rgb(240, 240, 240);
  83. }
  84. .list_r{
  85. display: flex;
  86. flex-direction: column;
  87. }
  88. .list_li_c{
  89. display: flex;
  90. flex-direction: row;
  91. height: auto;
  92. line-height: auto;
  93. padding-top: 10rpx;
  94. }
  95. .list_vi .list_li1{
  96. display: flex;
  97. flex-direction: row;
  98. height: auto;
  99. line-height: 50rpx;
  100. }
  101. .list_vi .list_li2{
  102. display: flex;
  103. flex-direction: row;
  104. height: auto;
  105. line-height: 50rpx;
  106. padding-bottom: 10rpx;
  107. padding-left: 58rpx;
  108. }
  109. .list_vi .list_li2 text{
  110. font-size: 29rpx!important;
  111. color: #999!important;
  112. margin-right: 20rpx;
  113. }
  114. .list_vi .iconfont{
  115. margin-right: 20rpx;
  116. font-size: 40rpx;
  117. }
  118. .list_vi .list_li text{
  119. font-size: 34rpx;
  120. color: #181818;
  121. }
  122. .list_vi .icon-queding{
  123. color:rgb(13, 145, 13);
  124. }
  125. .list_vi .icon-yingjipingtai{
  126. color:rgb(230, 61, 19);
  127. }
  128. .list_vi .list_right{
  129. color:rgb(207, 207, 207);
  130. margin-left: auto;
  131. font-size: 40rpx;
  132. }
  133. .list_li3{
  134. display: flex;
  135. flex-direction: row;
  136. height: auto;
  137. line-height: 50rpx;
  138. padding-bottom: 20rpx;
  139. padding-top: 20rpx;
  140. border-bottom: 1px solid #f2f2f2;
  141. }
  142. .list_li3:active{
  143. background-color: rgb(255, 247, 243);
  144. }
  145. .list_li3 .li_tit{
  146. overflow: hidden;
  147. white-space: nowrap;
  148. text-overflow: ellipsis;
  149. font-size: 34rpx;
  150. color: #181818;
  151. text-align: left;
  152. }
  153. .list_li3 .li_time{
  154. font-size: 29rpx;
  155. color: #666;
  156. }
  157. .list_li3 .li_time text{
  158. margin-right: 40rpx;
  159. }
  160. .list_li3 .notice_li{
  161. width: 80%;
  162. display: flex;
  163. flex-direction: column;
  164. }
  165. .list_li3 .icon-tongzhigonggao{
  166. font-size: 50rpx;
  167. color: rgb(238, 148, 125);
  168. width: 10%;
  169. }
  170. .list_li3 .list_right{
  171. width: 10%;
  172. text-align: right;
  173. font-size:70rpx ;
  174. line-height: 100rpx;
  175. color:rgb(238, 238, 238);
  176. }
  177. .list_li3 .iconfont{
  178. margin-right: 0px!important;
  179. }
  180. .list_li3 .icon-wuzichubei{
  181. font-size: 50rpx;
  182. color: rgb(125, 238, 163);
  183. width: 10%;
  184. }
  185. .list_li3 .icon-cangkukucun{
  186. font-size: 50rpx;
  187. color: rgb(125, 196, 238);
  188. width: 10%;
  189. }
  190. .list_li3 .icon-dangjian_duiwujianshe{
  191. font-size: 50rpx;
  192. color: rgb(238, 217, 125);
  193. width: 10%;
  194. }
  195. /* 暂无数据 */
  196. .zwsj{
  197. font-size: 260rpx!important;
  198. display: flex;
  199. text-align: center;
  200. justify-content: center;
  201. color: rgb(206, 206, 206);
  202. margin: 200rpx auto 40rpx auto!important;
  203. }
  204. .zwsj_text{
  205. display: flex;
  206. text-align: center;
  207. justify-content: center;
  208. font-size:40rpx;
  209. color: #666;
  210. }
  211. /* 悬浮按钮 */
  212. .float_btn{
  213. bottom: 150rpx;
  214. right: 30rpx;
  215. border-radius: 50%;
  216. text-align: center;
  217. position: fixed;
  218. width: 100rpx;
  219. height: 100rpx;
  220. line-height: 100rpx;
  221. background-color: #f94b0e;
  222. color: #fff;
  223. font-size: 36rpx;
  224. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  225. }
  226. /* 悬浮按钮 */
  227. .float_btn2{
  228. bottom: 290rpx;
  229. right: 30rpx;
  230. border-radius: 50%;
  231. text-align: center;
  232. position: fixed;
  233. width: 100rpx;
  234. height: 100rpx;
  235. line-height: 100rpx;
  236. background-color: #fdcd2e;
  237. color: #fff;
  238. font-size: 36rpx;
  239. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  240. }
  241. .float_btn:active{
  242. background-color: #f14405;
  243. }
  244. .float_btn2:active{
  245. background-color: #f1c120;
  246. }
  247. /* 列表详情 */
  248. .notice_tit{
  249. font-size: 32rpx;
  250. color: #181818;
  251. text-align: left;
  252. display: flex;
  253. flex-direction: column;
  254. }
  255. .notice_tit .tit{
  256. color: #f94b0e;
  257. list-style: circle;
  258. font-size: 34rpx;
  259. font-weight: 500;
  260. height: 60rpx;
  261. line-height: 60rpx;
  262. margin-bottom: 30rpx;
  263. }
  264. .notice_tit .bor{
  265. width: 92%;
  266. padding: 3% 4%;
  267. box-shadow: 0px 0px 10rpx #e9e9e9;
  268. border-radius: 14rpx;
  269. margin-bottom: 30rpx;
  270. }
  271. .notice_tit .icon-weibiaoti--{
  272. font-size: 36rpx;
  273. color: #ffaa8a;
  274. margin-right: 14rpx;
  275. }
  276. .notice_tit .icon-dian{
  277. font-size: 38rpx;
  278. color: #f94b0e;
  279. }
  280. /* 通讯录列表 */
  281. .list_li4{
  282. display: flex;
  283. flex-direction:row ;
  284. height: 130rpx;
  285. justify-content: center;
  286. align-items: center;
  287. }
  288. .list_li4 .txl_img .iconfont{
  289. font-size: 100rpx;
  290. color: #fff1e8;
  291. }
  292. .list_li4 .txl_txt{
  293. display: flex;
  294. flex-direction: column;
  295. justify-content: center;
  296. border-bottom: 1px solid #f7f7f7;
  297. width: 100%;
  298. padding-left: 5rpx;
  299. height: 100%;
  300. }
  301. .list_li4 .txl_txt text{
  302. font-size: 34rpx;
  303. font-weight: 500;
  304. color: #181818;
  305. padding-bottom: 10rpx;
  306. }
  307. .list_li4 .txl_txt i{
  308. font-size: 32rpx;
  309. color: #666;
  310. }