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.
 
 
 
 
 
 

29 lines
381 B

.container {
width: 100%;
height: 200rpx;
}
.handle {
display: flex;
justify-content: space-between;
}
.card {
font-size: 14px;
margin: 20px;
padding: 20px;
box-sizing: border-box;
border: 1px solid #abdcff;
background-color: #f0faff;
border-radius: 12px;
}
.time {}
.button {
color: blue;
border-radius: 8px;
line-height: 30px;
font-size: 16px;
width: 70px;
}