You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

215 lines
4.4 KiB
CSS

/*公共样式*/
@font-face {
font-family: 'PingFang SC';
src: url(../fonts/PingFang.svg);
src: local('PingFang SC'),
url('../fonts/PingFang SC.woff') format('woff'),
url('../fonts/PingFang SC.ttf') format('truetype'),
url('../fonts/PingFang SC.svg') format('svg');
}
.clearfix {
clear: both;
}
body {
font-family: "PingFang SC" !important;
}
.red {
color: #CE3C39;
}
/*头部标题*/
.demos-header {
padding-top: 10px;
padding-bottom: 0px;
}
.demos-title {
width:50%;
font-size: 18px;
color: #222;
text-align:left;
margin:0 15px;
float:left;
}
.demos-title img{
width:20px;
margin-right:5px;
}
.export {
width: 15%;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 13px;
padding-right: 5px;
box-shadow: 0 1px 5px rgba(0,0,0,.1);
border-radius: 5px;
background: #FFF;
color: #999;
font-size: 13px;
display: block;
float: right;
margin-right: 15px;
}
.export img{
width:15px;
margin-right:5px;
margin-top:4px;
display:block;
float:left;
}
.weui-cells {
margin-top: .4em;
}
/*表单查询*/
.weui-cell:before {
border-top: 1px solid #ebebeb;
}
.weui-label {
width: 75px;
color: #000;
font-size: 15px;
}
.weui-input {
color: #999;
font-size: 14px;
font-family: "PingFang SC";
}
input[type='checkbox'] {
width: 13px;
height: 13px;
background-color: #FFF;
-webkit-appearance: none;
border: 1px solid #ddd;
border-radius: 2px;
outline: none;
}
input[type='checkbox']:checked {
background: url(../img/check.png) no-repeat;
background-size: cover;
}
.select {
/*隐藏默认小箭头*/
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(../img/select_arrow.jpg) no-repeat scroll right 10px center transparent;
width: 45%;
height: 30px;
border: 1px solid #e3e3e3;
padding-left:10px;
color:#999;
}
.select .option {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border-left: 1px solid #e5e6e7;
border-right: 1px solid #e5e6e7;
line-height: 1.5em !important;
font-family: "PingFang SC";
}
.select:focus {
border: 1px solid #3798ff !important;
}
/*按钮*/
.weui-btn:after {
width: 0;
height: 0;
}
.weui-btn_primary {
width: 45%;
height: 40px;
background-image: linear-gradient(90deg, #4ba3ff 0%, #439efe 49%, #3496fe 100%);
line-height: 40px;
margin-top: 15px;
border-radius: 25px;
}
/*库存列表*/
.listContainer {
height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.weui-form-preview__bd {
padding-bottom: 15px;
}
.page__title {
font-size: 16px;
text-align-last: left;
padding-left: 5px;
color:#222;
}
.weui-form-preview__bd .weui-form-preview__item:nth-child(3) {
width: 45%;
}
.weui-form-preview__bd .weui-form-preview__item:nth-child(4) {
width: 45%;
margin-left: 10%;
}
.weui-form-preview__bd .weui-form-preview__item:nth-child(5) {
width: 45%;
}
.weui-form-preview__bd .weui-form-preview__item:nth-child(6) {
width: 45%;
margin-left: 10%;
}
.weui-form-preview__bd .weui-form-preview__item:nth-child(7) {
background:url(../img/num.png) no-repeat 5px 7px;
padding-left:20px;
}
.weui-form-preview__item {
float: left;
}
.weui-form-preview__bd {
margin-top: 15px;
margin-bottom:15px;
padding-left:10px;
padding-right:10px;
background: #FFF;
box-shadow: 0 0 5px rgba(0,0,0,.1);
border-radius: 5px;
overflow:hidden;
}
.weui-form-preview__label {
text-align-last: left;
font-size: 14px;
font-weight: normal;
color: #999;
margin-left:5px;
}
.weui-form-preview__label img {
width: 15px;
margin-top: 3px;
margin-right: 10px;
display: block;
float: left;
}
.weui-form-preview__item:nth-child(1) .weui-form-preview__label img {
margin-top: 6px;
}
.weui-form-preview__item:nth-child(2) .weui-form-preview__label img {
margin-top: 8px;
}
.weui-form-preview__item:nth-child(3) .weui-form-preview__label img {
margin-top: 8px;
}
.weui-form-preview__value {
text-align-last: right;
margin-right:5px;
}
/*加载数据*/
.weui-loadmore_line .weui-loadmore__tips {
background: #f8f8f8;
}