app.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. }
  69. .list_vi .list_li{
  70. display: flex;
  71. flex-direction: row;
  72. height: 100rpx;
  73. line-height: 100rpx;
  74. padding-bottom: 10rpx;
  75. border-bottom: 1px solid #f3f3f3;
  76. }
  77. .list_vi .list_li:active{
  78. background: rgb(240, 240, 240);
  79. }
  80. .list_r{
  81. display: flex;
  82. flex-direction: column;
  83. }
  84. .list_li_c{
  85. display: flex;
  86. flex-direction: row;
  87. height: auto;
  88. line-height: auto;
  89. padding-top: 10rpx;
  90. }
  91. .list_vi .list_li1{
  92. display: flex;
  93. flex-direction: row;
  94. height: auto;
  95. line-height: 50rpx;
  96. }
  97. .list_vi .list_li2{
  98. display: flex;
  99. flex-direction: row;
  100. height: auto;
  101. line-height: 50rpx;
  102. padding-bottom: 10rpx;
  103. padding-left: 58rpx;
  104. }
  105. .list_vi .list_li2 text{
  106. font-size: 29rpx!important;
  107. color: #999!important;
  108. margin-right: 20rpx;
  109. }
  110. .list_vi .iconfont{
  111. margin-right: 20rpx;
  112. font-size: 40rpx;
  113. }
  114. .list_vi .list_li text{
  115. font-size: 34rpx;
  116. color: #181818;
  117. }
  118. .list_vi .icon-queding{
  119. color:rgb(13, 145, 13);
  120. }
  121. .list_vi .icon-yingjipingtai{
  122. color:rgb(230, 61, 19);
  123. }
  124. .list_vi .list_right{
  125. color:rgb(207, 207, 207);
  126. margin-left: auto;
  127. font-size: 40rpx;
  128. }
  129. /* 暂无数据 */
  130. .zwsj{
  131. font-size: 260rpx!important;
  132. display: flex;
  133. text-align: center;
  134. justify-content: center;
  135. color: rgb(206, 206, 206);
  136. margin: 200rpx auto 40rpx auto!important;
  137. }
  138. .zwsj_text{
  139. display: flex;
  140. text-align: center;
  141. justify-content: center;
  142. font-size:40rpx;
  143. color: #666;
  144. }
  145. /* 悬浮按钮 */
  146. .float_btn{
  147. bottom: 150rpx;
  148. right: 30rpx;
  149. border-radius: 50%;
  150. text-align: center;
  151. position: fixed;
  152. width: 100rpx;
  153. height: 100rpx;
  154. line-height: 100rpx;
  155. background-color: #f94b0e;
  156. color: #fff;
  157. font-size: 36rpx;
  158. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  159. }
  160. /* 悬浮按钮 */
  161. .float_btn2{
  162. bottom: 290rpx;
  163. right: 30rpx;
  164. border-radius: 50%;
  165. text-align: center;
  166. position: fixed;
  167. width: 100rpx;
  168. height: 100rpx;
  169. line-height: 100rpx;
  170. background-color: #fdcd2e;
  171. color: #fff;
  172. font-size: 36rpx;
  173. box-shadow: 5rpx 5rpx 10rpx rgb(153, 153, 153);
  174. }
  175. .float_btn:active{
  176. background-color: #f14405;
  177. }
  178. .float_btn2:active{
  179. background-color: #f1c120;
  180. }