95 lines
1.5 KiB
CSS
95 lines
1.5 KiB
CSS
html,body {
|
|
background:#fff;
|
|
}
|
|
.list .item,.detail{
|
|
padding:0 1.4rem;
|
|
margin-bottom: 2px;
|
|
}
|
|
.list .item .nav{
|
|
display:flex;
|
|
display:-webkit-flex;
|
|
align-items: center;
|
|
justify-content:space-between;
|
|
font-size:1.25rem;
|
|
height: 2.3rem;
|
|
line-height: 2.3rem;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
.list .item .con{
|
|
padding:0.67rem 0rem;
|
|
font-size:1rem;
|
|
}
|
|
.item .con .con-item{
|
|
padding: 0.17rem 0;
|
|
}
|
|
/*.con .con-item span{
|
|
margin-left:0.17rem;
|
|
}*/
|
|
.title{
|
|
font-size:1.25rem;
|
|
height:2.25rem;/* //3.08-0.83 */
|
|
line-height:2.25rem;
|
|
}
|
|
.more{
|
|
width: 1rem;
|
|
height: 1rem;
|
|
padding:0.5rem;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.more.close{
|
|
transform:rotate(-90deg);
|
|
-ms-transform:rotate(-90deg); /* IE 9 */
|
|
-moz-transform:rotate(-90deg); /* Firefox */
|
|
-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
|
|
-o-transform:rotate(-90deg); /* Opera */
|
|
}
|
|
|
|
.inspect-con{
|
|
padding:0.67rem 1.4rem;
|
|
font-size:1rem;
|
|
}
|
|
|
|
.inspect-con table{
|
|
width:100%;
|
|
}
|
|
|
|
.inspect-con table thead td{
|
|
padding:0.2rem;
|
|
vertical-align: center;
|
|
}
|
|
|
|
.inspect-con table tbody td{
|
|
padding:0.2rem;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.inspect-con table tr td:last-child{
|
|
text-align: right;
|
|
}
|
|
|
|
.detail-con{
|
|
padding:0.67rem 0rem;
|
|
font-size:1rem;
|
|
}
|
|
.detail-con .detail-item{
|
|
display:flex;
|
|
display:-webkit-flex;
|
|
align-items: center;
|
|
justify-content:space-between;
|
|
margin-bottom:0.83rem;
|
|
}
|
|
.detail-desc{
|
|
display:flex;
|
|
display:-webkit-flex;
|
|
align-items: flex-top;
|
|
justify-content:space-between;
|
|
}
|
|
.detail-item p{
|
|
display:inline-block;
|
|
margin-right:2.83rem;
|
|
}
|
|
.detail-status{
|
|
white-space:nowrap;
|
|
}
|