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.

166 lines
3.0 KiB

.banner-wrapper {
9 years ago
position: relative;
width: 100%;
overflow: hidden;
background: url("https://gw.alipayobjects.com/zos/rmsportal/UuWvfiYyEArxEECAKvRt.png") no-repeat center / cover;
}
.banner-text-wrapper {
9 years ago
position: absolute;
right: 9%;
top: 55%;
color: @heading-color;
}
.banner-text-wrapper h2 {
font-size: 56px;
line-height: 64px;
font-weight: 500;
color: @heading-color;
font-family: "Helvetica Neue", sans-serif;
margin: 0;
}
.banner-text-wrapper h2 p {
color: #f9323f;
9 years ago
display: inline-block;
margin: 0;
}
.banner-text-wrapper .line {
width: 2px;
height: 96px;
9 years ago
position: absolute;
background: #d7dce0;
9 years ago
top: 16px;
left: -25px;
}
.banner-text-wrapper > p {
margin: 20px auto 32px;
font-size: 20px;
color: @text-color;
}
.banner-text-wrapper .start-button {
9 years ago
margin-bottom: 24px;
.ant-btn {
8 years ago
height: 40px;
border-radius: 100px;
margin-right: 16px;
font-size: 16px;
width: 114px;
9 years ago
text-align: center;
a {
text-decoration: none;
}
9 years ago
}
}
.banner-text-wrapper .github-btn {
9 years ago
line-height: 14px;
a:hover {
color: #333;
}
}
.down {
9 years ago
text-align: center;
position: absolute;
bottom: 30px;
left: 50%;
margin-left: -7px;
color: @text-color-secondary;
animation: upDownMove 1.2s ease-in-out infinite alternate;
}
.page {
9 years ago
min-height: 700px;
height: 100vh;
}
.content-wrapper {
9 years ago
width: 100%;
max-width: 1500px;
9 years ago
margin: auto;
overflow: hidden;
background: #fff;
9 years ago
.image-wrapper {
width: 60%;
9 years ago
float: left;
position: relative;
}
9 years ago
.text-wrapper {
width: 40%;
9 years ago
float: left;
position: relative;
top: 50%;
transform: translateY(-50%);
left: 110px;
font-family: Lato, @font-family;
z-index: 1;
9 years ago
}
.text-wrapper h2,
.text-wrapper-bottom h2 {
font-size: 38px;
color: @heading-color;
line-height: 46px;
font-weight: 500;
white-space: nowrap;
9 years ago
}
.text-wrapper p {
margin: 20px 0 40px;
9 years ago
font-size: 16px;
line-height: 24px;
color: @text-color;
9 years ago
}
.left-text {
padding-left: 10%;
left: 0;
9 years ago
}
}
7 years ago
#page3 .text-wrapper {
left: -30px;
}
.image1 {
9 years ago
background: url("https://t.alipayobjects.com/images/T1Ch8kXfpdXXXXXXXX.png") no-repeat right / 841px;
height: 511px;
top: 50%;
margin-top: -256px;
}
.image2 {
9 years ago
background: url("https://t.alipayobjects.com/images/T1r5RkXotXXXXXXXXX.png") no-repeat left / 800px;
height: 474px;
top: 50%;
margin-top: -266px;
}
.image3 {
9 years ago
padding-right: 10%;
background: url("https://t.alipayobjects.com/images/T1nx0kXdFfXXXXXXXX.png") no-repeat right / 639px;
background-origin: content-box;
height: 500px;
top: 50%;
margin-top: -250px;
}
.image4 {
9 years ago
background: url("https://t.alipayobjects.com/images/T1lyJkXg4aXXXXXXXX.png") no-repeat center / 615px;
height: 364px;
margin: auto;
}
.text-wrapper-bottom {
9 years ago
text-align: center;
margin: 10% auto 40px;
}
.text-wrapper-bottom p {
9 years ago
margin: 20px auto;
font-size: 16px;
line-height: 24px;
color: @text-color;
9 years ago
}
@keyframes upDownMove {
to {
transform: translateY(10px);
}
}