.weui-media-box{ padding:0px; margin:13px; } /*文本框提示字符颜色*/ input::-webkit-input-placeholder { color: #999 !important; font-weight: normal !important; } input::-moz-placeholder { color: #999 !important; font-weight: normal !important; } input:-moz-placeholder { color: #999 !important; font-weight: normal !important; } input:-ms-input-placeholder { color: #999 !important; font-weight: normal !important; } /*搜索*/ .weui-search-bar__cancel-btn{ color:#2d8cf0; } .weui-search-bar:after{ border-bottom: none; } /*入库*/ .weui-form-preview{ width: 95%; border-radius: .625em; margin:0 auto; box-shadow: 1px -1px 10px rgba(0,0,0,.12); } /*已入库单号背景颜色*/ .warehousing .weui-form-preview__hd{ background:#ecf5ff; } /*已出库单号背景颜色*/ .delivered .weui-form-preview__hd{ background:#f8f8f9; } .weui-form-preview__bd{ padding:7px 15px;; } .weui-form-preview__hd{ padding:2px 10px; background: #ecf5ff; border-top-left-radius: .625em; border-top-right-radius: .625em; margin-top:10px; } .weui-form-preview__hd:after{ border: none; } .weui-form-preview__label{ color:#333; font-size: 1em; } .weui-form-preview__label img{ width:15px; margin-right:5px; margin-top:-4px; } .weui-form-preview__label span{ color:#999; font-size: .75em !important; } /*已入库标识*/ .warehousing em.weui-form-preview__value{ background: #2d8cf0; } /*已出库标识*/ .delivered em.weui-form-preview__value{ background: #999; } em.weui-form-preview__value{ color:#FFF; font-size: .75em !important; height:30px; line-height: 30px; text-align: center; border-radius:1.75em; margin-top:5px; } .weui-form-preview__item{ border-bottom: 1px solid #f3f3f3; } .weui-form-preview__item:last-child{ border: none; } .quantity.weui-form-preview__label,.weui-form-preview__value{ color:#999; }