mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
微调#喵喵帮助 样式
This commit is contained in:
parent
2d597c24cb
commit
a43fc838d2
@ -1,7 +1,7 @@
|
|||||||
export const helpCfg = [{
|
export const helpCfg = [{
|
||||||
group: "游戏信息查询",
|
group: "游戏信息查询",
|
||||||
list: [{
|
list: [{
|
||||||
icon: 1,
|
icon: 61,
|
||||||
title: "#角色 #角色卡片 #探索",
|
title: "#角色 #角色卡片 #探索",
|
||||||
desc: "你的原神角色数据"
|
desc: "你的原神角色数据"
|
||||||
}, {
|
}, {
|
||||||
@ -9,7 +9,7 @@ export const helpCfg = [{
|
|||||||
title: "#深渊 #深渊12层",
|
title: "#深渊 #深渊12层",
|
||||||
desc: "深渊数据,打完请2小时后查询",
|
desc: "深渊数据,打完请2小时后查询",
|
||||||
}, {
|
}, {
|
||||||
icon: 61,
|
icon: 66,
|
||||||
title: "#五星 #武器 #今日素材",
|
title: "#五星 #武器 #今日素材",
|
||||||
desc: "你的原神角色详情数据"
|
desc: "你的原神角色详情数据"
|
||||||
}, {
|
}, {
|
||||||
|
@ -15,7 +15,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.head-box {
|
.head-box {
|
||||||
margin: 0 0 60px 0;
|
margin: 60px 0 0 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.head-box .title {
|
||||||
|
font-size: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cont-box {
|
.cont-box {
|
||||||
@ -34,7 +39,7 @@ body {
|
|||||||
color: #ceb78b;
|
color: #ceb78b;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 5px 0;
|
padding: 8px 0 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-table {
|
.help-table {
|
||||||
@ -57,7 +62,7 @@ body {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
box-shadow: 0 0 1px 0 #888 inset;
|
box-shadow: 0 0 1px 0 #888 inset;
|
||||||
padding: 9px 0 9px 50px;
|
padding: 12px 0 12px 50px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@ -88,22 +93,22 @@ body {
|
|||||||
background: url("icon.png") 0 0 no-repeat;
|
background: url("icon.png") 0 0 no-repeat;
|
||||||
background-size: 500px 500px;
|
background-size: 500px 500px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
left: 5px;
|
left: 6px;
|
||||||
top: 8px;
|
top: 12px;
|
||||||
transform: scale(0.85);
|
transform: scale(0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-title {
|
.help-title {
|
||||||
display: block;
|
display: block;
|
||||||
color: #d3bc8e;
|
color: #d3bc8e;
|
||||||
font-size: 15px;
|
font-size: 16px;
|
||||||
line-height: 22px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-desc {
|
.help-desc {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 18px;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user