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 = [{
|
||||
group: "游戏信息查询",
|
||||
list: [{
|
||||
icon: 1,
|
||||
icon: 61,
|
||||
title: "#角色 #角色卡片 #探索",
|
||||
desc: "你的原神角色数据"
|
||||
}, {
|
||||
@ -9,7 +9,7 @@ export const helpCfg = [{
|
||||
title: "#深渊 #深渊12层",
|
||||
desc: "深渊数据,打完请2小时后查询",
|
||||
}, {
|
||||
icon: 61,
|
||||
icon: 66,
|
||||
title: "#五星 #武器 #今日素材",
|
||||
desc: "你的原神角色详情数据"
|
||||
}, {
|
||||
|
@ -15,7 +15,12 @@ body {
|
||||
}
|
||||
|
||||
.head-box {
|
||||
margin: 0 0 60px 0;
|
||||
margin: 60px 0 0 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.head-box .title {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
.cont-box {
|
||||
@ -34,7 +39,7 @@ body {
|
||||
color: #ceb78b;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
padding: 5px 0;
|
||||
padding: 8px 0 5px 10px;
|
||||
}
|
||||
|
||||
.help-table {
|
||||
@ -57,7 +62,7 @@ body {
|
||||
font-size: 14px;
|
||||
display: table-cell;
|
||||
box-shadow: 0 0 1px 0 #888 inset;
|
||||
padding: 9px 0 9px 50px;
|
||||
padding: 12px 0 12px 50px;
|
||||
line-height: 24px;
|
||||
position: relative;
|
||||
width: 50%;
|
||||
@ -88,22 +93,22 @@ body {
|
||||
background: url("icon.png") 0 0 no-repeat;
|
||||
background-size: 500px 500px;
|
||||
border-radius: 5px;
|
||||
left: 5px;
|
||||
top: 8px;
|
||||
left: 6px;
|
||||
top: 12px;
|
||||
transform: scale(0.85);
|
||||
}
|
||||
|
||||
.help-title {
|
||||
display: block;
|
||||
color: #d3bc8e;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.help-desc {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user