1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- * {
- 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%);
- }
|