修复七圣召唤显示错误

This commit is contained in:
bbaban 2023-09-06 18:21:47 +08:00
parent 9a7fd50c65
commit 28f1c5d4da
6 changed files with 15 additions and 6 deletions

View File

@ -27,6 +27,10 @@ body {
} }
.head_box { .head_box {
border-radius: 15px;
font-family: tttgbnumber;
padding: 10px 20px;
position: relative;
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%); box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
} }

View File

@ -5,8 +5,7 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" href="#" /> <link rel="shortcut icon" href="#" />
<link rel="stylesheet" type="text/css" href="{{pluResPath}}html/deck/deck.css" /> <link rel="stylesheet" type="text/css" href="{{pluResPath}}html/deck/deck.css" />
<link rel="preload" href="{{resPath}}/font/tttgbnumber.ttf" as="font"> <link rel="preload" href="{{pluResPath}}font/tttgbnumber.ttf" as="font">
<link rel="preload" href="{{pluResPath}}img/roleIndex/namecard/{{bg}}.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg5.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg5.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg4.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg4.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg105.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg105.png" as="image">

View File

@ -37,6 +37,10 @@ body {
} }
.head_box { .head_box {
border-radius: 15px;
font-family: tttgbnumber;
padding: 10px 20px;
position: relative;
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%); box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
} }

View File

@ -5,8 +5,7 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" href="#" /> <link rel="shortcut icon" href="#" />
<link rel="stylesheet" type="text/css" href="{{pluResPath}}html/deckCard/deckCard.css" /> <link rel="stylesheet" type="text/css" href="{{pluResPath}}html/deckCard/deckCard.css" />
<link rel="preload" href="{{resPath}}/font/tttgbnumber.ttf" as="font"> <link rel="preload" href="{{pluResPath}}font/tttgbnumber.ttf" as="font">
<link rel="preload" href="{{pluResPath}}img/roleIndex/namecard/{{bg}}.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg5.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg5.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg4.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg4.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg105.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg105.png" as="image">

View File

@ -27,6 +27,10 @@ body {
} }
.head_box { .head_box {
border-radius: 15px;
font-family: tttgbnumber;
padding: 10px 20px;
position: relative;
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%); box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
} }

View File

@ -5,8 +5,7 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" href="#" /> <link rel="shortcut icon" href="#" />
<link rel="stylesheet" type="text/css" href="{{pluResPath}}html/deckList/deckList.css" /> <link rel="stylesheet" type="text/css" href="{{pluResPath}}html/deckList/deckList.css" />
<link rel="preload" href="{{resPath}}/font/tttgbnumber.ttf" as="font"> <link rel="preload" href="{{pluResPath}}font/tttgbnumber.ttf" as="font">
<link rel="preload" href="{{pluResPath}}img/roleIndex/namecard/{{bg}}.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg5.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg5.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg4.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg4.png" as="image">
<link rel="preload" href="{{pluResPath}}img/other/bg105.png" as="image"> <link rel="preload" href="{{pluResPath}}img/other/bg105.png" as="image">