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.
43 lines
578 B
43 lines
578 B
2 years ago
|
.wrip-view {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.swip {
|
||
|
background: rgb(243, 243, 243);
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.swip-text {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
z-index: 100;
|
||
|
text-align: center;
|
||
|
font-size: 20px;
|
||
|
color: rgb(95, 95, 95);
|
||
|
}
|
||
|
|
||
|
.task {
|
||
|
padding: 8px;
|
||
|
}
|
||
|
|
||
|
.task-item {
|
||
|
padding: 8px 4px 10px 4px;
|
||
|
margin: 10px 0;
|
||
|
border-radius: 10px;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.task-item-title {
|
||
|
font-family: "楷体";
|
||
|
font-size: 18px;
|
||
|
margin-bottom: 6px;
|
||
|
}
|
||
|
|
||
|
.task-item-text {
|
||
|
font-size: 10px;
|
||
|
color: rgb(146, 146, 146);
|
||
|
}
|
||
|
.error{
|
||
|
text-align: center;
|
||
|
padding: 20px;
|
||
|
}
|