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

28 lines
665 B

@charset "UTF-8";
//成交明细页面样式
.transaction-details {
background: #FFFFFF;
margin: .2rem 0;
padding: 0 .2rem;
li {
font-size: .24rem;
div {
display: flex;
justify-content: space-between;
padding: .1rem 0;
border-bottom: 1px solid #EEEEEE;
&:last-child{
border-bottom: none;
}
span {
padding: .1rem 0;
}
.transaction-details-txt {
color: #333333;
}
.transaction-details-num {
color: #999999;
}
}
}
}