index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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. /* border-radius: 0rpx 0rpx 15rpx 15rpx; */
  82. min-height: 68vh;
  83. }
  84. .top .ul .li {
  85. float: left;
  86. width: 16%;
  87. border-top: 1rpx solid #efeff7;
  88. border-left: 3rpx solid #efeff7;
  89. font-size: 21rpx;
  90. height: 60rpx;
  91. line-height: 60rpx;
  92. text-align: center;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. background: #fff;
  96. }
  97. .searchcontent .ul .li {
  98. width: 100%;
  99. height: 60rpx;
  100. line-height: 60rpx;
  101. }
  102. .searchcontent .ul .li .ul .li {
  103. float: left;
  104. width: 16%;
  105. border-bottom: 1rpx solid #efeff7;
  106. border-left: 3rpx solid #efeff7;
  107. font-size: 21rpx;
  108. height: 60rpx;
  109. line-height: 60rpx;
  110. text-align: center;
  111. overflow: hidden;
  112. text-overflow: ellipsis;
  113. white-space: nowrap;
  114. margin-top: -1rpx;
  115. }
  116. .an {
  117. color: red;
  118. }
  119. .searchcontent .ul .li .ul .li:nth-of-type(1) {
  120. border: none !important;
  121. }
  122. .norecord{
  123. width: 100%;
  124. text-align: center;
  125. padding: 150rpx 0rpx;
  126. /* height: 430rpx; */
  127. min-height: 38vh;
  128. }
  129. .norecord image{
  130. width: 200rpx;
  131. height: 200rpx;
  132. }
  133. .taitou{
  134. height: 65rpx;
  135. }
  136. /* 日期选择 */
  137. .details{
  138. width: 45%;
  139. float: left;
  140. margin: 0% 2%
  141. }
  142. .picker_group {
  143. height: 85rpx;
  144. line-height: 85rpx;
  145. /* justify-content: center; */
  146. display: flex;
  147. align-items: center;
  148. font-size: 30rpx;
  149. color: #888;
  150. }
  151. .picker_group picker {
  152. color:#969696;
  153. height:40rpx;
  154. line-height:40rpx;
  155. margin:0 2%;
  156. border:1rpx solid #969696;
  157. border-radius:10rpx;
  158. width:55%;
  159. float:left;
  160. position:relative;
  161. top:20rpx;
  162. z-index:25rpx;
  163. font-size:22rpx;
  164. }
  165. .picker_group text {
  166. float: left;
  167. }
  168. .search_input{
  169. position: relative;
  170. top: 10rpx;
  171. font-size:26rpx;
  172. }
  173. .picker{
  174. height:40rpx;
  175. width:100%;
  176. }
  177. .total view{
  178. float: left;
  179. width: 49%;
  180. text-align: center;
  181. border-left: 3rpx solid #efeff7;
  182. height: 60rpx;
  183. line-height: 60rpx;
  184. font-size: 21rpx;
  185. }
  186. .total view:nth-of-type(1){
  187. border: none;
  188. }
  189. .total{
  190. height: 60rpx;
  191. background: #fff;
  192. width: 100%;
  193. margin: 8rpx 0rpx;
  194. }