123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .sec02 a, .sec01 a {
- text-decoration: none;
- color: #fff;
- margin-bottom: -35px !important;
- }
- .sec02 h5, .sec01 h5 {
- margin-bottom: -35px !important;
- }
- .sec04 .card-date {
- width: 92vw;
- }
- .sec04 .card-title {
- font-weight: 900;
- }
- .sec04 hr {
- background: #D3D3D3;
- height: 2px;
- width: 90vw;
- margin: 0 auto;
- opacity: 1 !important;
- }
- .sec01-collect h5 {
- margin-bottom: -5px !important;
- border-radius: 10px 30px 0 0;
- }
- .sec05 .sec05-moblie-header {
- border-left: 4px solid #000;
- }
- .sec05 .sec05-moblie-container {
- padding-top: 10vw;
- }
- .sec05 .sec05-moblie-container .select {
- -webkit-filter: brightness(50%);
- filter: brightness(50%);
- }
- .sec05 .sec05-moblie-container .col a {
- text-decoration: none;
- color: #000;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- cursor: pointer;
- }
- .sec05 .sec05-moblie-container .col .card .card-title {
- font-weight: 900;
- font-size: 5vmin;
- }
- @media screen and (max-width: 350px) {
- .sec05 .sec05-moblie-container .col .card .card-text {
- font-size: 14px;
- }
- }
- .sec02-qrcode {
- position: relative;
- top: -30px;
- z-index: 30;
- }
- .select {
- -webkit-filter: brightness(50%);
- filter: brightness(50%);
- }
- .btn-toCollect {
- cursor: pointer;
- background: #5AE9BA;
- border: 1px solid #34E2A9;
- -webkit-box-shadow: 0 3px 20px 0 rgba(90, 233, 186, 0.6);
- box-shadow: 0 3px 20px 0 rgba(90, 233, 186, 0.6);
- border-radius: 100px;
- letter-spacing: 1.5px;
- font-weight: 500;
- color: #fff;
- padding-top: 2px;
- outline: none;
- }
- .text-mute {
- color: grey;
- }
- .card-price {
- font-size: 1.2rem;
- }
- /*# sourceMappingURL=style.css.map */
|