select.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .search {
  2. background: #eee;
  3. padding: 14rpx 24rpx;
  4. position: relative;
  5. }
  6. .search input {
  7. background: #FFFFFF;
  8. border-radius: 10rpx;
  9. height: 72rpx;
  10. padding-left: 56rpx;
  11. }
  12. .search .icon {
  13. position: absolute;
  14. width: 28rpx;
  15. height: 28rpx;
  16. top: 36rpx;
  17. left: 40rpx;
  18. }
  19. .shops {
  20. position: relative;
  21. display: flex;
  22. flex-direction:column;
  23. padding: 28rpx 24rpx 24rpx 24rpx;
  24. border-bottom: 1rpx solid #ddd;
  25. }
  26. .shops .t {
  27. display: flex;
  28. justify-content:space-between;
  29. align-items:center;
  30. }
  31. .shops .t .name image {
  32. width: 26rpx;
  33. height: 32rpx;
  34. }
  35. .shops .t .name text {
  36. margin-left: 12rpx;
  37. font-family: PingFangSC-Medium;
  38. font-size: 28rpx;
  39. letter-spacing: 0.34rpx;
  40. text-align: center;
  41. line-height: 28rpx;
  42. }
  43. .shops .t .distance {
  44. font-family: PingFangSC-Medium;
  45. font-size: 32rpx;
  46. color: #FEB21C;
  47. letter-spacing: 0.38rpx;
  48. text-align: right;
  49. line-height: 28rpx;
  50. }
  51. .shops .t .distance text {
  52. margin-left: 10rpx;
  53. font-family: PingFangSC-Regular;
  54. font-size: 24rpx;
  55. color: #FEB21C;
  56. letter-spacing: 0.28rpx;
  57. text-align: right;
  58. line-height: 24rpx;
  59. }
  60. .shops .p {
  61. margin-top: 24rpx;
  62. }
  63. .shops .p {
  64. display: flex;
  65. align-items:center;
  66. }
  67. .shops .p image {
  68. width: 20rpx;
  69. height: 24rpx;
  70. }
  71. .shops .p text {
  72. margin-left: 14rpx;
  73. font-family: PingFangSC-Regular;
  74. font-size: 24rpx;
  75. color: #999999;
  76. letter-spacing: 0.28rpx;
  77. text-align: center;
  78. line-height: 24rpx;
  79. }
  80. .goHotel {
  81. margin-top: 28rpx;
  82. width: 700rpx;
  83. height: 72rpx;
  84. line-height: 72rpx;
  85. background: #FEB21C !important;
  86. color:#FFFFFF !important;
  87. font-family: PingFangSC-Medium;
  88. font-size: 28rpx;
  89. }
  90. .distance-black {
  91. position: absolute;
  92. top: 100rpx;
  93. right: 24rpx;
  94. }
  95. .distance-black .d {
  96. font-family: PingFangSC-Medium;
  97. font-size: 32rpx;
  98. color: #333333;
  99. letter-spacing: 0.38rpx;
  100. text-align: right;
  101. line-height: 28rpx;
  102. }
  103. .distance-black .u {
  104. margin-left: 10rpx;
  105. font-family: PingFangSC-Regular;
  106. font-size: 24rpx;
  107. color: #333333;
  108. letter-spacing: 0.28rpx;
  109. text-align: right;
  110. line-height: 24rpx;
  111. }
  112. .distance-black image {
  113. margin-left: 12rpx;
  114. width: 14rpx;
  115. height: 24rpx;
  116. }