123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- // 服務介紹頁面
- .sec02,.sec01{
- a{
- text-decoration: none;
- color:#fff;
- margin-bottom: -35px !important;
- }
- h5{
- margin-bottom: -35px !important;
- }
- }
- // news頁面
- .sec04{
- .card-date{
- width: 92vw;
- }
- .card-title{
- font-weight: 900;
- }
- 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-moblie-container {
- padding-top: 10vw;
- .select{
- filter: brightness(50%);
- }
- .col {
- // margin: 10px;
-
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- }
- .card {
- .card-title {
- font-weight: 900;
- font-size: 5vmin;
- }
- .card-text {
- @media screen and(max-width:350px) {
- font-size: 14px;
- }
- }
- }
- }
- }
- }
- // 我要接收頁面
- .sec02-qrcode{
- position: relative;
- top:-30px;
- z-index: 30;
- }
- .select{
- filter: brightness(50%);
- }
- // Confirm page
- .btn-toCollect {
- cursor: pointer;
- background: #5AE9BA;
- border: 1px solid #34E2A9;
- box-shadow: 0 3px 20px 0 rgba(90,233,186,0.60);
- 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;
- }
|