app.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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 .list_right{
  175. width: 10%;
  176. text-align: right;
  177. font-size:70rpx ;
  178. line-height: 100rpx;
  179. color:rgb(238, 238, 238);
  180. }
  181. .list_li3 .iconfont{
  182. margin-right: 0px!important;
  183. }
  184. .list_li3 .icon-wuzichubei{
  185. font-size: 50rpx;
  186. color: rgb(125, 238, 163);
  187. width: 10%;
  188. }
  189. .list_li3 .icon-cangkukucun{
  190. font-size: 50rpx;
  191. color: rgb(125, 196, 238);
  192. width: 10%;
  193. }
  194. .list_li3 .icon-dangjian_duiwujianshe{
  195. font-size: 50rpx;
  196. color: rgb(238, 217, 125);
  197. width: 10%;
  198. }
  199. /* 暂无数据 */
  200. .zwsj{
  201. font-size: 260rpx!important;
  202. display: flex;
  203. text-align: center;
  204. justify-content: center;
  205. color: rgb(206, 206, 206);
  206. margin: 200rpx auto 40rpx auto!important;
  207. }
  208. .zwsj_text{
  209. display: flex;
  210. text-align: center;
  211. justify-content: center;
  212. font-size:40rpx;
  213. color: #666;
  214. }
  215. /* 悬浮按钮 */
  216. .float_btn{
  217. bottom: 150rpx;
  218. right: 30rpx;
  219. border-radius: 50%;
  220. text-align: center;
  221. position: fixed;
  222. width: 100rpx;
  223. height: 100rpx;
  224. line-height: 100rpx;
  225. background-color: #f94b0e;
  226. color: #fff;
  227. font-size: 36rpx;
  228. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  229. }
  230. /* 悬浮按钮 */
  231. .float_btn2{
  232. bottom: 290rpx;
  233. right: 30rpx;
  234. border-radius: 50%;
  235. text-align: center;
  236. position: fixed;
  237. width: 100rpx;
  238. height: 100rpx;
  239. line-height: 100rpx;
  240. background-color: #fdcd2e;
  241. color: #fff;
  242. font-size: 36rpx;
  243. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  244. }
  245. .float_btn:active{
  246. background-color: #f14405;
  247. }
  248. .float_btn2:active{
  249. background-color: #f1c120;
  250. }
  251. /* 列表详情 */
  252. .notice_tit{
  253. font-size: 32rpx;
  254. color: #181818;
  255. text-align: left;
  256. display: flex;
  257. flex-direction: column;
  258. }
  259. .notice_tit .tit{
  260. color: #f94b0e;
  261. list-style: circle;
  262. font-size: 34rpx;
  263. font-weight: 500;
  264. height: 60rpx;
  265. line-height: 60rpx;
  266. margin-bottom: 30rpx;
  267. }
  268. .notice_tit .bor{
  269. width: 92%;
  270. padding: 3% 4%;
  271. box-shadow: 0px 0px 10rpx #e9e9e9;
  272. border-radius: 14rpx;
  273. margin-bottom: 30rpx;
  274. }
  275. .notice_tit .icon-weibiaoti--{
  276. font-size: 36rpx;
  277. color: #ffaa8a;
  278. margin-right: 14rpx;
  279. }
  280. .notice_tit .icon-dian{
  281. font-size: 38rpx;
  282. color: #f94b0e;
  283. }
  284. /* 通讯录列表 */
  285. .list_li4{
  286. display: flex;
  287. flex-direction:row ;
  288. height: 130rpx;
  289. justify-content: center;
  290. align-items: center;
  291. }
  292. .list_li4 .txl_img .iconfont{
  293. font-size: 100rpx;
  294. color: #fff1e8;
  295. }
  296. .list_li4 .txl_txt{
  297. display: flex;
  298. flex-direction: column;
  299. justify-content: center;
  300. border-bottom: 1px solid #f7f7f7;
  301. width: 100%;
  302. padding-left: 5rpx;
  303. height: 100%;
  304. }
  305. .list_li4 .txl_txt text{
  306. font-size: 34rpx;
  307. font-weight: 500;
  308. color: #181818;
  309. padding-bottom: 10rpx;
  310. }
  311. .list_li4 .txl_txt i{
  312. font-size: 32rpx;
  313. color: #666;
  314. }