96 lines
1.7 KiB
SCSS
96 lines
1.7 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;
|
|
}
|
|
// .cardiac-moment-big-box{
|
|
// display: flex;
|
|
// flex-wrap: wrap;
|
|
// align-items: center;
|
|
// }
|
|
// .cardiac-moment-big-text-box{
|
|
// width: 200px;
|
|
// }
|
|
// .cardiac-moment-big-img-box{
|
|
// width: 300px;
|
|
// height: 450px;
|
|
// overflow: hidden;
|
|
// margin-left: 200px;
|
|
// }
|
|
// .cardiac-moment-big-img-box img{
|
|
// width: 100%;
|
|
// height: 100%;
|
|
// object-fit: contain;
|
|
// }
|
|
.todo-list-big-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.todo-list-box {
|
|
height: 120px;
|
|
width: 50%;
|
|
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;
|
|
} |