123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
-
- .banner-s-6-content{
- width: 100%;
- height: auto;
- float: left;
- }
- .banner-s-6-content .box{
- width: 100%;
- heigth: 100%;
- margin: 0px auto;
- }
- .banner-s-6-content .row{
- /**
- * 定义宽高
- */
- width: 1007px;
- height: 300px;
- float: left;
- /**
- * 边距
- */
- margin: 5px 0px;
- /* padding: 0% 2% 2% 3%;*/
- /**
- * 定义边框
- */
- border-radius: 5px;
- /*
- * 定义背景
- */
- background: #fff;
- /**
- ** 定位属性
- */
- position: relative;
-
- }
-
- /*
- * 内部布局样式
- */
- .banner-s-6-content .bottom{
- width: 1007px;
- height: 100%;
- float: left;
- position: relative;
- /* margin-top:15px;*/
- }
- .banner-s-6-content .bottom a{
- display: block;
- float: left;
- padding: 3px 6px;
- background: rgba(38, 43, 106, 0.09);
- color: rgb(61, 61, 61);
- border-radius: 3px;
- margin: 3px 5px;
- }
-
- /**
- ** 内容标签样式
- */
- .banner-s-6-content img{
- width: 7px;
- height: 18px;
- /*
- 垂直居中
- */
- margin-top: -4px;
- }
- .banner-s-6-content a,span{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- margin-right: 10px;
- }
-
- /**swiper*/
- .banner-s-6-content .swiper {
- width: 100%;
- height: 100% !important;
- }
- .banner-s-6-content .swiper-wrapper{
- height: 100% !important;
- }
- .banner-s-6-content .swiper-slide {
- text-align: center;
- font-size: 18px;
- background: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100% !important;
- height: 100% !important;
- position: relative;
- }
-
- .banner-s-6-content .swiper-slide img {
- display: block;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
-
- .banner-s-6-content .swiper-slide a{
- position: absolute;
- height: 20px;
- line-height: 20px;
- background: rgba(38, 43, 106, 0.09);
- display: block;
- bottom: 0;
- left: 0;
- width: 100% !important;
- text-align: center;
- }
- .hkc{
- width: 100%;
- height: 85px;
- float: left;
- overflow:hidden;
- }
- .hkc li{
- cursor: pointer;
- width: 248px;
- float: left;
- height: 85px;
- line-height: 85px;
- text-align: center;
- border-right: 3px solid #fff;
- background: rgba(40, 45, 108, 0.2);
- }
- .hkc li:last-child{
- border-right: none !important;
- width: 253px !important;
- }
- .hkc .li-active{
- background: rgba(255, 139, 0, 0.2);
- border-bottom: 2px solid rgb(255, 139, 0);
- height: 83px;
- }
- .hkc li span{
- color: rgb(0, 0, 0);
- font-family: "HarmonyOS Sans SC";
- font-size: 18px;
- font-weight: 500;
- line-height: 18px;
- letter-spacing: 3px;
- text-align: left;
- }
|