docs: update mobile nav (#4292)

This commit is contained in:
neverland 2019-08-30 11:17:34 +08:00 committed by GitHub
parent 1cc45b36b7
commit dc8b166e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View File

@ -73,7 +73,9 @@ export default {
.side-nav {
box-sizing: border-box;
width: 100%;
padding: 64px 20px 20px;
min-height: 100vh;
padding: 46px 20px 20px;
background: @white;
.vant-title,
.vant-desc {
@ -111,8 +113,8 @@ export default {
.mobile-switch-lang {
position: absolute;
top: 24px;
right: 24px;
top: 20px;
right: 20px;
overflow: hidden;
color: @blue;
font-size: 12px;
@ -121,11 +123,11 @@ export default {
span {
display: inline-block;
width: 48px;
color: @gray-dark;
color: @text-color;
line-height: 22px;
text-align: center;
background-color: #f7f8fa;
border: 1px solid #dcdee0;
background-color: #fff;
border: 1px solid @border-color;
&:first-child {
border-right: none;

View File

@ -46,6 +46,9 @@ export default {
.mobile-nav {
&__item {
margin-bottom: 16px;
overflow: hidden;
border-radius: 6px;
box-shadow: 0 1px 5px #ebedf0;
}
&__icon {

View File

@ -58,6 +58,7 @@ body {
font-family: 'PingFang SC', Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, Arial, sans-serif;
line-height: 1;
background-color: #f8f8f8;
user-select: none;
-webkit-font-smoothing: antialiased;
}