::-webkit-scrollbar { width: 6px; height: 6px } ::-webkit-scrollbar-button { display: none } ::-webkit-scrollbar-track { background: #f0f0f0 } ::-webkit-scrollbar-track-piece { -webkit-box-shadow: inset 0 0 6px rgba(38, 93, 163, 0.3); background: #f0f0f0 } ::-webkit-scrollbar-thumb { background: #265DA3 } ::-webkit-scrollbar-corner { background: #265DA3 } ::-webkit-resizer { background: #265DA3 } .indexbanner { width: 100%; .swiper-pagination-bullet { background: #fff; opacity: 0.5; position: relative; } .swiper-pagination-bullet-active { background: #fff !important; opacity: 1; &::before { content: ""; display: block; width: 14px; text-align: center; position: absolute; top: -3px; left: -3px; height: 14px; background-color: rgba(255, 255, 255, 0.4); border-radius: 50%; } &::after { content: ""; display: block; position: absolute; top: 4px; left: 4px; width: 4px; height: 4px; border: 2px solid rgba(255, 255, 255, 0.1); border-radius: 50%; box-sizing: border-box; } } .swiper-button-next { position: absolute; width: 50px; height: 50px; line-height: 50px; font-size: 30px; text-align: center; color: #fff; background: rgba(255, 255, 255, 0.5); border-radius: 50%; cursor: pointer; font-family: "宋体"; } .swiper { --swiper-navigation-size: 0 width: 100%; height: 100%; } .swiper-slide { background-position: center; background-size: cover; img { display: block; width: 100%; } } } .indexbanner .swiper-button-next:after, .indexbanner .swiper-button-prev:after { font-size: 22px; } .indexbanner .swiper-button-prev { position: absolute; width: 50px; height: 50px; line-height: 50px; font-size: 30px; text-align: center; color: #fff; background: rgba(255, 255, 255, 0.5); border-radius: 50%; cursor: pointer; } /* 导航 */ .index_nav { width: 100%; .index_fluids { margin: 0 auto; } .navbar-brand { margin-right: 40px; height: 0.9rem; display: flex; align-items: center; } .dropdown-menu { background-color: #003277; } .header_icon { width: 100%; height: 90px; display: flex; align-items: center; .search { width: 20px !important; height: 20px !important; // background-image: url(/static/zhuanye/images/search.png); background-image: url(/static/zhuanye/images/search.png); background-repeat: no-repeat; background-size: cover; margin-right: 10px; margin-left: 10px; &:hover { background-color: transparent !important; } } .zhuanye { width: 86px !important; height: 30px !important; // background-image: url(/static/zhuanye/images/search.png); background-image: url(/static/zhuanye/images/dazhongban.png); background-repeat: no-repeat; background-size: cover; margin-right: 10px; margin-left: 10px; &:hover { background-color: transparent !important; } } .En { width: 86px !important; height: 30px !important; // background-image: url(/static/zhuanye/images/search.png); background-image: url(/static/zhuanye/images/eng.png); // background-image: url(/static/zhuanye/images/en.png); background-repeat: no-repeat; background-size: cover; &:hover { background-color: transparent !important; } } } } /** * @description: footer less * @return {*} 公共底部 */ footer { background: #003277; // height: 120px; .friendlyLinks { display: flex; width: 100%; max-width: 1400px; margin: 0 auto; div { font-size: 18px; font-weight: 700; color: #ffffff; // line-height: 40px; width: 111px; margin-top: 40px; } ul { display: flex; flex: 1; box-sizing: border-box; li { flex: 1; height:106px; border-left: 1px solid #1d4884; padding-top: 18px; box-sizing: border-box; padding-bottom: 20px; a { display: block; line-height: 86px; text-align: center; font-size: 16px; color: #ffffff; line-height: 36px; } } } } .copyright { width: 100%; height: 80px; background: #302a29; display: flex; align-items: center; justify-content: center; a { display: inline-block; padding-right: 20px; color: #ffffff; font-size: 14px; position: relative; &::before { content: ""; position: absolute; right: 10px; top: 0; width: 1px; height: 100%; background-color: #585554; } } } } /* 1350以上导航出现hover */ @media screen and (min-width: 1350px) { ul > li:hover > ul { display: block; } }