56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
|
|
.task-content {}
|
|
.task-content .task-content-item {
|
|
padding: 5rpx 0;
|
|
}
|
|
.task-content .task-count {
|
|
text-align: left|center;
|
|
font-size: 25rpx;
|
|
}
|
|
.task-content-hover {
|
|
background-color: #effaff;
|
|
}
|
|
.task-content:last-child {
|
|
border: none;
|
|
}
|
|
.task-content .task-name {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
}
|
|
.task-content .evalutaion-name {
|
|
font-size: 30rpx;
|
|
}
|
|
.task-content .task-time {
|
|
text-align: right;
|
|
font-size: 25rpx;
|
|
}
|
|
.task-content .task-type {
|
|
text-align: right;
|
|
font-size: 25rpx;
|
|
}
|
|
.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: 90%;
|
|
min-height: 50px;
|
|
margin: 10px;
|
|
background: #FFFFFF;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
box-shadow: 5rpx 5rpx 15px #d9d9d9;
|
|
}
|
|
|