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.
128 lines
2.1 KiB
CSS
128 lines
2.1 KiB
CSS
2 years ago
|
.weui-media-box{
|
||
|
padding:0px;
|
||
|
margin:13px;
|
||
|
}
|
||
|
.clearfix{
|
||
|
clear:both;
|
||
|
height: 0;
|
||
|
}
|
||
|
/*文本框提示字符颜色*/
|
||
|
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-name{
|
||
|
line-height: 50px;
|
||
|
text-align: center;
|
||
|
margin: 0 auto;
|
||
|
padding: 10px 9%;
|
||
|
}
|
||
|
.weui-name img{
|
||
|
width: 50px;
|
||
|
display:block;
|
||
|
margin-right: 5px;
|
||
|
float: left;
|
||
|
}
|
||
|
.weui-name .weui-flex__item{
|
||
|
color:#1f6391;
|
||
|
}
|
||
|
/*提单号*/
|
||
|
.weui-billNO{
|
||
|
padding-top:8px;
|
||
|
padding-bottom: 8px;
|
||
|
background: #f9f9f9;
|
||
|
border-bottom:1px solid #e5e5e5;
|
||
|
}
|
||
|
.weui-billNO .weui-flex__item{
|
||
|
padding: 0 4%;
|
||
|
}
|
||
|
.weui-billNO .weui-flex__item span{
|
||
|
color:#999;
|
||
|
}
|
||
|
/*客服操作*/
|
||
|
.weui-customer{
|
||
|
padding: 7px 4%;
|
||
|
}
|
||
|
.weui-customer .weui-flex__item{
|
||
|
color: #1f6391;
|
||
|
text-align: right;
|
||
|
}
|
||
|
/*状态*/
|
||
|
.page__state{
|
||
|
margin-top:20px;
|
||
|
padding:0 15px;
|
||
|
}
|
||
|
.page__state table,.page__state table tbody tr td{
|
||
|
border: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
.page__state table{
|
||
|
margin-left:5px;
|
||
|
}
|
||
|
.page__state .weui-state-icon{
|
||
|
width: 15px;
|
||
|
height:60px;
|
||
|
}
|
||
|
.page__state .weui-state-icon span{
|
||
|
width: 10px;
|
||
|
height:10px;
|
||
|
display: block;
|
||
|
border-radius:10px;
|
||
|
border: 2px solid #999;
|
||
|
}
|
||
|
.page__state .weui-state-icon span i{
|
||
|
width:6px;
|
||
|
height:6px;
|
||
|
display: block;
|
||
|
border-radius:6px;
|
||
|
border:2px solid #FFF;
|
||
|
background: #999;
|
||
|
}
|
||
|
.page__state .weui-state-icon span b{
|
||
|
width: 1px;
|
||
|
height: 50px;
|
||
|
display: block;
|
||
|
background: #e6e6e6;
|
||
|
margin: 2px auto 0;
|
||
|
}
|
||
|
.page__state .weui-state{
|
||
|
margin-top:-34px;
|
||
|
}
|
||
|
.page__state .weui-state-date{
|
||
|
color: #999;
|
||
|
margin-top:-19px;
|
||
|
}
|
||
|
/*状态亮*/
|
||
|
.page__state .weui-state-icon.active span{
|
||
|
border: 2px solid #42b0d5 !important;
|
||
|
}
|
||
|
.page__state .weui-state-icon.active span i{
|
||
|
background: #42b0d5 !important;
|
||
|
}
|
||
|
.page__state .weui-state-icon.active b{
|
||
|
background: #42b0d5 !important;
|
||
|
}
|
||
|
.page__state .weui-state.active{
|
||
|
color: #42b0d5;
|
||
|
}
|
||
|
/*备注*/
|
||
|
.weui-remark .weui-flex__item{
|
||
|
color: #1f6391;
|
||
|
}
|