191 lines
4.0 KiB
SCSS
191 lines
4.0 KiB
SCSS
.index {
|
|
// background-color: #002329;
|
|
// width: 100vw;
|
|
// height: 100vh;
|
|
// padding-left: 100px;
|
|
// padding-right: 100px;
|
|
|
|
.index-book {
|
|
margin-top: 80px;
|
|
// width: 100%;
|
|
min-height: 300px;
|
|
// padding: 20px;
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
// background-color: #f0f0f0;
|
|
// background-color: #f0f5ff;
|
|
// background-color: yellow;
|
|
.index_book_left {
|
|
width: 600px;
|
|
min-height: 300px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
// background-color: rgb(208, 255, 0);
|
|
.left_title {
|
|
font-size: 50px;
|
|
font-weight: 700;
|
|
color: #69b1ff;
|
|
}
|
|
.left_text {
|
|
font-size: 30px;
|
|
}
|
|
.left_mobile {
|
|
margin-top: 20px;
|
|
width: 100%;
|
|
font-size: 30px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
// align-items: center;
|
|
// justify-content: space-around;
|
|
// background-color: yellow;
|
|
|
|
}
|
|
.left_btn {
|
|
margin-top: 40px;
|
|
// background-color: aqua;
|
|
// display: none;
|
|
.startRead {
|
|
width: 200px;
|
|
}
|
|
}
|
|
}
|
|
.index_book_img {
|
|
width: 400px;
|
|
height: 400px;
|
|
}
|
|
}
|
|
|
|
.svgItems {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
// background-color: yellow;
|
|
margin-top: 20px;
|
|
// padding: 20px;
|
|
.bookImg {
|
|
display: none;
|
|
}
|
|
}
|
|
.index_btn {
|
|
// background-color: yellow;
|
|
.startRead {
|
|
width: 200px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1536px) {
|
|
.index {
|
|
padding: 100px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
// background-color: aqua;
|
|
|
|
.index-book {
|
|
width: 100%;
|
|
max-width: 1400px;
|
|
|
|
// max-width: 2000px;
|
|
// padding: 20px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
// justify-content: center;
|
|
justify-content: space-between;
|
|
background-color: #f0f5ff;
|
|
border-radius: 20px;
|
|
|
|
.index_book_left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
// background-color: yellow;
|
|
// background-color: #69b1ff;
|
|
.left_mobile {
|
|
display: none;
|
|
}
|
|
.left_btn {
|
|
display: flex;
|
|
|
|
.startRead {
|
|
// display: flex;
|
|
width: 200px;
|
|
}
|
|
}
|
|
}
|
|
.index_book_img {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
// background-color: yellow;
|
|
}
|
|
}
|
|
|
|
.svgItems {
|
|
// width: 1400px;
|
|
width: 100%;
|
|
max-width: 1400px;
|
|
margin-top: 80px;
|
|
// padding: 0px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
// background-color: #69b1ff;
|
|
// background-color: yellow;
|
|
// background-color: brown;
|
|
.svgItem {
|
|
// min-width: 1400px;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
// background-color: #69b1ff;
|
|
.bookImg {
|
|
width: 350px;
|
|
height: 350px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
// background-color: yellow;
|
|
.bookImg_text {
|
|
margin-top: 20px;
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.index_btn {
|
|
.startRead {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 60px;
|
|
// margin-bottom: 20px;
|
|
font-size: 14px;
|
|
// background-color: yellow;
|
|
}
|