service.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. .store-cabinet-block{
  2. background: #F1F3F4;
  3. box-shadow: 0rpx -2rpx 0rpx 0rpx #FFFFFF;
  4. padding: 16rpx 24rpx;
  5. text-align: center;
  6. z-index: 1000; /* 确保元素在其他内容之上 */
  7. }
  8. .block-p{
  9. width: 46rpx;
  10. height: 8rpx;
  11. background: #E0E5EC;
  12. border-radius: 4rpx;
  13. }
  14. .align-center{
  15. align-items: center;
  16. }
  17. .store-type{
  18. margin-right: 20rpx;
  19. width: 200rpx;
  20. }
  21. .store-type,
  22. .cabinet-type{
  23. width: 136rpx;
  24. height: 56rpx;
  25. line-height: 56rpx;
  26. text-align: center;
  27. border-radius: 30rpx;
  28. font-weight: 600;
  29. font-size: 28rpx;
  30. border: 3rpx solid transparent;
  31. }
  32. .store-type-i,
  33. .cabinet-type-i{
  34. background: #060809;
  35. color: #FFF;
  36. }
  37. .store-type-s,
  38. .cabinet-type-s{
  39. background: #F1F3F4;
  40. color: #060809;
  41. border: 3rpx solid #060809;
  42. }
  43. .seach-img{
  44. margin-right: 32rpx;
  45. }
  46. .seach-img img,
  47. .screen-img img{
  48. width: 48rpx;
  49. height: 48rpx;
  50. }
  51. .mark {
  52. z-index: 999;
  53. font-size: 8px;
  54. width: 12px;
  55. height: 12px;
  56. line-height: 12px;
  57. border-radius: 50%;
  58. text-align: center;
  59. background-color: red;
  60. color: #ffffff;
  61. border: 4rpx solid #ffffff;
  62. }
  63. .blue_bg {
  64. background-color: #ffffff;
  65. font-family: DIN;
  66. font-weight: bold;
  67. font-size: 24rpx;
  68. color: #0074FF;
  69. }
  70. .search-btn{
  71. width: 144rpx;
  72. height: 88rpx;
  73. line-height: 88rpx;
  74. background: #060809;
  75. border-radius: 24rpx;
  76. opacity: 0.2;
  77. font-family: PingFangSC, PingFang SC;
  78. font-weight: 500;
  79. font-size: 32rpx;
  80. color: #FFFFFF;
  81. text-align: center;
  82. margin-left: 24rpx;
  83. }
  84. .search-btn-i{
  85. opacity: 1;
  86. }
  87. .search-icon{
  88. width: 32rpx;
  89. height: 32rpx;
  90. position: absolute;
  91. top: 32rpx;
  92. left: 20rpx;
  93. }
  94. .search-close-icon{
  95. width: 40rpx;
  96. height: 40rpx;
  97. position: absolute;
  98. top: 32rpx;
  99. right: 20rpx;
  100. }
  101. .input-placeholder{
  102. font-weight: 400;
  103. font-size: 32rpx;
  104. color: #B8BFCC;
  105. text-align: left;
  106. }
  107. .search-input{
  108. margin-right: 50rpx;
  109. width: 100%;
  110. background: #FFFFFF;
  111. border-radius: 24rpx;
  112. text-align: left;
  113. font-weight: 500;
  114. padding-left: 10rpx;
  115. font-size: 32rpx;
  116. color: #060809;
  117. }
  118. .search-input-view{
  119. padding: 28rpx 20rpx 28rpx 68rpx;
  120. background: #FFFFFF;
  121. border-radius: 24rpx;
  122. display: flex;
  123. flex-grow: 1;
  124. position: relative;
  125. }
  126. .search-view{
  127. margin-bottom: 24rpx;
  128. align-items: center;
  129. }
  130. .control-icon-view{
  131. position: absolute;
  132. top:43vh ;
  133. padding: 0 24rpx;
  134. width: 95%;
  135. }
  136. .seach-return-img{
  137. width: 40rpx;
  138. height: 40rpx;
  139. }
  140. .current-location-icon{
  141. width: 48rpx;
  142. height: 48rpx;
  143. }
  144. .seach-return-view{
  145. width: 104rpx;
  146. height: 72rpx;
  147. line-height: 72rpx;
  148. text-align: center;
  149. background: #060809;
  150. border-radius: 36rpx;
  151. }
  152. .current-location-view{
  153. width: 72rpx;
  154. height: 72rpx;
  155. line-height: 72rpx;
  156. text-align: center;
  157. background: #FFFFFF;
  158. box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(197,208,219,0.8);
  159. border-radius: 16rpx;
  160. }
  161. .seach-return-view,
  162. .current-location-view{
  163. justify-content: center;
  164. align-items: center;
  165. }