style.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. -webkit-box-sizing: border-box;
  5. box-sizing: border-box;
  6. }
  7. .sec02 a, .sec01 a {
  8. text-decoration: none;
  9. color: #fff;
  10. margin-bottom: -35px !important;
  11. }
  12. .sec02 h5, .sec01 h5 {
  13. margin-bottom: -35px !important;
  14. }
  15. .sec04 .card-date {
  16. width: 92vw;
  17. }
  18. .sec04 .card-title {
  19. font-weight: 900;
  20. }
  21. .sec04 hr {
  22. background: #D3D3D3;
  23. height: 2px;
  24. width: 90vw;
  25. margin: 0 auto;
  26. opacity: 1 !important;
  27. }
  28. .sec01-collect h5 {
  29. margin-bottom: -5px !important;
  30. border-radius: 10px 30px 0 0;
  31. }
  32. .sec05 .sec05-moblie-header {
  33. border-left: 4px solid #000;
  34. }
  35. .sec05 .sec05-moblie-container {
  36. padding-top: 10vw;
  37. }
  38. .sec05 .sec05-moblie-container .col {
  39. margin: 10px;
  40. }
  41. .sec05 .sec05-moblie-container .col a {
  42. text-decoration: none;
  43. color: #000;
  44. -webkit-transition: 0.3s;
  45. transition: 0.3s;
  46. cursor: pointer;
  47. }
  48. .sec05 .sec05-moblie-container .col a:hover {
  49. color: #0000C6;
  50. }
  51. .sec05 .sec05-moblie-container .col .card .card-title {
  52. font-weight: 900;
  53. }
  54. @media screen and (max-width: 350px) {
  55. .sec05 .sec05-moblie-container .col .card .card-text {
  56. font-size: 14px;
  57. }
  58. }
  59. .sec02-qrcode {
  60. position: relative;
  61. top: -30px;
  62. z-index: 30;
  63. }
  64. /*# sourceMappingURL=style.css.map */