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.
 

91 lines
1.6 KiB

.ag {
display: inline-flex;
flex-direction: column;
width: 100vw;
height: 100vh;
align-items: center;
}
.logo {
width: 86px;
height: 86px;
margin-top: 40px;
}
.name {
font-family: Noto IKEA Simplified Chinese;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 21px;
height: 23px;
display: flex;
align-items: center;
text-align: center;
/* Font color/深灰 */
color: #6a6665;
margin-top: 8px;
}
.desc {
margin-top: 70px;
width: calc(100vw - 102px);
height: 198px;
text-align: left;
}
.title {
font-family: Noto IKEA Simplified Chinese;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 21px;
color: #474747;
}
.p {
font-family: Noto IKEA Simplified Chinese;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
color: #474747;
margin-top: 16px;
text-indent: 2em;
}
.og {
color: #ef9617;
}
.btns {
width: calc(100vw - 70px);
display: flex;
justify-content: space-between;
}
.btn1 {
width: 140px;
height: 50px;
font-family: Noto IKEA Simplified Chinese;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 50px;
text-align: center;
color: #767571;
border: 1px solid #b3aea7;
box-sizing: border-box;
border-radius: 100px;
}
.btn2 {
width: 140px;
height: 50px;
font-family: Noto IKEA Simplified Chinese;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 50px;
text-align: center;
color: #474747;
border: 1px solid #ffdb00;
box-sizing: border-box;
background: #ffdb00;
box-shadow: 0px 4px 20px rgba(215, 148, 87, 0.33);
border-radius: 30px;
}