From efd3017bd306546ea88756efb8815ae4be61e06e Mon Sep 17 00:00:00 2001 From: lgq <1015864684@qq.com> Date: 星期一, 07 七月 2025 11:47:18 +0800 Subject: [PATCH] Merge branch 'master' of http://124.71.187.17:8299/r/~zhd/IGD3000-filesystem --- local/www/css/page/detail-wsd-single2.css | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 239 insertions(+), 0 deletions(-) diff --git a/local/www/css/page/detail-wsd-single2.css b/local/www/css/page/detail-wsd-single2.css new file mode 100644 index 0000000..b2d737e --- /dev/null +++ b/local/www/css/page/detail-wsd-single2.css @@ -0,0 +1,239 @@ +@charset "utf-8"; + +/*----------------- + Author:xxxx + update:2020 + -------------------*/ + + +@font-face { + font-family: DINCond-Bold; +} + + +body { + font-family: "寰蒋闆呴粦", Arial, sans-serif; + font-size: 14px; + background: #282e35; + position: relative; +} + +i, em { + font-style: normal; +} + +a { + text-decoration: none; +} + +.fl { + float: left; +} + +.fr { + float: right; +} + +.i-container { + width: 100%; + min-width: 1290px; + margin-left: auto; + margin-right: auto; + overflow: hidden; + background: url(../../images/b-bg.jpg) center no-repeat; + background-size: 100% 100%; +} + + +.jmkt-main { + overflow: hidden; + padding: 0 20px; + margin-top: 20px; +} + + +.mj-item { + position: relative; + height: 1000px; + margin: 15px; + overflow: hidden; + -webkit-border-radius: 8px; + border-radius: 8px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 10px 0; +} + + +.mj-item1 { + background-color: rgba(33, 185, 255,0.1); + /*background: url(../../images/wsd-bg1.png) center no-repeat;*/ + /*background-size: 100% 100%;*/ +} + +.mj-item2 { + background-color: rgba(33, 185, 255,0.1); + /*background: url(../../images/wsd-bg2.png) center no-repeat;*/ + /*background-size: 100% 100%;*/ +} + +.mj-item-img { + max-width: 320px; + max-height: 320px; + width: 80%; + position: absolute; + z-index: 2; + left: 0; + bottom: 0; +} + + +.mj-itemCon { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + z-index: 5; +} + +.mj-itemCon h4 { + line-height: 30px; + font-size: 80px; + color: #fff; + font-weight: bold; + padding: 0 25px; + text-align: center; +} + +.mj-itemCon h4 span { + color: #3edcff; + font-size: 24px; + font-weight: normal; + +} + +.mj-itemCon p { + line-height: 1; + font-size: 210px; + margin-top: 10px; + color: #3edcff; + padding-right: 25px; + + font-weight: bold; + font-family: DINCond-Bold; + position: absolute; + top: 10%; + width: 100%; + text-align: center; +} + +.mj-itemCon p i { + font-size: 120px; + font-family: arial; + font-weight: normal; +} + + + +.wsd-icon .dz { + position: absolute; + top: 40%; + left: 15%; + width: 640px; + height: 640px; + z-index: 2; +} +.wsd-icon .icn { + position: absolute; + top: 38%; + left: 32%; + width: 360px; + height: 360px; + z-index: 3; + -webkit-animation: bounce-down 8s linear infinite; + -moz-animation: bounce-down 8s linear infinite; + -o-animation: bounce-down 8s linear infinite; + animation: bounce-down 8s linear infinite; +} +@keyframes bounce-down { + 25% { + transform: translateY(-50px) + } + 100%, + 50% { + transform: translateY(0) + } + + 75% { + transform: translateY(50px) + } +} + + +@media only screen and (max-width:1280px) and (max-height: 800px){ + .i-container { + min-width: 1045px; + height: 100%; + overflow-y: scroll; + } + /** 闅愯棌鍒楄〃涓嬫媺婊氬姩鏉� **/ + .div-body::-webkit-scrollbar { + display: none; + } + /*IE 10+ ----闅愯棌婊氬姩鏉�*/ + .div-body { + -ms-overflow-style: none; + } + /*Firefox ----闅愯棌婊氬姩鏉�*/ + .div-body { + scrollbar-width: none; + } + + + .pdgxq-group { + overflow: hidden; + height: 48px; + width: 325px; + margin: 22px 20px 0 20px; + background-image: url(../../images/jmkt-chuli.png); + background-size: 100% 100%; + } + .jmkt-chuli { + padding: 0 7px 0 15px; + } + .jmkt-yichuli { + padding: 0 5px 0 37px; + } + .pdgxq-group-item { + width: 120px; + } + .lsyg-jkxx-box { + margin: 25px 4px 20px 4px; + height: 440px; + overflow: hidden; + position: relative; + } + .mj-item { + margin: 5px; + height: 340px; + padding: 0px 0px; + } + .mj-itemCon p { + font-size: 60px; + } + .mj-itemCon p i { + font-size: 60px; + } + + .pdgxq-m1-left { + height: 650px; + } + .pdgxq-m1-right { + height: 460px; + } + .wsd-icon{ + margin-top: 0px; + } + +} -- Gitblit v1.9.3