Browse Source

去除无用代码

yangc 7 years ago
parent
commit
0c1f2ec30c
1 changed files with 0 additions and 76 deletions
  1. 0 76
      assets/scss/mobileCommon.scss

+ 0 - 76
assets/scss/mobileCommon.scss

@@ -115,16 +115,6 @@ html {
     border: none;
   }
 
-  /*loading优先级*/
-  //.loading {
-  //  z-index: 100000 !important;
-  //}
-  //
-  //.mobile-content {
-  //  padding-top: .88rem !important;
-  //  margin-bottom: 1rem;
-  //}
-
 
 
   /*search*/
@@ -346,69 +336,3 @@ html {
     }
   }
 }
-
-/*search*/
-//.search-content {
-//  padding-top: .15rem;
-//  input {
-//    width: 6.48rem;
-//    height: .58rem;
-//    border-radius: .14rem;
-//    margin: 0 0 0 .11rem;
-//    font-size: .23rem;
-//    padding: 0 0 0 .21rem;
-//  }
-//  span {
-//    display: inline-block;
-//    height: .58rem;
-//    line-height: .58rem;
-//    position: relative;
-//    top: .04rem;
-//    width: .68rem;
-//    color: #376ff3;
-//    border-left: .02rem solid #376ff3;
-//    margin-left: -.68rem;
-//    text-align: center;
-//    i {
-//      font-size: .3rem;
-//    }
-//  }
-//  img {
-//    width: .44rem;
-//    height: .44rem;
-//    float: right;
-//    margin-right: .2rem;
-//    margin-top: .1rem;
-//  }
-//}
-///*报价info*/
-//.base-info {
-//  //width: 7.17rem;
-//  margin: 0 auto .18rem;
-//  background: #fff;
-//  padding: 0 .29rem;
-//  .content-line {
-//    height: .5rem;
-//    line-height: .5rem;
-//    font-size: .28rem;
-//    overflow: hidden;
-//    text-overflow: ellipsis;
-//    white-space: nowrap;
-//    span {
-//      color: #666;
-//    }
-//  }
-//}
-//
-//.say-price-btn {
-//  display: block;
-//  width: 6.7rem;
-//  height: .74rem;
-//  line-height: .74rem;
-//  text-align: center;
-//  color: #fff !important;
-//  background: #3f84f6;
-//  border-radius: .08rem;
-//  font-size: .32rem;
-//  margin: 0 auto;
-//}