Skip to content

Commit

Permalink
v3 PC端添加导航,导航在手机端比较难看,隐藏掉了
Browse files Browse the repository at this point in the history
  • Loading branch information
5MayRain committed May 24, 2020
1 parent 8049c95 commit f0ce206
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app-v3.js 的模板为GoIndex_v2.js
5.其中app.js有部分链接为外链,app-v2.js的所有链接均连接仓库中的文件

6.app-v3.j地址:https://cdn.jsdelivr.net/gh/5MayRain/goIndex-theme-nexmoe@1.1.5/app-v3.js
6.app-v3.j地址:https://cdn.jsdelivr.net/gh/5MayRain/goIndex-theme-nexmoe@1.1.6/app-v3.js

7.[详细教程](https://5mayrain.github.io/posts/%E6%95%99%E7%A8%8B/%E4%BD%BF%E7%94%A8goindex%E6%90%AD%E5%BB%BAgoogledrive%E7%BD%91%E7%AB%99%E7%9B%AE%E5%BD%95/)

Expand Down
16 changes: 10 additions & 6 deletions app-v3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion css/nexmoe_v2.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ opacity: 1; /*结尾状态 透明度为1*/
}

.mdui-select {
padding-right: 50px
padding-right: 50px;
margin-right: 20px !important;
}

.mdui-select-selected {
Expand Down Expand Up @@ -216,4 +217,9 @@ opacity: 1; /*结尾状态 透明度为1*/
border-radius: 10px;
-webkit-box-shadow: 0 0.2em 1em rgba(50, 50, 50, 0.8);
box-shadow: 0 0.2em 1em rgba(50, 50, 50, 0.8);
}

.nav-style > a:hover {
background-color: #1e89f2;
color: #ffff;
}

0 comments on commit f0ce206

Please sign in to comment.