qlg.tsgz.moe/static/app2/css/income-details.css
2020-06-10 13:23:50 +08:00

74 lines
1.2 KiB
CSS
Executable File

.idc-total{
width: 96%;
margin: 0 auto 8px;
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
padding-left: 5px;
/* border-bottom: 1px solid #ccc; */
}
.idc-total h5 {
width: 80%;
}
.idc-total span{
font-size: 18px;
margin-right: 10px;
}
.idc-list{
width: 96%;
height: 120px;
background: #FEEAE9;
margin: 0 auto;
/* background: #fff; */
display: flex;
flex: 1;
align-items: flex-start;
justify-content: space-between;
/* border-bottom: 1px solid #ccc; */
border: 1px solid #FEEAE9;
border-radius: 5px;
margin-bottom: 8px;
padding-left: 5px;
}
.idc-list-price {
/* flex: 0 0 30%; */
}
.idc-list-right {
/* flex: 0 0 70%; */
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
padding-left: 30px;
position: relative;
}
.idc-list-title {
width: 200px;
font-size:15px;
font-weight: 200;
margin-bottom: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.idc-list-price {
font-size:15px;
color: #F02C43;
}
.idc-list-user{
font-size: 13px;
margin-bottom: 15px;
}
.idc-list-time {
width: 50%;
font-size:12px;
/* color: #F02C43; */
bottom: 10px;
}