123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- body{
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
- }
- header{
- height: 56px;
- display: block;
- justify-content:space-around;
- align-content: space-around;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- background: #fff;
- z-index: 999;
- padding: 0 10px;
- box-shadow: 0 0 18px 0 rgba(82,94,102,0.15);
-
- }
- .logo{
- width: 120px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 56px;
- }
- .logo img{
- width: 100%;
- }
- .head{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .expand{
- width: 0.18rem;
- height: 0.14rem;
- display: flex;
- flex-direction: column;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .expand>div {
- width: 100%;
- height: 2px;
- border-radius: 2px;
- background-color: #9C9C9C;
- }
- .outerSlider{
- background: rgba(0,0,0,.5);
- width: 100%;
- top: 0;
- bottom: 0;
- z-index: 9999;
- display: none;
- }
- .show{
- position: fixed;
- left: 0;
- }
- .outerSlider .menuBox {
- position: absolute;
- width: 100%;
- background: #fff;
- height: 100%;
- top: 0;
- -webkit-transition: bottom .3s ease-in-out;
- transition: bottom .3s ease-in-out;
-
- }
- .menuNav{
- position: relative;
- border-bottom: 1px solid #eee;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 10px;
- }
- .scrollList>a{
- height: 0.5rem;
- line-height: 0.5rem;
- padding-left: 0.2rem;
- border-bottom: 1px solid #e5e5e5;
- }
- .scrollList>a:last-of-type{
- border:none;
- }
- a{
- color: #333;
- display: block;
- }
- .aboutBanner{
- width: 100%;
- height: 3.34rem;
- background-image: url(http://kuyi.shengws.com/about.jpg);
- background-position: center center;
- background-size: cover;
- -webkit-background-size: cover;
- zoom: 1;
- background-repeat: no-repeat;
- color: #fff;
- text-align: center;
- margin-top: 56px;
- position: relative;
- }
- .aboutBannerTitle{
- font-size:0.24rem;
- line-height:0.18rem;
- padding-top: 1rem;
- font-weight: bold;
- }
- .aboutTips{
- width: 3.1rem;
- text-align: center;
- margin: 0 auto;
- font-size: 0.12rem;
- font-weight: lighter!important;
- margin-top: 0.2rem;
- font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
- }
-
- .tabs{
- width: 100%;
- background:rgba(5,18,43,.5);
- height: 0.46rem;
- position: absolute;
- bottom: 0;
- }
- .tabOne{
- width: 1.32rem;
- text-align: center;
- cursor: pointer;
- height: 100%;
- line-height: 0.46rem;
- font-size: 0.15rem;
- }
- .tabActive{
- background:rgba(5,18,43,1);
- color: #2780F6;
- }
- .tab-item{
- display: none;
- }
- .show1{
- display: block;
- }
- .aboutMain{
- color:#333;
- padding: 0 0.22rem;
- }
- .aboutUsTitle{
- font-size: 0.2rem !important;
- font-weight: bold;
- margin: 0.36rem auto 0.2rem !important;
- text-align: center;
- }
- .tab-item>p{
- margin-bottom: 0.24rem;
- font-size: 0.15rem;
- font-weight: lighter!important;
- }
-
- .photoBox{
- /* display: flex; */
- }
- .photo > img{
- width: 100%;
- height: 3.56rem;
- border-radius:5px;
- }
- .aboutMessage{
- margin-top: 0.36rem;
- }
- .message{
- font-size: 0.15rem;
- color:#333;
- font-weight: lighter!important;
- }
- .codeBox{
- text-align: center;
- }
- .codeBox>img{
- width: 1.2rem;
- height: 1.2rem;
- margin-top: 0.34rem;
- }
- .codeBox>p{
- font-size: 0.15rem;
- color: #333;
- font-weight: lighter!important;
- }
- .map{
- width: 100%;
- height: 2rem;
- margin-top: 0.34rem;
- margin-bottom: 0.3rem;
- }
- .map>img{
- width: 100%;
- height: 100%;
- }
-
- .slogan{
- width: 100%;
- height: 1.89rem;
- background-image: url(/static/images/img/28.png);
- background-position: center center;
- background-size: cover;
- -webkit-background-size: cover;
- zoom: 1;
- background-repeat: no-repeat;
- text-align: center;
- color: #fff;
- }
- .slogan>p:first-of-type{
- font-size: 0.24rem;
- padding-top: 0.5rem;
- margin-bottom: 0.2rem;
- }
- .slogan>p:last-of-type{
- font-size: 0.2rem;
- }
- .footer{
- width: 100%;
- height: 2.86rem;
- background: #181D30;
- color:rgba(255,255,255,0.6);
- padding-top: 0.56rem;
- }
- .footer>p{
- padding-left: 0.28rem;
- line-height: 0.3rem;
- }
- .beian{
- margin-top: 0.32rem;
- font-size: 0.1rem;
- text-align: center;
- display: flex;
- justify-content: space-around;
- }
- .beian>a{
- color:rgba(255,255,255,0.6);
- }
- .useBox{
- width: 100%;
- height: 0.5rem;
- position: fixed;
- bottom: 0;
- left: 0;
- display: flex;
- }
- .free{
- background: #2780F6;
- color: #fff;
- width: 100%;
- line-height: 0.5rem;
- text-align: center;
- font-size: 0.18rem;
- }
|