index.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .storeBox {
  2. width: 100%;
  3. background-color: #fff;
  4. padding: 0 30rpx;
  5. }
  6. .storeBox-box {
  7. width: 100%;
  8. height: auto;
  9. display: flex;
  10. align-items: center;
  11. padding: 23rpx 0;
  12. border-bottom: 1px solid #eee;
  13. }
  14. .storeBox .picTxt {
  15. width: 450rpx;
  16. }
  17. .store-cent {
  18. display: flex;
  19. align-items: center;
  20. width: 80%;
  21. }
  22. .store-cent-left {
  23. width: 300rpx;
  24. }
  25. .store-img {
  26. width: 120rpx;
  27. height: 120rpx;
  28. border-radius: 6rpx;
  29. margin-right: 22rpx;
  30. }
  31. .store-img image {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .store-name {
  36. color: #282828;
  37. font-size: 30rpx;
  38. margin-bottom: 22rpx;
  39. width: 100%;
  40. }
  41. .store-address {
  42. color: #666666;
  43. font-size: 24rpx;
  44. }
  45. .store-phone {
  46. width: 50rpx;
  47. height: 50rpx;
  48. color: #fff;
  49. border-radius: 50%;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. background-color: #E83323;
  54. margin-bottom: 22rpx;
  55. margin-left: 87rpx;
  56. }
  57. .store-distance {
  58. font-size: 22rpx;
  59. color: #E83323;
  60. text-align: right;
  61. }
  62. .iconfont {
  63. font-size: 20rpx;
  64. }
  65. .row-right {
  66. width: 162rpx;
  67. }
  68. .addressTxt {
  69. width: 100%;
  70. }
  71. .phoneIcon {
  72. width: 100%;
  73. }