style.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. // 服務介紹頁面
  7. .sec02,.sec01{
  8. a{
  9. text-decoration: none;
  10. color:#fff;
  11. margin-bottom: -35px !important;
  12. }
  13. h5{
  14. margin-bottom: -35px !important;
  15. }
  16. }
  17. // news頁面
  18. .sec04{
  19. .card-date{
  20. width: 92vw;
  21. }
  22. .card-title{
  23. font-weight: 900;
  24. }
  25. hr{
  26. background:#D3D3D3;
  27. height: 2px;
  28. width: 90vw;
  29. margin: 0 auto;
  30. opacity: 1 !important;
  31. }
  32. }
  33. // 收藏頁面
  34. .sec01-collect{
  35. h5{
  36. margin-bottom: -5px !important;
  37. border-radius: 10px 30px 0 0;
  38. }
  39. }
  40. .sec05{
  41. .sec05-moblie-header{
  42. border-left:4px solid #000;
  43. }
  44. .sec05-moblie-container {
  45. padding-top: 10vw;
  46. .select{
  47. filter: brightness(50%);
  48. }
  49. .col {
  50. // margin: 10px;
  51. a {
  52. text-decoration: none;
  53. color: #000;
  54. transition: 0.3s;
  55. cursor: pointer;
  56. }
  57. .card {
  58. .card-title {
  59. font-weight: 900;
  60. font-size: 5vmin;
  61. }
  62. .card-text {
  63. @media screen and(max-width:350px) {
  64. font-size: 14px;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. // 我要接收頁面
  72. .sec02-qrcode{
  73. position: relative;
  74. top:-30px;
  75. z-index: 30;
  76. }
  77. .select{
  78. filter: brightness(50%);
  79. }
  80. // Confirm page
  81. .btn-toCollect {
  82. cursor: pointer;
  83. background: #5AE9BA;
  84. border: 1px solid #34E2A9;
  85. box-shadow: 0 3px 20px 0 rgba(90,233,186,0.60);
  86. border-radius: 100px;
  87. letter-spacing: 1.5px;
  88. font-weight: 500;
  89. color: #fff;
  90. padding-top: 2px;
  91. outline: none;
  92. }
  93. .text-mute {
  94. color: grey;
  95. }
  96. .card-price {
  97. font-size: 1.2rem;
  98. }