app.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. /* 暂无数据 */
  131. .zwsj{
  132. font-size: 260rpx!important;
  133. display: flex;
  134. text-align: center;
  135. justify-content: center;
  136. color: rgb(206, 206, 206);
  137. margin: 200rpx auto 40rpx auto!important;
  138. }
  139. .zwsj_text{
  140. display: flex;
  141. text-align: center;
  142. justify-content: center;
  143. font-size:40rpx;
  144. color: #666;
  145. }
  146. /* 悬浮按钮 */
  147. .float_btn{
  148. bottom: 150rpx;
  149. right: 30rpx;
  150. border-radius: 50%;
  151. text-align: center;
  152. position: fixed;
  153. width: 100rpx;
  154. height: 100rpx;
  155. line-height: 100rpx;
  156. background-color: #f94b0e;
  157. color: #fff;
  158. font-size: 36rpx;
  159. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  160. }
  161. /* 悬浮按钮 */
  162. .float_btn2{
  163. bottom: 290rpx;
  164. right: 30rpx;
  165. border-radius: 50%;
  166. text-align: center;
  167. position: fixed;
  168. width: 100rpx;
  169. height: 100rpx;
  170. line-height: 100rpx;
  171. background-color: #fdcd2e;
  172. color: #fff;
  173. font-size: 36rpx;
  174. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  175. }
  176. .float_btn:active{
  177. background-color: #f14405;
  178. }
  179. .float_btn2:active{
  180. background-color: #f1c120;
  181. }