diff --git a/css/foot.min.css b/css/foot.min.css new file mode 100644 index 0000000..8bf6cf7 --- /dev/null +++ b/css/foot.min.css @@ -0,0 +1,60 @@ +.clips1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break:break-all;} +.clips2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break:break-all;} +body{padding: 0;margin: 0;} +.foot-nav-box{ + background: #cb1919; + margin-top: 30px; + padding: 20px 180px; + display: flex; + justify-content: space-between; + align-items: center; +} +.foot-nav-box>div:first-child{color: #FFFFFF;font-size: 15px;display: flex;align-items: center;} +.foot-box-nav>div{margin-right: 46px;cursor: pointer;} +.foot-box-img>img{margin-left: 20px;cursor: pointer;-webkit-filter: invert(.1); filter: invert(.1);} +/* -webkit-filter: invert(.8); filter: invert(.8); */ +.foot-box-img>img:nth-child(1),.foot-box-img>img:nth-child(2){width:23px;height:19px;} +.foot-box-img>img:nth-child(3){width:19px;height:19px;} +.foot-box-img>img:nth-child(4){width:17px;height:17px;} +.foot-box-img>img:nth-child(5){width:18px;height:18px;} + + +.foot-end-box{display: flex;justify-content: space-between;} +.foot-end-box>div:first-child{padding: 27px 20px 0 180px;border-right: 1px solid #ededed;} +/* .foot-end-box>div:first-child>img{width:362px;height: 88px;} */ +.foot-end-box>div:first-child>img{width: 80%;} +.foot-end-box>div:last-child{background: #faf9f8;width: 90%;padding-top: 27px;} +.foot-end-right{padding: 0 180px 30px 30px;display: flex;justify-content: space-between;} +.foot-end-title{font-size: 14px;line-height: 26px;font-weight: bold;} +.foot-end-titlez{font-size: 14px;line-height: 26px;font-weight: bold;margin-top: 10px;} +.foot-end-content{font-size: 13px;color: #616161;line-height: 26px;} +/* .shu-logo{width: 389px;height: 70px;} */ +.shu-logo{width: 100%;} +.foot-count{margin-top: 30px;margin: 30px 15px 0 15px;flex-shrink: 0;} +.foot-qrcode{margin-top: 30px;display: flex;justify-content: space-between;} +.foot-qrcode>div{display: flex;flex-direction: column;align-items: center;cursor: pointer;} +.foot-qrcode>div>img{width: 99px;height: 99px;} +.foot-qrcode>div>div{font-size: 12px;color: #616161;} +.foot-end-bottom{font-size: 13px;color: #616161;border-top: 1px solid #ededed;padding: 30px;} +.foot-iframe{width: 100%;height: 400px;} + + +@media (min-width:1220px) and (max-width:1619px){ + .foot-end-box>div:last-child{width: 100%;} + /* .foot-end-box>div:first-child>img{width:260px;height: 60px;} + .shu-logo{width: 260px;height: 50px;} + .foot-box-nav>div{margin-right: 30px;cursor: pointer;} + .foot-end-box>div:first-child{padding: 27px 20px 0 120px;} + .foot-nav-box{margin-top: 30px;padding: 20px 120px;} + .foot-end-right{padding: 0 120px 30px 30px;} + .foot-end-box>div:last-child{width: 180%;} + .foot-count{margin-top: 30px;margin: 30px 15px 0 15px;width: 33%;} + .foot-iframe{width: 100%;height: 410px;} */ +} +@media (min-width:1620px) and (max-width:1900px){ + .foot-end-box>div:last-child{width: 100%;} + /* .foot-box-nav>div{margin-right: 30px;cursor: pointer;} + .foot-end-box>div:first-child{padding: 27px 20px 0 120px;} + .foot-nav-box{margin-top: 30px;padding: 20px 120px;} + .foot-end-right{padding: 0 120px 30px 30px;} */ +} \ No newline at end of file diff --git a/css/huaxia.css b/css/huaxia.css index 6e4b846..86521fa 100644 --- a/css/huaxia.css +++ b/css/huaxia.css @@ -1,3 +1,4 @@ +body{margin: 0;padding: 0;} .w100{width: 100%;} .w50{width: 50%;} .w48{width: 49%;} @@ -45,6 +46,7 @@ .m-sx28{margin-top: 28px;margin-bottom: 28px;} .m-sx20{margin-top: 20px;margin-bottom: 20px;} .m-sx16{margin-top: 16px;margin-bottom: 16px;} +.m-sx10{margin-top: 10px;margin-bottom: 10px;} .m-x65{margin-bottom: 65px;} @@ -100,6 +102,84 @@ .clips3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break:break-all;} .clips4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break:break-all;} + + +/* 轮播图 */ +.swiper-container { + width: 100%; + height: 100%; +} +.swiper-slide { + text-align: center; + font-size: 18px; + background: #fff; + /* Center slide text vertically */ + display: -webkit-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + -webkit-justify-content: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + -webkit-align-items: center; + align-items: center; +} +.swiper-pagination-bullet{ + width: 13px;height: 13px;border-radius: 100%; + background: #FFFFFF; + border: 2px solid #FFFFFF; + opacity: 1; +} +.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{ + width: 13px;height: 13px;border-radius: 100%; + border: 2px solid #cd2628; + background-color: rgba(255,255,255,0); +} +.swiper-button-prev, .swiper-container-rtl .swiper-button-prev { + left: 0px; + right: auto; +} +.swiper-button-next, .swiper-container-rtl .swiper-button-prev { + right: 0px; + left: auto; +} +.swiper-button-next, .swiper-button-prev { + position: absolute; + top: 40%; + background: #ffffff; + /* width: calc(var(--swiper-navigation-size)/ 44 * 27); + height: var(--swiper-navigation-size); */ + width: 39px; + height: 39px; + margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); + z-index: 2; + cursor: pointer; + display: flex; + align-items: center; + justify-content: center; + color: #c6c6c6; +} +.swiper-button-next::after, .swiper-button-prev::after { + font-family: swiper-icons; + font-size: 18px; + text-transform: none !important; + letter-spacing: 0; + text-transform: none; + font-variant: initial; + line-height: 1; + font-weight: 700; +} + + + + + + + + /* 首页 */ .logo{width: 487px;} .banner-img{width: 100%;height: auto;} @@ -108,8 +188,12 @@ .guan-box{display: flex;align-items: center;font-size: 14px;color: #181818;width: 100%;justify-content: flex-end;} .redD{width: 6px;height: 6px;border-radius: 100%;background: #cd2628;top: 10px;right: 12px;} .xiahx{width: 100%;bottom: 0;border-bottom: 3px solid #cd2628;} +ul li {list-style: none;padding: 0px;margin: 0px;} .dao-box>li{padding: 5px 25px;flex-shrink: 0;text-align: center;font-size: 19px;} .dao-box>li>div{padding: 6px 0;} +.dao-box>li>div>a{text-decoration: none;color: #181818;} +.dao-box>li>div>a:hover{color: #cd2628;} +.dao-box>li>div>a:active{color: #cd2628;font-weight: bold;} .cq-dao-active{font-weight: bold;color: #cd2628;} .input-box{flex-shrink: 0;height: 40px;border-radius: 3px;border: 1px solid #ebebeb;padding: 0 10px;width: 220px;} .input-box input{font-size: 14px;height: 40px;border: 0;} @@ -125,6 +209,9 @@ .msg .m-x32:nth-last-child(2){ margin-bottom: 0; } +/* .xx-img{ width:242px; height:151px;} */ +.xx-content{line-height: 28px;} +.xx-img{ width:100%;} .ysc .ya-item-box>div:first-child{transition: transform .5s;cursor: pointer;} .ysc .ya-item-box>div:first-child:hover{transform: scale(.9);transition: transform .5s;} .ya-item-box .pr{padding-right: 1.25em;} @@ -142,8 +229,6 @@ .wc-box .ya-item-box:hover a{color: #cb1919;text-decoration:underline;} .wc-box>div>div>a:hover{color: #cb1919;text-decoration:underline;} -.foot-box-nav>div{margin-right: 40px;cursor: pointer;} -.foot-box-img>img{margin-left: 20px;cursor: pointer;} diff --git a/htmls/artNetwork/realTimeInfo.html b/htmls/artNetwork/realTimeInfo.html new file mode 100644 index 0000000..65a106b --- /dev/null +++ b/htmls/artNetwork/realTimeInfo.html @@ -0,0 +1,120 @@ + + +
+ +