first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1 @@
b4e79fb3-a541-47ce-8f87-2ff95c0a1615

View File

@@ -0,0 +1,274 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 内容 */
.joining-title{
margin-top: 60px;
text-align: center;
}
.joining-title h5{
font-family: MicrosoftYaHei-Bold;
font-size: 22px;
font-weight: 700;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #333333;
}
.joining-title p{
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #999999;
}
.joining-img{
margin-top: 60px;
}
.jimg{
width: 1190px;
margin: 0 auto 80px;
}
.jimg-l,.jimg-r{
width: 50%;
height: 410px;
float: left;
}
.jimg:nth-child(2n) .jimg-l,.jimg-r{
float: right;
}
.jimg-r{
padding-left: 77px;
box-sizing: border-box;
}
.jimg-text h5{
font-family: MicrosoftYaHei;
font-size: 28px;
font-weight: normal;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #333333;
}
.jimg-text span{
margin-top: 30px;
display: block;
width: 40px;
height: 2px;
background-color: #28a658;
}
.jimg-text div{
margin-top: 30px;
}
.jimg-text ul li{
margin-left: 20px;
box-sizing: border-box;
list-style: disc !important;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 45px;
letter-spacing: 0px;
color: #999999;
}
.joinfo_t h5{
text-align: center;
font-family: MicrosoftYaHei-Bold;
font-size: 22px;
font-weight: normal;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #333333;
}
.joinfo_p{
width: 1190px;
margin: 60px auto 0;
}
.bigLi{
cursor: auto;
}
.joinfo_p ul{
width: 100%;
}
.joinfo_p ul li{
position: relative;
width: 380px;
height: 365px;
overflow: hidden;
transform:all .3s;
}
.joinfo_p ul li img{
position: absolute;
top: 0;
left: 0;
}
.joinfo_p ul li p{
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
height: 65px;
background-color: #ffffff;
opacity: 0.8;
font-family: MicrosoftYaHei-Bold;
font-size: 22px;
font-weight: normal;
font-stretch: normal;
line-height: 65px;
letter-spacing: 0px;
color: #333333;
}
.process-cen{
margin-top: 55px;
width: 100%;
height: 241px;
line-height: 241px;
text-align: center;
position: relative;
background: url("./../../img/5u3gfeqw.png") no-repeat center;
}
.process-cen img{
vertical-align: middle;
}
.process-p{
margin-top: 98px;
}
.process-p1{
padding: 0 1px;
width: 250px;
margin: 63px auto 0;
}
.process-p h2{
font-family: MicrosoftYaHei;
font-size: 42px;
font-weight: normal;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #28a658;
text-align: center;
}
.process-p p{
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: 700;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #333333;
}
/* .process-p p:nth-child(1){
} */
.process-p p span{
font-family: MicrosoftYaHei-Bold;
font-size: 22px;
letter-spacing: 1px;
}
/* 我要加盟 */
.myjoin{
height: 685px;
width: 100%;
background: url("./../../img/ergWGwqefd.png") no-repeat center;
}
.myjoin-cen{
width: 396px;
margin: 0 auto;
}
.myFrom{
margin-bottom: 20px;
width: 396px;
height: 49px;
background-color: #ffffff;
position: relative;
}
.fromImg{
width: 10%;
height: 21px;
float: left;
border-right: 1px #cccccc solid;
text-align: center;
box-sizing: border-box;
}
.fromInput{
width: 90%;
height: 21px;
float: right;
padding: 1px 0 1px 10px;
box-sizing: border-box;
margin-top: -3px;
}
.fromInput input{
height: 100%;
width: 95%;
border: 0;
outline:none;
color: #333333;
}
.fromText{
padding-top: 10px;
height: 129px;
background-color: #ffffff;
width: 396px;
}
.fromTem{
width: 90%;
height: 120px;
float: right;
padding: 1px 0 1px 10px;
box-sizing: border-box;
}
.fromTem textarea{
height: 100%;
width: 95%;
border: 0;
outline:none;
color: #333333;
resize:none;
margin-top: -3px;
}
.goButton{
margin-top: 20px;
width: 396px;
height: 49px;
background-color: #28a658;
text-align: center;
line-height: 49px;
font-family: MicrosoftYaHei;
font-size: 19px;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #ffffff;
cursor: pointer;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
.goButton:hover{
background-color: #25c060;
}
.myFrom::before{
position: absolute;
right: -38px;
content: "*";
color: red;
width: 24px;
height: 24px;
font-size: 24px;
}

View File

@@ -0,0 +1,221 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 主体start */
.about-title{
width: 100%;
padding-bottom: 1px;
box-shadow: 1px 2px 12px #ddd;
border-bottom: 1px solid #eee;
background: #ffffff;
}
.fixedTab{
position: fixed;
top:0;
z-index: 99999999;
}
.atitle-cen{
width: 1190px;
margin: 0 auto;
height: 70px;
}
.atitle-cen ul li{
height: 70px;
line-height: 70px;
float: left;
margin-right: 40px;
font-size: 20px;
color: #333333;
}
.alitivce{
width: 80px;
height: 70px;
color: #25c060 !important;
border-bottom: 2px solid #28a658;
}
.atitle-cen ul li:hover{
color: #25c060;
}
/* 品牌理念 */
.brand-cen{
margin: 0 auto;
margin-top: 60px;
width: 810px;
}
.brand-cen h4{
font-size: 22px;
color: #333333;
text-align: center;
}
.brand-p{
margin-top: 50px;
}
.brand-p p{
color: #666666;
text-align:center;
font-size: 16px;
line-height: 32px;
}
.brand-p p:last-child{
color: #333333;
font-weight: 700;
}
/* 品牌理念end */
/* 发展历程 */
.his-cen{
width: 887px;
margin: 80px auto 0;
padding: 30px 0;
background: url("../../img/asfutkyurt.png") no-repeat 50% 2px;
}
.his-ul{
height: auto;
}
.his-li{
margin: 5px 0;
height: 150px;
width: 100%;
}
.his-li:nth-child(2n) .histli-l{
text-align: left;
}
.his-li:nth-child(2n) .histli-r{
text-align: right;
}
.histli-l{
width: 43%;
text-align: right;
}
.histli-l img{
width: 245px;
height: 150px;
}
.histli-c{
width: 10%;
}
.histli-c span{
border: 2px solid #28a658;
width: 19px;
height: 19px;
border-radius: 19px;
display: block;
background: #ffffff;
}
.histli-r{
width: 43%;
}
.histli-r h4{
font-family: MicrosoftYaHei-Bold;
font-size: 22px;
font-stretch: normal;
line-height: 36px;
letter-spacing: 0px;
color: #000000;
font-weight: 700;
}
.histli-r p{
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 28px;
letter-spacing: 0px;
color: #333333;
}
/* 企业生态 */
.ecoh4{
margin: 60px 0 40px 0;
text-align: center;
font-size: 22px;
color: #333333;
}
.eco-cen{
margin-top: 30px;
width: 1190px;
margin: 0 auto;
}
.eco-cen ul li{
width: 386px;
height: 425px;
float: left;
margin-right: 15px;
position: relative;
}
.eco-cen ul li:nth-child(1){
width: 785px;
}
.eco-cen ul li:nth-child(n+3){
height: 380px;
margin-top: 15px;
}
.eco-cen ul li:nth-child(3n+2){
margin-right: 0;
}
.ecoli{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.3)
}
.ecoli div{
width: 331px;
text-align: center;
}
.eco-span{
width: 230px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 30px;
color: #ffffff;
border: 1px solid #ffffff;
margin-top: 80px;
transition: all .5s;
}
.eco-p{
margin-top: 35px;
line-height: 30px;
font-size: 16px;
opacity: 0;
transition: all .5s;
}
.eco-cen ul li:hover .eco-span{
margin-top: 0;
background: #28a658;
border: 1px solid #28a658;
}
.eco-cen ul li:hover .eco-p{
opacity: 1;
color: #ffffff;
}
/* 荣誉客户 */
.cust-cen{
width: 1190px;
margin: 50px auto 0;
}
.cust-cen ul li{
float: left;
width: 215px;
height: 84px;
border: 1px solid #eeeeee;
text-align: center;
line-height: 84px;
overflow: hidden;
margin-right: 26px;
}
.cust-cen ul li img{
vertical-align: middle;
}
.cust-cen ul li:nth-child(5n){
margin-right: 0;
}
.cust-cen ul li:nth-child(n+6){
margin-top: 26px;
}
/* 主体end */

View File

@@ -0,0 +1,80 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 内容 */
.contactus{
width: 1190px;
margin: 80px auto 60px;
}
.contactus-l{
width: 58%;
float: left;
height: 200px;
}
.contactus-l h3{
font-family: MicrosoftYaHei;
font-size: 35px;
font-weight: normal;
font-stretch: normal;
line-height: 33px;
letter-spacing: 0px;
color: #333333;
}
.contactus-text{
margin-top: 36px;
}
.contactus-text p{
line-height: 28px;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
letter-spacing: 0px;
color: #333333;
}
.contactus-r{
width: 40%;
float: right;
height: 200px;
}
.contactusul li{
height: 200px;
width: 162px;
float: left;
margin: 0 30px;
text-align: center;
}
.contactusul li p{
margin-top: 15px;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 28px;
letter-spacing: 0px;
color: #666666;
}
.contli-img{
width: 162px;
height: 161px;
background-color: #f7f7f7;
line-height: 161px;
text-align: center;
}
.contli-img img{
/* height: 80%; */
vertical-align: middle;
}
/* 地图 */
.map{
width: 1190px;
height: 404px;
margin: 0 auto;
}
#allmap{
width: 100% !important;
height: 100% !important;
}

View File

@@ -0,0 +1,52 @@
@import "../pubilc/_mian.css";
.wheel{
height: 491px;
width: 100%;
}
/* 地图 */
#allmap{
height: 100%;
width: 100%;
}
/* 内容 */
.dis-row{
width: 1190px;
margin: 80px auto 0;
}
.dis-row h4{
text-align: center;
}
.disul{
margin-top: 60px;
}
.disul li{
float: left;
width: 286px;
height: 150px;
background: #ffffff;
margin-right: 15px;
border-radius: 15px;
}
.disul li:nth-child(4n){
margin-right: 0px;
}
.disul li:nth-child(n+5){
margin-top: 15px;
}
.disli h5{
font-size: 20px;
color: #333333;
margin-bottom: 15px;
font-weight: 500;
}
.disli p{
font-family: MicrosoftYaHei;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
line-height: 25px;
letter-spacing: 0px;
color: #666666;
}

View File

@@ -0,0 +1,222 @@
@import "../pubilc/_mian.css";
.wheel{
height: auto;
width: 100%;
}
/* 主体start */
.introduce{
padding: 50px 0;
width: 1190px;
margin: 0 auto;
}
.intl,.intr{
width: 50%;
height: 556px;
float: left;
}
.intr{
background: #ffffff;
padding: 102px 0;
box-sizing: border-box;
text-align: center;
}
.intr-cen h2{
font-size: 36px;
color: #333333;
font-weight: 500;
}
.line{
width: 40px;
height: 2px;
margin: 30px auto 0;
background: #28a658;
}
.int-p{
margin: 34px 0;
line-height: 33px;
font-size: 16px;
color: #333333;
}
.int-p p{
color: #999999;
}
.int-p span{
color: #28a658;
font-weight: 700;
}
.sub{
width: 127px;
height: 35px;
line-height: 35px;
color: #ffffff;
font-size: 16px;
margin: 35px auto 0;
background: #28a658;
cursor: pointer;
}
.sub:hover{
background: #25c060;
}
/* 产品服务 */
.pro-cen{
margin-top: 60px;
}
.proul{
padding: 0 1px;
width: 1190px;
box-sizing: border-box;
margin: 0 auto;
}
.proul li{
position: relative;
height: 500px;
float: left;
width: 198px;
transition: .5s;
}
.proul li img{
position: absolute;
top: 0;
left: 0;
}
.pro-title{
position: absolute;
top: 0;
left: 0;
overflow: hidden;
height: 100%;
width: 100%;
}
.pro-title p {
margin-bottom: 32px;
color: #ffffff;
font-size: 23px;
}
.pro-title span{
margin: 0 auto;
display: block;
width: 40px;
height: 2px;
background: #ffffff;
}
.proli-cen{
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
overflow: hidden;
transform: rotateY(-180deg);
}
.proli-p{
text-align: center;
padding: 0 35px;
font-size: 16px;
line-height: 32px;
color: #ffffff;
}
.proul li:hover .pro-title{
width: 0;
height: 0;
}
.proul li:hover{
-moz-transition: rotateY(180deg);
-o-transition: rotateY(180deg);
-webkit-transition: rotateY(180deg);
transform: rotateY(180deg);
}
.proul li:hover .proli-cen{
width: 100%;
height: 100%;
background: rgba(28, 151, 75, .9);
}
/* 产品服务end */
/* 团体洗衣start */
.group-cen{
width: 1190px;
margin: 64px auto 0;
}
.group-l,.group-r{
float: left;
}
.group-l{
width: 610px;
height: 420px;
}
.group-r{
width: 580px;
height: 420px;
background: #ffffff;
padding-top: 46px;
box-sizing: border-box;
color: #333333;
font-size: 16px;
}
.group-p{
text-align: center;
padding: 0 30px;
box-sizing: border-box;
line-height: 39px;
margin-bottom: 20px;
}
.group-p h4{
display: block;
font-size: 26px;
font-weight: 700;
}
.group-p span{
display: block;
color: #999999;
}
/* 团体洗衣end */
/* 下单 */
.pro-cen{
width: 1190px;
margin: 80px auto 0;
}
.pro-l{
width: 515px;
height: 424px;
float: left;
text-align: center;
background: url("./../../img/wxss.png") center center no-repeat;
}
.pro-l img{
margin-bottom: 15px;
}
.pro-r{
width: 675px;
float: left;
}
.pro-r ul {
height: 424px;
}
.pro-r ul li{
height: 50%;
width: 50%;
float: left;
}
.pro-ul li p {
color: #333333;
font-size: 18px;
margin-top: 19px;
}
.pro-ul li span{
color: #999999;
font-size: 16px;
margin-top: 9px;
}
/* 下单end */
/* 主体end */
/* 视频样式 */
.video-js .vjs-big-play-button {
top: 43% !important;
left: 43% !important;
}
/* 视频样式end */

View File

@@ -0,0 +1,86 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 内容 */
.about-j{
width: 1190px;
margin: 70px auto 0;
}
.about-j ul li{
float: left;
height: 81px;
border-right: 1px solid #ebebeb;
text-align: center;
width: 33%;
}
.about-j ul li:last-child{
border-right:0;
}
.about-j ul li h2{
font-family: MicrosoftYaHei-Bold;
font-size: 32px;
font-weight: 700;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #28a658;
}
.about-j ul li p{
margin-top: 10px;
font-family: MicrosoftYaHei;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #999999;
}
.about-text{
width: 1062px;
margin: 80px auto 0;
}
.about-text p{
margin-top: 50px;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 32px;
letter-spacing: 0px;
color: #666666;
}
/* 幻灯片 */
.team-cen{
width: 1190px;
margin: 60px auto 0;
overflow: hidden;
}
.swiper-lw{
width: 255px !important;
text-align: center;
margin: 0 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 0px !important;
height: 100% ;
background-color: #fff ;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
right: 0 !important;
height: 100%;
background-color: #fff;
}
.swiper-button-next, .swiper-button-prev {
top: 0 !important;
}
/* 加入我们 */
.myAbout{
height: 560px;
width: 100%;
background: url("./../../img/ergWGwqefd.png") no-repeat center;
}

View File

@@ -0,0 +1,64 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 内容 */
.types{
width: 100%;
padding: 40px 0;
display: none;
}
.newsUl{
width: 1190px;
margin: 0 auto;
}
.newsUl li{
width: 100%;
height: 190px;
border-bottom: 1px solid #ebebeb;
padding: 20px 0;
}
.newsUl li img{
height: 190px;
width: 310px;
float: left;
}
.news-cen{
padding-left: 30px;
float: left;
height: 190px;
width: 60%;
padding-top: 30px;
box-sizing: border-box;
overflow: hidden;
}
.news-time img{
margin-right: 10px;
width: 17px !important;
height: 17px !important;
}
.news-time{
margin-top: 50px;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #666666;
}
.news-title{
font-size: 26px;
font-weight: 500;
}
.newsActive{
display: block;
}
.newPage{
margin: 30px 0 80px 0;
}

View File

@@ -0,0 +1,73 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 内容 */
.guidepost{
width: 100%;
border-bottom: #ebebeb 1px solid;
}
.guidTitle{
width: 1190px;
height: 70px;
line-height: 70px;
text-align: left;
margin: 0 auto;
}
.span1{
display: inline-block;
font-family: MicrosoftYaHei;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #999999;
}
.guidepost i{
display: inline-block;
font-family: MicrosoftYaHei;
font-size: 20px;
font-weight: normal;
letter-spacing: 0px;
color: #cccccc;
}
.span1:last-child{
display: inline-block;
font-family: MicrosoftYaHei;
font-size: 20px;
font-weight: normal;
letter-spacing: 0px;
color: #333333;
}
/* 新闻内容 */
.newsText{
width: 1190px;
margin: 0 auto;
padding: 0 68px 73px 68px;
box-sizing: border-box;
border-bottom: 1px solid #cccccc;
}
.next{
height: 188px;
width: 100%;
}
.next1{
text-align: center;
}
.next1 p{
cursor: pointer;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #999999;
}
.next1 p:nth-child(1){
margin-bottom: 30px;
}

View File

@@ -0,0 +1,35 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 服务范围 */
.quality-cen{
width: 100%;
height: 413px;
overflow: hidden;
position: relative;
background: center top no-repeat;
-webkit-transition: height .6s,background,.6s;
transition: height .6s,background,.6s;
}
.quality-cenimg{
position: absolute;
left: 50%;
top: 0;
width: 1920px;
height: 100%;
margin-left: -960px;
}
.quimg{
position: absolute;
width: 100%;
height: 413px;
line-height: 413px;
text-align: center;
}
.quimg img{
vertical-align: middle;
}