index.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #banners {
  2. margin: -20px -10px 0 -10px;
  3. min-height: 420px;
  4. max-height: 300px;
  5. --swiper-navigation-color: #fff;
  6. --swiper-pagination-color: #fff;
  7. }
  8. #banners .swiper-wrapper {
  9. min-height: inherit;
  10. max-height: inherit;
  11. }
  12. #banners .swiper-wrapper .swiper-slide {
  13. min-height: inherit;
  14. max-height: inherit;
  15. border-bottom: 1px solid #bbb;
  16. background-size: cover;
  17. background-repeat: no-repeat;
  18. }
  19. #banners .swiper-wrapper .swiper-slide .swiper-cover {
  20. min-height: inherit;
  21. max-height: inherit;
  22. color: #F5F5F5;
  23. display: flex;
  24. align-items: center;
  25. justify-content: center;
  26. padding: 5% 12%;
  27. }
  28. #banners .swiper-wrapper .swiper-slide .swiper-cover .title {
  29. font-size: 2em;
  30. font-weight: bold;
  31. }
  32. #banners .swiper-wrapper .swiper-slide .swiper-cover .subtitle {
  33. font-size: 1.2em;
  34. font-weight: 500;
  35. margin-bottom: 10px;
  36. }
  37. #banners .swiper-wrapper .swiper-slide .swiper-cover img {
  38. width: 100%;
  39. max-width: 220px;
  40. }
  41. #notice a,
  42. #review a {
  43. text-decoration: none;
  44. }
  45. #notice a:hover, #notice a:focus,
  46. #review a:hover,
  47. #review a:focus {
  48. text-decoration: underline;
  49. }
  50. #notice table tr td span,
  51. #review table tr td span {
  52. font-size: 14px;
  53. color: #000;
  54. padding-right: 5px;
  55. }
  56. #notice table tr td a,
  57. #review table tr td a {
  58. font-size: 13px;
  59. }
  60. #notice table tr td small,
  61. #review table tr td small {
  62. font-size: 13px;
  63. color: #bbbbbb;
  64. }
  65. #coupang a {
  66. display: block;
  67. }
  68. #coupang img {
  69. max-width: 100%;
  70. height: auto;
  71. }/*# sourceMappingURL=index.css.map */