app.wxss 5.9 KB

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