链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
673 B

5 years ago
  1. #detail .table-bordered td {
  2. width: 50%;
  3. white-space: initial !important;
  4. font-size: 1.4rem;
  5. }
  6. .shop-box {
  7. margin-top: 1rem;
  8. font-size: 1.4rem;
  9. }
  10. .logo-img {
  11. width: 8vw;
  12. height: 10vh;
  13. margin-right: 1rem;
  14. }
  15. .media {
  16. padding: 1rem 2rem;
  17. background-color: #f8f8f8;
  18. }
  19. .shop-logo {
  20. width: 2rem;
  21. height: 2rem;
  22. margin-right: 0.6rem;
  23. }
  24. .alert {
  25. margin-bottom: 0;
  26. border-radius: 0;
  27. }
  28. .mt-0 {
  29. max-width: 50rem;
  30. font-size: 1.4rem;
  31. }
  32. .price {
  33. max-width: 48rem;
  34. display: inline-block;
  35. overflow: hidden;
  36. font-size: 1rem;
  37. color: #27272788;
  38. }
  39. .money{
  40. float: right;
  41. font-size: 1.4rem;
  42. }