store.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .search .wux-search-bar {
  2. background-color: transparent;
  3. }
  4. .search .wux-search-bar .wux-search-bar__form {
  5. height: 72rpx;
  6. box-sizing: border-box;
  7. overflow: hidden;
  8. background: rgba(255, 255, 255, 0.8);
  9. border-radius: 36rpx;
  10. border: 2rpx solid #FA7D22;
  11. }
  12. .search .wux-search-bar .wux-search-bar__label {
  13. background-color: transparent;
  14. }
  15. .search .wux-search-bar .wux-search-bar__input {
  16. height: 72rpx;
  17. line-height: 72rpx;
  18. margin-top: -2rpx;
  19. }
  20. .search .wux-search-bar .wux-search-bar__search {
  21. top: 22rpx;
  22. }
  23. .search .wux-search-bar .index--wux-search-bar__clear {
  24. top: 22rpx;
  25. }
  26. .position {
  27. margin-top: -16rpx;
  28. }
  29. .position text {
  30. font-size: 24rpx;
  31. }
  32. .position .address-text {
  33. padding: 0 30rpx;
  34. height: 80rpx;
  35. }
  36. .position .address-text image {
  37. width: 48rpx;
  38. height: 48rpx;
  39. /* background-color: #ccc; */
  40. margin-right: 8rpx;
  41. }
  42. .position .map-box {
  43. padding: 0 30rpx;
  44. height: 96rpx;
  45. background-color: rgba(255, 255, 255, 0.8);
  46. }
  47. .position .map-box .btn {
  48. width: 166rpx;
  49. height: 52rpx;
  50. background: #FA7D22;
  51. border-radius: 36rpx;
  52. font-size: 24rpx;
  53. font-family: PingFangSC-Regular, PingFang SC;
  54. font-weight: 400;
  55. color: #FFFFFF;
  56. margin-left: 20rpx;
  57. }
  58. .position .btn-switch {
  59. width: 336rpx;
  60. height: 68rpx;
  61. background: rgba(255, 255, 255, 0.8);
  62. border-radius: 16rpx;
  63. color: #FA7D22;
  64. }
  65. .position .btn-switch.active {
  66. color: #999999;
  67. background: rgba(255, 255, 255, 0.5);
  68. }
  69. .list {
  70. background: #fff;
  71. }
  72. .list .item {
  73. padding: 20rpx 35rpx;
  74. border-bottom: 2rpx solid #eee;
  75. }
  76. .list .item text:first-child {
  77. font-family: PingFangSC-Medium, PingFang SC;
  78. }
  79. .list .item text:last-child {
  80. font-size: 24rpx;
  81. color: #999999;
  82. margin-top: 8rpx;
  83. }