微调#喵喵帮助 样式

This commit is contained in:
yoimiya-kokomi 2022-04-11 04:58:36 +08:00
parent 2d597c24cb
commit a43fc838d2
2 changed files with 16 additions and 11 deletions

View File

@ -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: "你的原神角色详情数据"
}, {

View File

@ -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;
}