This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.banner{top:8.8vw; width:100%;}
.banner_subtitle{background-color:#344558; display: inline-block; padding:0.3vw 0.8vw 0.4vw;}
.banner_text{margin-left:2.5vw;}
.stripe_left{width:36%; float: left;}
.stripe_right{width:38%; float: right;}
.font-18{line-height: 1.75em;}
.stripe_button{background-color: #344558; display: inline-block; padding:0.3vw 2.2vw 0.4vw; color:#FFF;}
/*产品列表背景*/
.stripe_product_bg{background: url("../../images/ssd/ssd_08.jpg") 100% 100%; overflow: hidden; padding-bottom: 5.5vw; padding-top:5vw;}
.stripe_subtitle{border-bottom: 2px solid #333; padding-bottom: 0.2vw;}
@media screen and (max-width:1200px){
.stripe_left{width:42%; float: left;}
.stripe_right{width:42%; float: right;}
}