index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. page{
  2. background: #f8f8f8;
  3. }
  4. .col1{
  5. height: 110px;
  6. }
  7. .col1>view{
  8. color: #fff;
  9. top: 15px;
  10. left: 15px;
  11. }
  12. .col1>image{
  13. bottom: 0;
  14. }
  15. .col1 .hello{
  16. font-size: 36rpx;
  17. font-weight: bold;
  18. }
  19. .item {
  20. background: #fff;
  21. padding: 30rpx;
  22. box-sizing: border-box;
  23. justify-content: space-between;
  24. border-bottom: 1rpx solid #efefef;
  25. }
  26. .item >text{
  27. font-size: 36rpx;
  28. /* font-weight: bold; */
  29. }
  30. .item >view{
  31. justify-content: space-around;
  32. margin-top: 30rpx;
  33. }
  34. .isCheck{
  35. background-color:#ebebeb !important;
  36. color:#999 !important;
  37. }
  38. .item .flexCenter{
  39. /* width: 120rpx; */
  40. height: 60rpx;
  41. font-size: 30rpx;
  42. background: #2cae36;
  43. color: #fff;
  44. padding:5rpx 10rpx;
  45. border-radius: 4px;
  46. box-sizing: border-box;
  47. }
  48. .item button{
  49. margin: 0;
  50. }
  51. .col1 .weather{
  52. color: #fff;
  53. font-size: 30rpx;
  54. margin-top: 15rpx;
  55. }
  56. .weather image{
  57. width: 29px;
  58. /* height: 29px; */
  59. margin: 0 10px;
  60. }
  61. /* 头部搜索 */
  62. .top{
  63. height: 88rpx;
  64. display: flex;
  65. flex-direction:row;
  66. justify-content: center;
  67. align-items: center;
  68. background: #fff;
  69. top:200rpx;
  70. /* position: fixed; */
  71. z-index: 999;
  72. left: 0;
  73. right: 0;
  74. }
  75. .search{
  76. width: 690rpx;
  77. }
  78. .search-icon{
  79. width: 32rpx;
  80. height: 32rpx;
  81. position: absolute;
  82. left:40rpx;
  83. top:12rpx;
  84. }
  85. .search_arr {
  86. border: 1px solid #d0d0d0;
  87. border-radius: 50rpx;
  88. position: relative;
  89. background-color: #fff;
  90. }
  91. .record{
  92. position: absolute;
  93. width: 48rpx;
  94. height: 48rpx;
  95. right: 40rpx;
  96. top:6rpx;
  97. }
  98. .search_arr input{
  99. height: 56rpx;
  100. border-radius: 12px;
  101. padding-left: 90rpx;
  102. -moz-box-shadow:0px 0px 6px 1px #C7C7C7;
  103. -webkit-box-shadow:0px 0px 6px 1px #C7C7C7;
  104. box-shadow:0px 0px 6px 1px #C7C7C7;
  105. }
  106. .placText{
  107. font-size: 26rpx;
  108. color:#666;
  109. padding-left: 90rpx;
  110. }
  111. .bc_text {
  112. line-height: 68rpx;
  113. height: 68rpx;
  114. margin-top: 34rpx;
  115. }
  116. .sousuo {
  117. margin-left: 15rpx;
  118. width: 15%;
  119. line-height: 150%;
  120. text-align: center;
  121. border: 1px solid #d0d0d0;
  122. border-radius: 10rpx;
  123. }
  124. .page_row{
  125. height: 60rpx;
  126. line-height: 88rpx;
  127. display: flex;
  128. flex-direction: row;
  129. justify-content:center;
  130. }
  131. .searchcion {
  132. position: absolute;
  133. left:40rpx;
  134. z-index: 2;
  135. height: 32rpx;
  136. width: 32rpx;
  137. top: 8rpx;
  138. }
  139. .noList{
  140. display: flex;
  141. flex-direction: column;
  142. justify-content: center;
  143. align-items: center;
  144. }
  145. .noList view{
  146. margin-top: 30rpx;
  147. font-size: 28rpx;
  148. color: #999;
  149. }
  150. .noList image{
  151. width:278rpx;
  152. height:182rpx;
  153. text-align:center;
  154. margin-top:100rpx;
  155. }
  156. .poitions{
  157. position: fixed;
  158. /* top:0; */
  159. width: 100%;
  160. }
  161. .gundong{
  162. overflow: hidden;
  163. }
  164. .flexCol{
  165. overflow: auto;
  166. }