app.wxss 5.9 KB

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