index.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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{width:100%;}