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.
 

89 lines
1.2 KiB

page{
background: #f4f4f4;
height: 100%;
}
.section {
background: #fff;
margin-top: 10px;
text-align: center;
height: 30px;
margin-left: 10%;
margin-right: 10%;
border-radius: 10rpx;
font-size: 16px;
color: #ccc;
border: 1rpx solid #ccc;
}
.picker {
line-height: 30px;
}
.listContainer {
margin-top: 10px;
height: calc(100% - 50px);
display: flex;
flex-direction: column;
}
.header{
height: 60px;
width: 100%;
display: flex;
flex-direction: column;
}
.headerSectionTop{
/* height: 50%; */
height: 30px;
width: 100%;
line-height: 30px;
display: flex;
flex-direction: row;
border-bottom: 1rpx solid #ccc;
}
.headerSectionBottom{
/* height: 50%; */
height: 30px;
width: 100%;
line-height: 30px;
display: flex;
flex-direction: row;
}
.dateView{
height: 100%;
width: 50%;
font-size: 18px;
}
.titleView{
height: 100%;
width: 33.3%;
font-size: 16px;
text-align: center;
}
.infoView{
width: 100%;
display: flex;
flex-direction: column;
}
.infoDetail{
height: 30px;
line-height: 30px;
width: 100%;
display: flex;
flex-direction: row;
}
.item {
display: flex;
padding: 10rpx 20rpx;
flex-direction: column;
background-color: #fff;
}