style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 .select {
  39. -webkit-filter: brightness(50%);
  40. filter: brightness(50%);
  41. }
  42. .sec05 .sec05-moblie-container .col a {
  43. text-decoration: none;
  44. color: #000;
  45. -webkit-transition: 0.3s;
  46. transition: 0.3s;
  47. cursor: pointer;
  48. }
  49. .sec05 .sec05-moblie-container .col .card .card-title {
  50. font-weight: 900;
  51. font-size: 5vmin;
  52. }
  53. @media screen and (max-width: 350px) {
  54. .sec05 .sec05-moblie-container .col .card .card-text {
  55. font-size: 14px;
  56. }
  57. }
  58. .sec02-qrcode {
  59. position: relative;
  60. top: -30px;
  61. z-index: 30;
  62. }
  63. .select {
  64. -webkit-filter: brightness(50%);
  65. filter: brightness(50%);
  66. }
  67. .btn-toCollect {
  68. cursor: pointer;
  69. background: #5AE9BA;
  70. border: 1px solid #34E2A9;
  71. -webkit-box-shadow: 0 3px 20px 0 rgba(90, 233, 186, 0.6);
  72. box-shadow: 0 3px 20px 0 rgba(90, 233, 186, 0.6);
  73. border-radius: 100px;
  74. letter-spacing: 1.5px;
  75. font-weight: 500;
  76. color: #fff;
  77. padding-top: 2px;
  78. outline: none;
  79. }
  80. .text-mute {
  81. color: grey;
  82. }
  83. .card-price {
  84. font-size: 1.2rem;
  85. }
  86. /*# sourceMappingURL=style.css.map */