king
2019-08-11 4e1cca0e3da79819fa3768402ce6a174aea5131f
src/css/index.css
@@ -1,73 +1,73 @@
.content_title>span {
    position: relative;
    text-align: center;
    display: block;
    color: #3B3B3C;
    font-weight: bold;
    font-size: 0.26rem;
  position: relative;
  text-align: center;
  display: block;
  color: #3B3B3C;
  font-weight: bold;
  font-size: 0.26rem;
}
.content_title>span::before,
.content_title>span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1.39rem;
    height: 1.1px;
    background: #999999;
  content: '';
  position: absolute;
  top: 50%;
  width: 1.39rem;
  height: 1.1px;
  background: #999999;
}
.content_title>span::before {
    margin-left: -2.31rem;
  margin-left: -2.31rem;
}
.content_title>span::after {
    margin-left: 0.92rem;
  margin-left: 0.92rem;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
  width: 1200px;
  margin: 0 auto;
}
.content,
.banner {
    width: 100%;
    overflow: hidden;
  width: 100%;
  overflow: hidden;
}
.main,
.banner {
    margin-top: 0.83rem;
  margin-top: 0.83rem;
}
::-webkit-input-placeholder {
    /*Webkit browsers*/
    font-size: 0.16rem;
  /*Webkit browsers*/
  font-size: 0.16rem;
}
:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    font-size: 0.16rem;
  /*Mozilla Firefox 4 to 8*/
  font-size: 0.16rem;
}
::moz-placeholder {
    /*Mozilla Firefox 19+*/
    font-size: 0.16rem;
  /*Mozilla Firefox 19+*/
  font-size: 0.16rem;
}
:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    font-size: 0.16rem;
  /*Internet Explorer 10+*/
  font-size: 0.16rem;
}
.header {
    padding: 0.08rem 0;
  padding: 0.08rem 0;
}
.navico,
.homeico {
    display: none;
  display: none;
}
@media all and (max-width:1450px) {}
@@ -77,15 +77,15 @@
@media all and (max-width:1200px) {}
@media (max-width: 1250px) {
    .wrapper {
        width:88%;
    }
  .wrapper {
    width:88%;
  }
}
@media all and (min-width:0) and (max-width:768px) {
    .wrapper {
        width: 94%;
    }
  .wrapper {
    width: 94%;
  }
}
@media (min-width: 751px){
   .p_hide{
@@ -93,17 +93,21 @@
   }
}
@media (max-width: 750px) and (min-width: 0) {
    .main {
        margin-top: 0;
    }
  .main {
    margin-top: 0;
  }
   .banner {
       margin-top: 1.14rem;
    margin-top: 1.14rem;
   }
   .m_hide{
      display: none !important;
   }
   
    .content_title>span {
        font-size: 0.36rem;
    }
  .content_title>span {
    font-size: 0.36rem;
  }
  #newBridge .nb-icon-wrap-5 {
    display: none;
  }
}