/* 鍨傜洿婊氬姩鏉℃牱寮 */ /* 瀹藉害 */ ::-webkit-scrollbar { width: 3px; } /* 鑳屾櫙鑹 */ ::-webkit-scrollbar-track { background-color: #f5f5f5; } /* 婊戝潡棰滆壊 */ ::-webkit-scrollbar-thumb { background-color: #3164a3; } .swiper-button-next,.swiper-button-prev { background: #3164a3; border-radius: 50px; aspect-ratio: 1/1; width: 50px; height: 50px; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 16px; color: #fff!important; } :root { --max-width: 1600px; --width: 94%; --c:#3164a3; --cc:#2d2d2d; --f10vw:10vw; --f8vw:8vw; --f6vw:6vw; --f5vw:5vw; --f4vw:4vw; --f3vw:3vw; } @media only screen and (max-width:768px) { .swiper-button-next,.swiper-button-prev { background: #3164a3; border-radius: 50px; aspect-ratio: 1/1; width: 35px; height: 35px; } :root { --max-width: 1600px; --width: 94%; --c:#3164a3; --cc:#2d2d2d; --f10vw:60px; --f8vw:50px; --f6vw:45px; --f5vw:40px; --f4vw:30px; --f3vw:24px; }}