mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
35 lines
478 B
Plaintext
35 lines
478 B
Plaintext
.container {
|
|
padding: 60px 0 20px;
|
|
}
|
|
|
|
.title {
|
|
margin: 0 0 15px;
|
|
text-align: center;
|
|
user-select: none;
|
|
}
|
|
|
|
.logo,
|
|
.title-text {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.title-text {
|
|
font-size: 40px;
|
|
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 20px;
|
|
text-align: center;
|
|
}
|