store.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. page {
  2. padding-bottom: 60rpx;
  3. }
  4. .search .wux-search-bar {
  5. background-color: transparent;
  6. padding: 0;
  7. margin-top: 40rpx;
  8. padding: 0 30rpx;
  9. }
  10. .search .wux-search-bar .wux-search-bar__form {
  11. height: 72rpx;
  12. box-sizing: border-box;
  13. overflow: hidden;
  14. border-radius: 36rpx;
  15. border: 2rpx solid #EEEEEE;
  16. }
  17. .search .wux-search-bar .wux-search-bar__label {
  18. background-color: transparent;
  19. }
  20. .search .wux-search-bar .wux-search-bar__label .wux-search-bar__text {
  21. color: #999999;
  22. }
  23. .search .wux-search-bar .wux-search-bar__input {
  24. height: 72rpx;
  25. line-height: 72rpx;
  26. margin-top: -2rpx;
  27. }
  28. .search .wux-search-bar .wux-search-bar__search {
  29. top: 22rpx;
  30. }
  31. .search .wux-search-bar .index--wux-search-bar__clear {
  32. top: 22rpx;
  33. }
  34. .position {
  35. margin-top: 20rpx;
  36. margin-bottom: 40rpx;
  37. }
  38. .position .box text {
  39. color: #999999;
  40. }
  41. .position text {
  42. font-size: 24rpx;
  43. }
  44. .list {
  45. width: 690rpx;
  46. margin-left: 30rpx;
  47. }
  48. .list .item {
  49. width: 690rpx;
  50. background: #FFFFFF;
  51. border-radius: 16rpx;
  52. padding: 20rpx 40rpx 40rpx 30rpx;
  53. box-sizing: border-box;
  54. margin-top: 20rpx;
  55. display: flex;
  56. align-items: center;
  57. }
  58. .list .activeStore {
  59. border: 2rpx solid #FA7D22;
  60. }
  61. .list .item .right {
  62. flex-shrink: 0;
  63. margin-top: 26rpx;
  64. }
  65. .list .item .right image{
  66. width: 48rpx;
  67. height: 48rpx;
  68. }
  69. .list .item .left .storeName{
  70. font-weight: 600;
  71. }
  72. .list .item text:first-child {
  73. margin-right: 20rpx;
  74. font-size: 32rpx;
  75. color: #333;
  76. font-weight: 500;
  77. }
  78. .activeList {
  79. margin-top: 40rpx;
  80. }
  81. .list text:last-child {
  82. font-size: 24rpx;
  83. color: #999999;
  84. margin-top: 20rpx;
  85. }
  86. .list .adress {
  87. display: inline-block;
  88. font-size: 24rpx;
  89. color: #999999;
  90. margin-top: 20rpx;
  91. width: 532rpx;
  92. }