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. position: sticky;
  7. top: 100rpx;
  8. z-index: 1000; /* 确保元素在其他内容之上 */
  9. }
  10. .block-p{
  11. width: 46rpx;
  12. height: 8rpx;
  13. background: #E0E5EC;
  14. border-radius: 4rpx;
  15. }
  16. .align-center{
  17. align-items: center;
  18. }
  19. .store-type{
  20. margin-right: 20rpx;
  21. }
  22. .store-type,
  23. .cabinet-type{
  24. width: 136rpx;
  25. height: 56rpx;
  26. line-height: 56rpx;
  27. text-align: center;
  28. border-radius: 30rpx;
  29. font-weight: 600;
  30. font-size: 28rpx;
  31. border: 3rpx solid transparent;
  32. }
  33. .store-type-i,
  34. .cabinet-type-i{
  35. background: #060809;
  36. color: #FFF;
  37. }
  38. .store-type-s,
  39. .cabinet-type-s{
  40. background: #F1F3F4;
  41. color: #060809;
  42. border: 3rpx solid #060809;
  43. }
  44. .seach-img{
  45. margin-right: 32rpx;
  46. }
  47. .seach-img img,
  48. .screen-img img{
  49. width: 48rpx;
  50. height: 48rpx;
  51. }
  52. .mark {
  53. z-index: 999;
  54. font-size: 8px;
  55. width: 12px;
  56. height: 12px;
  57. line-height: 12px;
  58. border-radius: 50%;
  59. text-align: center;
  60. background-color: red;
  61. color: #ffffff;
  62. border: 4rpx solid #ffffff;
  63. }
  64. .blue_bg {
  65. background-color: #ffffff;
  66. font-family: DIN;
  67. font-weight: bold;
  68. font-size: 24rpx;
  69. color: #0074FF;
  70. }
  71. .search-btn{
  72. width: 144rpx;
  73. height: 88rpx;
  74. line-height: 88rpx;
  75. background: #060809;
  76. border-radius: 24rpx;
  77. opacity: 0.2;
  78. font-family: PingFangSC, PingFang SC;
  79. font-weight: 500;
  80. font-size: 32rpx;
  81. color: #FFFFFF;
  82. text-align: center;
  83. margin-left: 24rpx;
  84. }
  85. .search-btn-i{
  86. opacity: 1;
  87. }
  88. .search-icon{
  89. width: 32rpx;
  90. height: 32rpx;
  91. position: absolute;
  92. top: 32rpx;
  93. left: 20rpx;
  94. }
  95. .search-close-icon{
  96. width: 40rpx;
  97. height: 40rpx;
  98. position: absolute;
  99. top: 32rpx;
  100. right: 20rpx;
  101. }
  102. .input-placeholder{
  103. font-weight: 400;
  104. font-size: 32rpx;
  105. color: #B8BFCC;
  106. text-align: left;
  107. }
  108. .search-input{
  109. margin-right: 50rpx;
  110. width: 100%;
  111. background: #FFFFFF;
  112. border-radius: 24rpx;
  113. text-align: left;
  114. font-weight: 500;
  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: fixed;
  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. }