index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. page{
  2. height: 100%;
  3. }
  4. .position{
  5. position: fixed;
  6. top:0;
  7. left: 0;
  8. right: 0;
  9. margin: 0 auto;
  10. }
  11. /* 原css */
  12. .col1{
  13. margin-top: 39rpx;
  14. margin-left: 33rpx;
  15. margin-bottom: 32rpx;
  16. color: #333;
  17. font-size: 36rpx;
  18. /* font-size: 68rpx; */
  19. font-weight: bold;
  20. }
  21. .col2{
  22. margin-left: 32rpx;
  23. margin-bottom: 55rpx;
  24. height: 160rpx;
  25. /* height: 230rpx; */
  26. }
  27. .col2 .item{
  28. border: 1rpx solid #efefef;
  29. border-radius: 4px;
  30. margin-right: 20rpx;
  31. color: #000;
  32. font-size: 30rpx;
  33. box-sizing: border-box;
  34. }
  35. .col2 .item .name{
  36. margin-top: 15rpx;
  37. text-align: center;
  38. }
  39. .item image{
  40. /* width: 80rpx;
  41. height: 80rpx; */
  42. width: 65rpx;
  43. }
  44. .col3{
  45. margin-left: 33rpx;
  46. margin-bottom: 32rpx;
  47. color: #333;
  48. font-size: 36rpx;
  49. font-weight: bold;
  50. }
  51. .col4{
  52. margin: 0 32rpx;
  53. padding: 0 32rpx;
  54. margin-bottom: 50rpx;
  55. border: 1rpx solid #F0F0F0;
  56. border-radius: 4px;
  57. box-sizing: border-box;
  58. /* padding-bottom: 300rpx; */
  59. }
  60. .col4 .item{
  61. height: 90rpx;
  62. border-bottom: 1rpx solid #e5e5e5;
  63. box-sizing: border-box;
  64. color: #666;
  65. display: flex;
  66. align-items: center;
  67. justify-content: space-between;
  68. }
  69. .col4 .item .jiantou{
  70. width: 12rpx;
  71. }
  72. .col4 .item.last{
  73. border-bottom:none;
  74. }
  75. .col4 .item .itemTitle{
  76. font-size: 26rpx;
  77. color: #333;
  78. margin-left: 20rpx;
  79. }
  80. .col4 .item .desc{
  81. font-size: 24rpx;
  82. color: #666;
  83. }
  84. .h100{
  85. display: flex;
  86. align-items: center;
  87. }
  88. /* 头部搜索 */
  89. .top{
  90. height: 88rpx;
  91. display: flex;
  92. flex-direction:row;
  93. justify-content: center;
  94. align-items: center;
  95. background-color: #f8f8f8;
  96. }
  97. .search{
  98. width: 690rpx;
  99. }
  100. .search-icon{
  101. width: 32rpx;
  102. height: 32rpx;
  103. position: absolute;
  104. left:40rpx;
  105. top:14rpx;
  106. }
  107. .search_arr {
  108. border: 1px solid #d0d0d0;
  109. border-radius: 50rpx;
  110. position: relative;
  111. background-color: #fff;
  112. }
  113. .record{
  114. position: absolute;
  115. width: 48rpx;
  116. height: 48rpx;
  117. right: 40rpx;
  118. top:6rpx;
  119. }
  120. .search_arr input{
  121. height: 60rpx;
  122. border-radius: 5px;
  123. padding-left: 90rpx;
  124. }
  125. .placText{
  126. font-size: 26rpx;
  127. color:#666;
  128. padding-left: 90rpx;
  129. }
  130. .bc_text {
  131. line-height: 68rpx;
  132. height: 68rpx;
  133. margin-top: 34rpx;
  134. }
  135. .sousuo {
  136. margin-left: 15rpx;
  137. width: 15%;
  138. line-height: 150%;
  139. text-align: center;
  140. border: 1px solid #d0d0d0;
  141. border-radius: 10rpx;
  142. }
  143. .page_row{
  144. height: 60rpx;
  145. line-height: 88rpx;
  146. display: flex;
  147. flex-direction: row;
  148. justify-content:center;
  149. }
  150. .searchcion {
  151. position: absolute;
  152. left:40rpx;
  153. z-index: 2;
  154. height: 32rpx;
  155. width: 32rpx;
  156. top: 8rpx;
  157. }
  158. /* tab切换 */
  159. .t{
  160. height: 200rpx;
  161. display: flex;
  162. align-items: center;
  163. }
  164. .tab{
  165. width: 690rpx;
  166. margin: 0 auto;
  167. display: flex;
  168. flex-direction: column;
  169. border-radius: 20rpx;
  170. overflow: hidden;
  171. -moz-box-shadow:0px 0px 5px 2px #D4D4D4;
  172. -webkit-box-shadow:0px 0px 5px 2px #D4D4D4;
  173. box-shadow:0px 0px 5px 2px #D4D4D4;
  174. }
  175. .tab_card{
  176. width: 100%;
  177. display: flex;
  178. flex-direction: row;
  179. }
  180. .tab_card view{
  181. width: 50%;
  182. height: 70rpx;
  183. text-align: center;
  184. font-size: 30rpx;
  185. display: flex;
  186. align-items: center;
  187. justify-content: center;
  188. }
  189. .tab_card1{
  190. width: 100%;
  191. display: flex;
  192. flex-direction: row;
  193. }
  194. .tab_content{
  195. background-color:#f2f2f2;
  196. }
  197. .tab_content view{
  198. font-size: 26rpx;
  199. }
  200. .select1{
  201. background-color:#33ad37;
  202. color: #fff;
  203. }
  204. .select2{
  205. color:#33ad37;
  206. }
  207. /* 服务详情 */
  208. .server{
  209. display: flex;
  210. flex-wrap: wrap;
  211. /* justify-content: space-between; */
  212. width: 704rpx;
  213. margin: 0 auto;
  214. }
  215. .server view{
  216. width: 160rpx;
  217. height: 160rpx;
  218. border-radius: 10rpx;
  219. border:1rpx solid #efefef;
  220. margin: 7rpx;
  221. }
  222. .server_content{
  223. display: flex;
  224. flex-direction: column;
  225. justify-content: space-around;
  226. }
  227. .server_content view{
  228. display: flex;
  229. flex-direction: row;
  230. justify-content: center;
  231. height: 30rpx;
  232. border:none;
  233. margin:0rpx;
  234. }
  235. .server_content view image{
  236. width: 60rpx;
  237. height: 60rpx;
  238. }
  239. .server_content text{
  240. text-align: center;
  241. font-size: 26rpx;
  242. color: #333;
  243. }
  244. swiper,.scroll{
  245. height: 100%;
  246. }