去掉英文版入口
This commit is contained in:
parent
91215e6db9
commit
d422df5e42
@ -134,16 +134,9 @@
|
|||||||
background-color: #2c2c2c;
|
background-color: #2c2c2c;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation-bar__write {
|
|
||||||
text-align: center;
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-bar__button {
|
.navigation-bar__button {
|
||||||
@ -157,49 +150,6 @@
|
|||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 语言切换样式 */
|
|
||||||
.navigation-bar__lang-switcher {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
margin-left: auto;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
/* 隐藏下拉内容区域 */
|
|
||||||
.navigation-bar__dropdown-content {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 当鼠标悬停在按钮上时,显示下拉内容区域 */
|
|
||||||
.navigation-bar__dropdown:hover .navigation-bar__dropdown-content {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 样式化下拉按钮 */
|
|
||||||
.navigation-bar__dropbtn {
|
|
||||||
background-color: #4CAF50;
|
|
||||||
color: white;
|
|
||||||
padding: 10px 16px;
|
|
||||||
font-size: 16px;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 样式化下拉选项 */
|
|
||||||
.navigation-bar__dropdown-content a {
|
|
||||||
color: black;
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
padding: 12px 16px;
|
|
||||||
text-decoration: none;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 当鼠标悬停在下拉选项上时,更改其背景颜色 */
|
|
||||||
.navigation-bar__dropdown-content a:hover {
|
|
||||||
background-color: #b2b2b2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.splash-screen {
|
.splash-screen {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -319,22 +269,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="landing">
|
<div class="landing">
|
||||||
<div class="navigation-bar">
|
<div class="navigation-bar">
|
||||||
<div class="navigation-bar__write">
|
|
||||||
<a class="navigation-bar__button button" href="app" title="The app">
|
<a class="navigation-bar__button button" href="app" title="The app">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon"><path d="M 16.8363,2.73375C 16.45,2.73375 16.0688,2.88125 15.7712,3.17375L 13.6525,5.2925L 18.955,10.5962L 21.0737,8.47625C 21.665,7.89 21.665,6.94375 21.0737,6.3575L 17.895,3.17375C 17.6025,2.88125 17.2163,2.73375 16.8363,2.73375 Z M 12.9437,6.00125L 4.84375,14.1062L 7.4025,14.39L 7.57875,16.675L 9.85875,16.85L 10.1462,19.4088L 18.2475,11.3038M 4.2475,15.0437L 2.515,21.7337L 9.19875,19.9412L 8.955,17.7838L 6.645,17.6075L 6.465,15.2925"></path></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon"><path d="M 16.8363,2.73375C 16.45,2.73375 16.0688,2.88125 15.7712,3.17375L 13.6525,5.2925L 18.955,10.5962L 21.0737,8.47625C 21.665,7.89 21.665,6.94375 21.0737,6.3575L 17.895,3.17375C 17.6025,2.88125 17.2163,2.73375 16.8363,2.73375 Z M 12.9437,6.00125L 4.84375,14.1062L 7.4025,14.39L 7.57875,16.675L 9.85875,16.85L 10.1462,19.4088L 18.2475,11.3038M 4.2475,15.0437L 2.515,21.7337L 9.19875,19.9412L 8.955,17.7838L 6.645,17.6075L 6.465,15.2925"></path></svg>
|
||||||
开始写作
|
开始写作
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="navigation-bar__lang-switcher">
|
|
||||||
<div class="navigation-bar__dropdown">
|
|
||||||
<button class="navigation-bar__dropbtn">Language</button>
|
|
||||||
<div class="navigation-bar__dropdown-content">
|
|
||||||
<a href="/">简体中文</a>
|
|
||||||
<a href="https://stackedit.net" target="_blank">English</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="splash-screen">
|
<div class="splash-screen">
|
||||||
<div class="splash-screen__logo">
|
<div class="splash-screen__logo">
|
||||||
<div class="splash-screen__subtitle">
|
<div class="splash-screen__subtitle">
|
||||||
|
Loading…
Reference in New Issue
Block a user