release.less 8.36 KB
/**
 * name : zlj
 * info :微信端 信息发布页面:供应、求购和预售
 */

@br-ddd:#dddddd;
.mar-top10{
    margin-top: 10px;  
}
#release_info {
     display: -webkit-box;   
     -webkit-box-orient: vertical; 
     height: 100%;
}
#release_info .m-content{
    height: 40px;
    overflow: hidden;
   #menu{
       position: absolute;
       padding: 0;
       a{
           -webkit-tap-highlight-color:rgba(0,0,0,0);
       }
   }
}
#loginPage{
    background: #fff;
    z-index: 5;
}
.product-info{
    display: -webkit-box;
    -webkit-box-sizing: border-box;
    -webkit-box-orient: vertical;
//  -webkit-box-flex: 1;
    height: -webkit-calc(~"100% - 84px");
//  height: 200px;
    .show-area{
        -webkit-box-flex: 1;
        -webkit-overflow-scrolling: touch;
        overflow-y:scroll ;
//      overflow: hidden;
    }
    .show-contain{
//      margin-bottom: 10px;
        padding-bottom: 10px;
    }
      ul{
        -webkit-box-sizing: border-box;
        padding-left: 10px;
        width: 100%;
        margin-top: 10px;
        overflow: hidden;
        background: #fff;
        li{
            position: relative;
            display: -webkit-box;
            margin: -1px 0 0 -1px;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            background: #fff;

            .info-title{
                display: inline-block;
                width: 80px;
                height: 50px;
                font-weight: bold;
            }
            
            .choice-info{
                -webkit-box-flex: 1;
            }
            
            input{
                -webkit-box-sizing: border-box;
                display: block;
                width: 100%;
                height: 100%;
                padding-right: 30px;
                font-size: 16px;
                color: #999;
                background: #fff;
            }
            
            input.choice-info{
                text-align: right;
            }
            .choice-info{
                text-align: right;
                -webkit-box-sizing: border-box;
                display: block;
                width: 100%;
                height: 100%;
                padding-right: 30px;
                font-size: 16px;
                color: #999;
                background: #fff;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            #total{
                color: #DDDDDD;
            }
            .choice{
                position: absolute;
                right: 15px;
                top: 50%;
                margin-top: -7.5px !important;
                width: 8.5px;
                height: 15px;
                cursor: pointer;
                margin-top: -3px;
                background-image: url(../../images/dist/sprite.png);
                background-size: 292px;
                background-position: -82px -257.5px;
            }
            .fill{
                color: #333333;
            }
            .unit{
                position: absolute;
                right: 15px;
                top:50%;
                margin-top: -25px;
                min-width: 50px;
                height: 50px\n;
                color: #999;
                text-align: right;
            }
            em{
                position: absolute;
                right: 30px;
                color: #999;
            }
        }
        li:last-child{
            border-bottom: none;
        }
      }
      ol{
          margin-top: 10px;
          overflow: hidden;
          li{
              textarea{
                  -webkit-box-sizing: border-box;
                  padding: 5px 10px;
                  display: block;
                  width: 100%;
                  height: 100px;
                  font-size: 16px;
                  line-height: 26px;
                  color: #333;
              }
          }
      }
      .button{
          margin: 0;
          width: 100%;
          height: 50px;
          text-align: center;
          font-size: 18px;
          color: #fff;
          line-height: 50px;
          background: #23ac38;
          z-index: 19;
          -webkit-border-radius: 0;
      }
      .space{
          width: 100%;
          height: 60px;
      }
}
//区域选择
.provinceListPage{
    -webkit-box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    .m-header{
        h1{
            text-align: center;
            padding: 0;
            a{
                display: block;
                float: left;
                box-sizing: border-box;
                margin: 7px 0 0 0px;
                height: 30px;
                width: 70px;
                line-height: 30px;
            }
            a.on{
                border-top-left-radius:3px;
                border-top-right-radius:3px;
                background: #23ac38;
                color: #fff;
            }
        }
    }
    .get-hei{
        height: -webkit-calc(~"100% - 88px");
    }
    .m-content{
        overflow-y: scroll;
        .m-list-view {
            position: relative;
            margin: 0;
            .first-letter{
                height: 25px;
                line-height: 25px;
                padding-left: 15px;
                font-size: 15px;
                background: #eee;
            }
        }
        .cell{
            -webkit-box-sizing: border-box;
        }
       .border-1px:before, .border-1px:after {
        border-top: px solid #F44F4C !important;
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
}
    }
    .choicetitle{
        height: 44px;
        z-index: 99;
        margin-bottom: -1px;
        h2{
            padding-left: 15px;
            line-height: 44px;
            font-weight: normal;
            background: #fff;
        };
    }
    
}
//分类信息
  #menu_list{
      margin-top: -1px;
        li.cell{
            margin-top: -1px;
        }
    }
.categoryList {
    overflow: hidden;
    
    .m-content{
        position: relative;
        height: -webkit-calc(~"100% - 0px");
        box-sizing: border-box;
        padding-top: 44px;
//      overflow-y: scroll;
        margin-top: -44px;
        background: #fff;
        
    }
  
    .province {
        width: 125px;
        float: left;
        background-color: #f8f8f8;
        .m-table-view {
            position: relative;
            z-index: 2;
//          overflow: hidden;
            overflow-x: hidden;
            li{
                -webkit-box-sizing: border-box;
            }
        }
        .cell {
            background-color: #f8f8f8;
        }
    }
    .city {
        margin-left: 135px;
    }
    .addr-section {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
//      -webkit-overflow-scrolling: touch !important;
        position: relative;
    }
    .m-table-view {
        margin-top: 0;
        border: none;
        .cell {
//          -webkit-box-sizing: border-box;
            font-size: 14px;
            margin-top: -1px;
            margin-left: -1px;
            padding: 0 0 0 10px;
            overflow: hidden;
            position: relative;
            text-align: left;
            border: none;
        }
        .cell.selected {
//          width: 126px;
            background-color: #FFF;
            .title {
                color: #23AC38;
            }
        }
        .title {
            font-size: 15px;
            color: #999;
            float: left;
            font-weight: 400;
            line-height: 44px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
        }
    }
    
}
#unitListPage{//单位选择
    .m-content{
        margin-top: -1px;
        height: -webkit-calc(~"100% - 44px");
        overflow-y: scroll;
    }
}
.show{
    display: block;
}
.hide{
    display: none;
}
.warning{
//  color: #F44F4C !important;
}
.warning::-webkit-input-placeholder{
    color: #F44F4C;
}
.warning:-moz-placeholder{
    color: #F44F4C;
}
.warning::-moz-placeholder{
    color: #F44F4C;
}
.warning:-ms-input-placeholder {
    color: #F44F4C;
}
#dateshadow{
   z-index: 20;
   height: 100%;
   #datescroll{
       overflow: hidden;
   }

}

.m-bar-content{
  .m-bar-btn{
      text-align: center;
  }  
}