78 lines
1.3 KiB
SCSS
78 lines
1.3 KiB
SCSS
.box{
|
|
width: 100%;
|
|
// background-color: black;
|
|
}
|
|
|
|
// 心愿清单
|
|
.cardiac-moment-pos-box{
|
|
width: 100%;
|
|
// height: 600px;
|
|
// display: flex;
|
|
// justify-content: center;
|
|
position: relative;
|
|
margin-top: 5vw;
|
|
padding-bottom: 2vw;
|
|
}
|
|
|
|
.cardiac-moment-img-box{
|
|
width: 65%;
|
|
height: 70%;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
bottom: 0;
|
|
z-index: -1;
|
|
}
|
|
.cardiac-moment-img-box img{
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
.cardiac-moment-big-box{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.todo-list-big-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.todo-list-box {
|
|
height: 120px;
|
|
width: 60%;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0px 0px 0px 20px;
|
|
background-color: rgb(229, 229, 229);
|
|
border-radius: 40px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.todo-list-check-box {
|
|
height: 40px;
|
|
width: 40px;
|
|
margin: 0px 0px 0px 30px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.todo-list-check-img {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.todo-list-text-box {
|
|
margin: 0px 0px 0px 20px;
|
|
}
|
|
|
|
.todo-list-time {
|
|
margin: 5px 0px 0px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.todo-list-text {
|
|
font-size: 25px;
|
|
} |