settings panel style
This commit is contained in:
parent
1059099978
commit
6cf85280bd
|
@ -48,9 +48,6 @@ const handleClose = () => {
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<span>设置面板</span>
|
<span>设置面板</span>
|
||||||
<span @click="changeLang"
|
|
||||||
><Icon class="change-lang" icon="mdi:spoken-language"
|
|
||||||
/></span>
|
|
||||||
<span><Icon class="settings-icon" icon="uiw:setting-o" /></span>
|
<span><Icon class="settings-icon" icon="uiw:setting-o" /></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mode">
|
<div class="mode">
|
||||||
|
@ -71,6 +68,9 @@ const handleClose = () => {
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="fix-loli">
|
||||||
|
<span>语言设置</span>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<!-- 设置主页的宽度 -->
|
<!-- 设置主页的宽度 -->
|
||||||
<span>主页页面宽度设置</span>
|
<span>主页页面宽度设置</span>
|
||||||
|
@ -82,10 +82,7 @@ const handleClose = () => {
|
||||||
</div>
|
</div>
|
||||||
<!-- 背景设置组件 -->
|
<!-- 背景设置组件 -->
|
||||||
<Background />
|
<Background />
|
||||||
<div class="fix-loli">
|
|
||||||
<!-- 处理固定看板娘按钮点击事件,点击切换是否固定看板娘 -->
|
|
||||||
<span>语言设置</span>
|
|
||||||
</div>
|
|
||||||
<div><button class="reset">恢复所有设置为默认</button></div>
|
<div><button class="reset">恢复所有设置为默认</button></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -177,46 +174,10 @@ const handleClose = () => {
|
||||||
}
|
}
|
||||||
/* 固定看板娘 */
|
/* 固定看板娘 */
|
||||||
.fix-loli {
|
.fix-loli {
|
||||||
margin-top: 50px;
|
margin-bottom: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.switch-input {
|
|
||||||
height: 0;
|
|
||||||
width: 0;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.switch-label {
|
|
||||||
cursor: pointer;
|
|
||||||
text-indent: -9999px;
|
|
||||||
width: 50px;
|
|
||||||
height: 27px;
|
|
||||||
background: @kungalgame-trans-blue-2;
|
|
||||||
display: block;
|
|
||||||
border-radius: 100px;
|
|
||||||
position: relative;
|
|
||||||
&:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 2px;
|
|
||||||
left: 2px;
|
|
||||||
width: 23px;
|
|
||||||
height: 23px;
|
|
||||||
background: @kungalgame-white;
|
|
||||||
border-radius: 15px;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.switch-input:checked + .switch-label {
|
|
||||||
background: @kungalgame-blue-4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.switch-input:checked + .switch-label:after {
|
|
||||||
left: calc(100% - 2px);
|
|
||||||
transform: translateX(-100%);
|
|
||||||
}
|
|
||||||
.reset {
|
.reset {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -45,9 +45,7 @@ const settingsStore = useSettingsPanelStore()
|
||||||
.kungalgame-background-container {
|
.kungalgame-background-container {
|
||||||
display: block;
|
display: block;
|
||||||
/* 背景菜单的高度 */
|
/* 背景菜单的高度 */
|
||||||
height: 300px;
|
height: 100%;
|
||||||
top: 100%;
|
|
||||||
left: 0%;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: @kungalgame-font-color-3;
|
color: @kungalgame-font-color-3;
|
||||||
|
|
|
@ -33,8 +33,7 @@ import {
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
/* 看板娘 */
|
/* 看板娘 */
|
||||||
.loli {
|
.loli {
|
||||||
height: 100%;
|
width: 0;
|
||||||
width: 300px;
|
|
||||||
/* 定位看板娘,重要 */
|
/* 定位看板娘,重要 */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|
Loading…
Reference in a new issue