🎨 style: 更新界面

This commit is contained in:
zhiyu1998 2024-08-19 13:53:27 +08:00
parent c425b79a79
commit 6dd178be9d
18 changed files with 25 additions and 31 deletions

View File

@ -15,18 +15,9 @@
- icon: pic1
title: "#累了"
desc: 疲惫往往是过度劳累
- icon: youthLearning
title: "#青年大学习"
desc: 青年大学习答案和截图
- icon: searchBook
title: "#搜书/#bookid"
desc: 基于zli的搜书功能
- icon: zhubai
title: "#竹白"
desc: 基于竹白百科的搜索
- icon: 百科
title: "#百科/wiki xxx"
desc: 百度百科/搜狗百科
- group: 工具类合集
list:
- icon: translate
@ -47,7 +38,7 @@
- icon: youtube
title: "油管"
desc: 油管学习版分享实时下载
- icon: 推特
- icon: twitter
title: "小蓝鸟"
desc: 推特学习版分享实时下载
- icon: acfun

Binary file not shown.

View File

@ -1,6 +1,6 @@
@font-face {
font-family: "tttgbnumber";
src: url("../../../../../resources/font/tttgbnumber.ttf");
font-family: "PermanentMarker";
src: url("../../font/PermanentMarker.ttf");
font-weight: normal;
font-style: normal;
}
@ -24,13 +24,13 @@ body {
.container {
width: 788px;
padding: 20px 15px 10px 15px;
background-image: url(../../img/bg.jpeg);
background-image: url(../../img/bg.jpg);
background-size: 100%;
}
.head_box {
border-radius: 15px;
font-family: 'tttgbnumber';
font-family: 'PermanentMarker', serif;
padding: 10px 20px;
position: relative;
color: white;
@ -38,17 +38,20 @@ body {
}
.head_box .id_text {
margin-left: 200px;
color: #708871;
font-size: 24px;
}
.head_box .day_text {
margin-left: 200px;
color: #708871;
font-size: 20px;
}
.head_box .genshin_logo {
position: absolute;
top: -10px;
right: 15px;
top: -20px;
width: 97px;
}
@ -58,7 +61,7 @@ body {
}
.uid {
font-family: tttgbnumber;
font-family: PermanentMarker, serif;
}
.data_box {
@ -97,7 +100,7 @@ body {
}
.num {
font-family: tttgbnumber;
font-family: PermanentMarker, serif;
font-size: 24px;
}
@ -154,5 +157,5 @@ body {
text-align: center;
font-size: 14px;
color: white;
font-family: 'tttgbnumber';
font-family: 'PermanentMarker', serif;
}

View File

@ -4,9 +4,9 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{{pluResPath}}html/help/help.css" />
<link rel="preload" href="{{resPath}}font/tttgbnumber.ttf" as="font" />
<link rel="preload" href="{{pluResPath}}img/bg.jpeg" as="image" />
<link rel="preload" href="{{pluResPath}}img/rank/top.png" as="image" />
<link rel="preload" href="{{resPath}}font/PermanentMarker.ttf" as="font" />
<link rel="preload" href="{{pluResPath}}img/bg.jpg" as="image" />
<link rel="preload" href="{{pluResPath}}img/rank/logo.png" as="image" />
<link rel="shortcut icon" href="#" />
</head>
{{@headStyle}}
@ -15,8 +15,8 @@
<div class="container" id="container">
<div class="head_box">
<div class="id_text">R-Plugin</div>
<h2 class="day_text">使用说明-当前版本v{{version}}</h2>
<img class="genshin_logo" src="{{pluResPath}}img/rank/top.png" />
<h2 class="day_text">Verv{{version}}</h2>
<img class="genshin_logo" src="{{pluResPath}}img/rank/logo.png" />
</div>
{{each helpData val}}
<div class="data_box">

View File

@ -1,6 +1,6 @@
@font-face {
font-family: "tttgbnumber";
src: url("../../../../../resources/font/tttgbnumber.ttf");
font-family: "PermanentMarker";
src: url("../../font/PermanentMarker.ttf");
font-weight: normal;
font-style: normal;
}
@ -13,14 +13,14 @@
}
body {
font-size: 16px;
font-family: "tttgbnumber";
font-family: "PermanentMarker", serif;
transform: scale(1.5);
transform-origin: 0 0;
color: white;
}
.container {
width: 536px;
background-image: url(../../img/bg.jpeg);
background-image: url(../../img/bg.jpg);
background-size: 100%;
padding: 10px 0 10px 0;
}
@ -78,5 +78,5 @@ body {
text-align: center;
font-size: 14px;
color: white;
font-family: 'tttgbnumber';
font-family: 'PermanentMarker', serif;
}

View File

@ -8,8 +8,8 @@
type="text/css"
href="{{pluResPath}}html/version/version.css"
/>
<link rel="preload" href="{{resPath}}font/tttgbnumber.ttf" as="font" />
<link rel="preload" href="{{pluResPath}}img/bg.jpeg" as="image" />
<link rel="preload" href="{{resPath}}font/PermanentMarker.ttf" as="font" />
<link rel="preload" href="{{pluResPath}}img/bg.jpg" as="image" />
</head>
<body>
<div class="container" id="container">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 MiB

BIN
resources/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

BIN
resources/img/rank/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB