diff --git a/css/huaxia.css b/css/huaxia.css index 54955ea..4d5f480 100644 --- a/css/huaxia.css +++ b/css/huaxia.css @@ -4,7 +4,7 @@ .w25{width: 25%;} .w20{width: 19%;} - +.dis{display: flex;} .djb{display: flex;justify-content: space-between;} .dend{display: flex;justify-content: flex-end;} .djbac{display: flex;justify-content: space-between;align-items: center;} @@ -36,6 +36,7 @@ .m-z15{margin-left: 15px;} .m-z37{margin-left: 37px;} +.m-y10{margin-right: 10px;} .m-y15{margin-right: 15px;} .m-y37{margin-right: 37px;} @@ -70,6 +71,7 @@ .p-zy180{padding-left: 180px;padding-right: 180px;} .p-zy20{padding-left: 20px;padding-right: 20px;} .p-zy15{padding-left: 15px;padding-right: 15px;} +.p-zy10{padding-left: 10px;padding-right: 10px;} .p-sx10{padding-top: 10px;padding-bottom: 10px;} .p-sx20{padding-top: 20px;padding-bottom: 20px;} @@ -99,6 +101,7 @@ .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;} /* 首页 */ +.logo{width: 487px;} .banner-img{width: 100%;height: auto;} .sy-dian{width: 4px;height: 4px;border-radius: 100%;background-color: #181818;margin: 0 10px;} .dao-boxw{box-shadow: 0px 3px 6px rgba(0,0,0,.2);display: flex;justify-content: space-between;align-items: center;} @@ -111,31 +114,36 @@ .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;} .input-box img{right: 10px;top: 10px;width: 20px;height: 20px;} -.cq-item-title-box{margin: 65px 0 30px 0;} +.cq-item-title-box{padding: 65px 0 30px 0;} .cq-item-title-box>div>div{background:-webkit-linear-gradient(left,red,rgba(255,255,255,0));height: 11px; bottom: 0;left: 0;width: 130px; opacity: .8;z-index: 0;} .cq-gengd{font-size: 18px;color: #191919;} .exhibition .item-box{width: 100%;overflow: hidden;height: 388px;} -.exhibition .item-box>img{width: 100%;height: auto;cursor: pointer;} +.exhibition .item-box>img{width: 100%;height: 100%;cursor: pointer;} .msg .m-x32:nth-last-child(1){ margin-bottom: 0; } .msg .m-x32:nth-last-child(2){ margin-bottom: 0; } -.ya-item-box .pr{padding-right: 20px;} +.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;} .ys-price{font-size: 18px;color: #cb1919;background: rgba(0,0,0,.2);border-radius: 3px;left: 14px;bottom: 14px;padding: 6px 10px;} .ys-title{font-size: 20px;font-weight: bold;padding-right: 20px;} .ys-cate{font-size: 14px;color: #a6a6a4;padding-right: 20px;} .ysj-name{line-height: 26px;} .ysj .ya-item-box{margin-right: 1.36em;} +.ysj .ya-item-box img{transition: transform .5s;cursor: pointer;} +.ysj .ya-item-box:hover img{transform: scale(.9);transition: transform .5s;} .ysj .ya-item-box:last-child{margin-right: 0px;} .ysj .pr{padding-right: 0px;} -.wc-box>div>img{width: 96%;} +.wc-box>div>img{width: 96%;transition: transform .5s;} +.wc-box .ya-item-box:hover img{transform: scale(.9);transition: transform .5s;} .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/css/huaxiaMedia.css b/css/huaxiaMedia.css index e69de29..8c81688 100644 --- a/css/huaxiaMedia.css +++ b/css/huaxiaMedia.css @@ -0,0 +1,45 @@ +@media screen and (max-width:300px) { + +} +@media screen and (min-width:301px) and (max-width:350px) { + +} +@media screen and (min-width:351px) and (max-width:420px) { + +} +@media screen and (min-width:421px) and (max-width:490px) { + +} +@media screen and (min-width:491px) and (max-width:620px) { + +} +@media screen and (min-width:621px) and (max-width:720px) { + +} +@media screen and (min-width:721px) and (max-width:820px) { + +} +@media screen and (min-width:821px) and (max-width:920px) { + +} +@media screen and (min-width:921px) and (max-width:1020px) { + +} +@media screen and (min-width:1021px) and (max-width:1120px) { + +} +@media screen and (min-width:1121px) and (max-width:1220px) { + +} +@media screen and (min-width:1221px) and (max-width:1320px) { + +} +@media screen and (min-width:1321px) and (max-width:1420px) { + +} +@media screen and (min-width:1421px) and (max-width:1520px) { + +} +@media screen and (min-width:1521px) and (max-width:1620px) { + +} diff --git a/img/public/foot-facebook.png b/img/public/foot-facebook.png new file mode 100644 index 0000000..9380261 Binary files /dev/null and b/img/public/foot-facebook.png differ diff --git a/img/public/foot-skype.png b/img/public/foot-skype.png new file mode 100644 index 0000000..cbeaec4 Binary files /dev/null and b/img/public/foot-skype.png differ diff --git a/img/public/foot-whatsapp.png b/img/public/foot-whatsapp.png new file mode 100644 index 0000000..45adbb6 Binary files /dev/null and b/img/public/foot-whatsapp.png differ diff --git a/img/public/foot-wx.png b/img/public/foot-wx.png new file mode 100644 index 0000000..8fe0ec0 Binary files /dev/null and b/img/public/foot-wx.png differ diff --git a/img/public/foot-xl.png b/img/public/foot-xl.png new file mode 100644 index 0000000..ff93288 Binary files /dev/null and b/img/public/foot-xl.png differ diff --git a/img/public/huax-em.png b/img/public/huax-em.png new file mode 100644 index 0000000..d59d59e Binary files /dev/null and b/img/public/huax-em.png differ diff --git a/img/public/shuy-em.png b/img/public/shuy-em.png new file mode 100644 index 0000000..d4d0b1f Binary files /dev/null and b/img/public/shuy-em.png differ diff --git a/img/public/shuy-logo.png b/img/public/shuy-logo.png new file mode 100644 index 0000000..a02a226 Binary files /dev/null and b/img/public/shuy-logo.png differ diff --git a/index.html b/index.html index de48b7e..c572e69 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + @@ -111,8 +112,8 @@ mousewheel: false,//禁止鼠标滚动,切换 }); -