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

Binary file not shown.

View File

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

View File

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

View File

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

View File

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