index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. .swiper-tab {
  2. width: 100%;
  3. height: 100rpx;
  4. background: #fff;
  5. border-radius: 15rpx 15rpx 0rpx 0rpx;
  6. line-height: 100rpx;
  7. margin: 0rpx 0rpx 10rpx 0rpx;
  8. text-align: left;
  9. }
  10. .swiper-tab image {
  11. width: 45rpx;
  12. height: 45rpx;
  13. float: left;
  14. position: relative;
  15. left: 30rpx;
  16. top: 30rpx;
  17. }
  18. .swiper-tab-list {
  19. float: left;
  20. border: solid 2rpx #63576c;
  21. line-height: 65rpx;
  22. font-size: 30rpx;
  23. color: #63576c;
  24. width: 39%;
  25. text-align: center;
  26. margin: 15rpx;
  27. border-radius: 10rpx;
  28. position: relative;
  29. left: 5%;
  30. }
  31. .on {
  32. color: #fff;
  33. background: #63576c;
  34. }
  35. .search {
  36. width: 100%;
  37. height: 160rpx;
  38. background: #fff;
  39. position: relative;
  40. margin: 0rpx 0rpx 10rpx 0rpx;
  41. }
  42. .search input {
  43. float:left;
  44. border:3rpx solid #efeff7;
  45. margin-right:5rpx;
  46. width:65%;
  47. margin-left:20rpx;
  48. font-size:26rpx;
  49. display:block;
  50. padding:0rpx 0rpx 0rpx 55rpx;
  51. }
  52. .search_button {
  53. width: 15%;
  54. height: 45rpx;
  55. text-align: center;
  56. line-height: 45rpx;
  57. color: #fff;
  58. border-radius: 10rpx;
  59. float: right;
  60. margin-right: 15rpx;
  61. font-size: 20rpx;
  62. background: #76d1b1;
  63. outline: medium;
  64. border: none;
  65. position: relative;
  66. left: -20rpx;
  67. top: 10rpx;
  68. }
  69. .search image {
  70. width:32rpx;
  71. height:32rpx;
  72. float:left;
  73. position:absolute;
  74. left:35rpx;
  75. top:100rpx;
  76. }
  77. .top {
  78. width: 100%;
  79. height: auto !important;
  80. background: #fff;
  81. z-index: 9999;
  82. position: relative;
  83. /* border-radius: 0rpx 0rpx 15rpx 15rpx; */
  84. }
  85. .top .ul .li {
  86. float: left;
  87. width: 16%;
  88. border-top: 1rpx solid #efeff7;
  89. border-left: 3rpx solid #efeff7;
  90. font-size: 21rpx;
  91. height: 60rpx;
  92. line-height: 60rpx;
  93. text-align: center;
  94. overflow: hidden;
  95. text-overflow: ellipsis;
  96. background: #fff;
  97. }
  98. .searchcontent .ul .li {
  99. width: 100%;
  100. height: 60rpx;
  101. line-height: 60rpx;
  102. }
  103. .searchcontent .ul .li .ul .li {
  104. float: left;
  105. width: 16%;
  106. border-bottom: 1rpx solid #efeff7;
  107. border-left: 3rpx solid #efeff7;
  108. font-size: 21rpx;
  109. height: 60rpx;
  110. line-height: 60rpx;
  111. text-align: center;
  112. overflow: hidden;
  113. text-overflow: ellipsis;
  114. white-space: nowrap;
  115. margin-top: -1rpx;
  116. }
  117. .an {
  118. color: red;
  119. }
  120. .searchcontent .ul .li .ul .li:nth-of-type(1) {
  121. border: none !important;
  122. }
  123. .searchcontent .ul{
  124. height: auto;
  125. }
  126. .norecord{
  127. width: 100%;
  128. text-align: center;
  129. padding: 150rpx 0rpx;
  130. height: 345rpx;
  131. }
  132. .norecord image{
  133. width: 200rpx;
  134. height: 200rpx;
  135. }
  136. .taitou{
  137. height: 65rpx;
  138. }
  139. /* 日期选择 */
  140. .details{
  141. width: 45%;
  142. float: left;
  143. margin: 0% 2%
  144. }
  145. .picker_group {
  146. height: 85rpx;
  147. line-height: 85rpx;
  148. /* justify-content: center; */
  149. display: flex;
  150. align-items: center;
  151. font-size: 30rpx;
  152. color: #888;
  153. }
  154. .picker_group picker {
  155. color:#969696;
  156. height:40rpx;
  157. line-height:40rpx;
  158. margin:0 2%;
  159. border:1rpx solid #969696;
  160. border-radius:10rpx;
  161. width:55%;
  162. float:left;
  163. position:relative;
  164. top:20rpx;
  165. z-index:25rpx;
  166. font-size:22rpx;
  167. }
  168. .picker_group text {
  169. float: left;
  170. }
  171. .search_input{
  172. position: relative;
  173. top: 10rpx;
  174. font-size:26rpx;
  175. }
  176. .picker{
  177. height:40rpx;
  178. width:100%;
  179. }
  180. .total view{
  181. float: left;
  182. width: 49%;
  183. text-align: center;
  184. border-left: 3rpx solid #efeff7;
  185. height: 60rpx;
  186. line-height: 60rpx;
  187. font-size: 21rpx;
  188. }
  189. .total view:nth-of-type(1){
  190. border: none;
  191. }
  192. .total{
  193. height: 60rpx;
  194. background: #fff;
  195. width: 100%;
  196. margin: 8rpx 0rpx;
  197. }