new_store.css 445 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .select_ul {
  2. margin-top: 0.5rem;
  3. }
  4. .shop_li {
  5. color: #5a5e5d;
  6. }
  7. .shop_li p {
  8. margin-top: 0.31rem;
  9. }
  10. .shop_icon img {
  11. width: 0.15rem;
  12. }
  13. .shop_title {
  14. font-size: 3.0em;
  15. color: #5EA7EC;
  16. }
  17. .shop_time,
  18. .shop_phone,
  19. .shop_address {
  20. font-size: 2.4em;
  21. }
  22. .shop_phone {
  23. color: #5EA7EC;
  24. }
  25. .shop_detail a {
  26. color: #5a5e5d;
  27. font-size: 3.0em;
  28. }
  29. .shop_li {
  30. padding-top: 0.51rem;
  31. padding-bottom: 0.87rem;
  32. border-bottom: 1px solid #e2e2e2;
  33. }