mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
45 lines
609 B
Plaintext
45 lines
609 B
Plaintext
.container {
|
|
padding: 45px 15px 0;
|
|
}
|
|
|
|
.title {
|
|
margin: 0 0 15px;
|
|
text-align: center;
|
|
user-select: none;
|
|
}
|
|
|
|
.logo,
|
|
.title-text {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.title-text {
|
|
font-size: 32px;
|
|
margin-left: 15px;
|
|
font-weight: 400;
|
|
font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
|
|
}
|
|
|
|
.logo {
|
|
width: 36px;
|
|
height: 36px;
|
|
}
|
|
|
|
.desc {
|
|
font-size: 14px;
|
|
color: #455a64;
|
|
margin: 0 0 60px;
|
|
text-align: center;
|
|
}
|
|
|
|
.mobile-nav {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.mobile-nav__title {
|
|
font-size: 16px;
|
|
background-color: #fff;
|
|
padding: 17px 15px;
|
|
}
|