index.wxss 875 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. page {
  2. background: #fff;
  3. }
  4. .shop-list .shop-item {
  5. padding: 20rpx 30rpx;
  6. min-height: 180rpx;
  7. font-size: 26rpx;
  8. line-height: 1.5;
  9. border-bottom: 1px solid #eee;
  10. }
  11. .shop-item__title {
  12. font-size: 30rpx;
  13. color: #fd4a5f;
  14. margin-bottom: 10rpx;
  15. }
  16. .shop-item__address, .shop-item__phone {
  17. color: #919396;
  18. }
  19. .shop-item__distance {
  20. margin-top: 10rpx;
  21. color: #c1c1c1;
  22. height: 40rpx;
  23. }
  24. .shop-item__distance .iconfont {
  25. color: #81838e;
  26. margin-right: 5rpx;
  27. }
  28. /* 选中图标 */
  29. .shop-item__right {
  30. margin-left: 20rpx;
  31. }
  32. .shop-item__right text {
  33. color: #fd4a5f;
  34. font-size: 38rpx;
  35. }
  36. /* 定位图标 */
  37. .widget-location {
  38. position: fixed;
  39. right: 40rpx;
  40. bottom: 70rpx;
  41. width: 72rpx;
  42. height: 72rpx;
  43. z-index: 200;
  44. border-radius: 50%;
  45. background: #fff;
  46. box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.2);
  47. color: #555;
  48. font-size: 40rpx;
  49. }