style.scss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. }