2020-01-09 16:29:09 +08:00
|
|
|
|
2020-01-10 14:30:31 +08:00
|
|
|
.content {
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
justify-content: center;
|
2020-01-09 16:29:09 +08:00
|
|
|
}
|
2020-01-10 14:30:31 +08:00
|
|
|
.item-count {
|
|
|
|
font-size: 15rpx;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
align-items: center;
|
2020-01-09 16:29:09 +08:00
|
|
|
}
|
2020-01-10 14:30:31 +08:00
|
|
|
.item-li {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
height: auto;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
-webkit-box-align: start;
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
min-width: 50%;
|
|
|
|
width: 95%;
|
|
|
|
min-width: 95%;
|
|
|
|
min-height: 180rpx;
|
|
|
|
margin: 10rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
padding: 5rpx;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
box-shadow: 8rpx 8rpx 10rpx #d9d9d9;
|
2020-01-09 16:29:09 +08:00
|
|
|
}
|
2020-01-10 14:30:31 +08:00
|
|
|
.item-title {
|
|
|
|
font-size: 28rpx;
|
2020-01-09 16:29:09 +08:00
|
|
|
font-weight: bold;
|
2020-01-10 14:30:31 +08:00
|
|
|
color: #000000;
|
2020-01-09 16:29:09 +08:00
|
|
|
}
|
2020-01-10 14:30:31 +08:00
|
|
|
.item-content {
|
2020-01-09 16:29:09 +08:00
|
|
|
font-size: 30rpx;
|
2020-01-10 14:30:31 +08:00
|
|
|
color: #000000;
|
2020-01-09 16:29:09 +08:00
|
|
|
}
|
2020-01-10 14:30:31 +08:00
|
|
|
.item-count-tag {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: #000000;
|
|
|
|
background: #008B8B;
|
|
|
|
padding: 10rpx;
|
|
|
|
height: 35rpx;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
box-shadow: 8rpx 8rpx 10rpx #d9d9d9;
|
2020-01-09 16:29:09 +08:00
|
|
|
}
|
2020-01-10 14:30:31 +08:00
|
|
|
.item-count-yet {
|
|
|
|
color: #FFFFFF;
|
2020-01-09 16:29:09 +08:00
|
|
|
}
|
2020-01-10 14:30:31 +08:00
|
|
|
.item-count-not {
|
|
|
|
color: #f9e9c3;
|
|
|
|
}
|
|
|
|
.item-tag-box {
|
2020-01-09 17:45:45 +08:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2020-01-10 14:30:31 +08:00
|
|
|
-webkit-box-align: start;
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
.item-bottom-box {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
margin-top: 15rpx;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
align-items: center;
|
2020-01-09 17:45:45 +08:00
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
2020-01-10 14:30:31 +08:00
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
.item-time {
|
|
|
|
font-size: 25rpx;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.item-tag {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
justify-content: center;
|
2020-01-09 17:45:45 +08:00
|
|
|
-webkit-box-align: start;
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
2020-01-10 14:30:31 +08:00
|
|
|
text-align: left;
|
|
|
|
font-size: 25rpx;
|
2020-01-09 17:45:45 +08:00
|
|
|
}
|
2020-01-09 16:29:09 +08:00
|
|
|
|