Newer
Older
page-outGoingReport {
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.item-header{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
font-size: 2rem;
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.item-header-style{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.item-title{
font-size: 18px;
}
.icon{
width: 20px;
height: 20px;
margin-right: 5px;
}
.btn{
// float: right;
background-color: white;
margin: 0 0;
font-size: 6px;
}
.btn1{
border: 1px solid #69c4e2;
color: #69c4e2;
.list-ios > .item-block{
margin-bottom: 10px;
}
.list-ios .item-block .item-inner{
border: none;
}
.content-box{
padding-bottom: 15px;
border-bottom: 1px solid #f1f2f3;
}
.content-item-box{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: left;
box-sizing: border-box;
margin: 5px 0;
font-size: 1.5rem;
position: relative;
.item-span{
position: absolute;
right: 0;
top: 0;
font-size: 1.4rem;
}
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
}
.data{
color: #666666;
font-size: 14px;
}
.data-1{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; //文本行数
overflow: hidden;
white-space: normal;
}
.sign-up{
background-color: #4a89fa;
height: 27px;
width: 70px;
border-radius: 2px;
color: white;
float: right;
}
.back-btn{
width: 30px;
height: 30px;
}
}