修复一些字体和图片背景问题

This commit is contained in:
小花花花儿 2023-12-20 08:18:58 +08:00
parent 2a467c9f89
commit 4c3b972d35
5 changed files with 19 additions and 19 deletions

View File

@ -140,7 +140,7 @@ body {
white-space: nowrap;
}
.weapon_bg5 {
background-image: url(../../../img/other/bg5.png);
background-image: url(../../img/other/bg5.png);
width: 100%;
height: 95px;
background-size: 100%;
@ -149,40 +149,40 @@ body {
.weapon_bg4 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg4.png);
background-image: url(../../img/other/bg4.png);
background-size: 100%;
background-repeat: no-repeat;
}
.weapon_bg3 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg3.png);
background-image: url(../../img/other/bg3.png);
background-size: 100%;
background-repeat: no-repeat;
}
.weapon_bg2 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg3.png);
background-image: url(../../img/other/bg3.png);
background-size: 100%;
background-repeat: no-repeat;
}
.weapon_bg1 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg3.png);
background-image: url(../../img/other/bg3.png);
background-size: 100%;
background-repeat: no-repeat;
}
.bg105 {
background-image: url(../../../img/other/bg105.png);
background-image: url(../../img/other/bg105.png);
width: 100%;
height: 95px;
background-size: 100%;
background-repeat: no-repeat;
}
.bg5 {
background-image: url(../../../img/other/bg5.png);
background-image: url(../../img/other/bg5.png);
width: 100%;
height: 112px;
/*filter: brightness(1.1);*/
@ -192,7 +192,7 @@ body {
.bg4 {
width: 100%;
height: 112px;
background-image: url(../../../img/other/bg4.png);
background-image: url(../../img/other/bg4.png);
background-size: 100%;
background-repeat: no-repeat;
}

View File

@ -158,7 +158,7 @@ body {
}
.weapon_bg5 {
background-image: url(../../../img/other/bg5.png);
background-image: url(../../img/other/bg5.png);
width: 100%;
height: 95px;
background-size: 100%;
@ -168,7 +168,7 @@ body {
.weapon_bg4 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg4.png);
background-image: url(../../img/other/bg4.png);
background-size: 100%;
background-repeat: no-repeat;
}
@ -176,7 +176,7 @@ body {
.weapon_bg3 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg3.png);
background-image: url(../../img/other/bg3.png);
background-size: 100%;
background-repeat: no-repeat;
}
@ -184,7 +184,7 @@ body {
.weapon_bg2 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg3.png);
background-image: url(../../img/other/bg3.png);
background-size: 100%;
background-repeat: no-repeat;
}
@ -192,13 +192,13 @@ body {
.weapon_bg1 {
width: 100%;
height: 95px;
background-image: url(../../../img/other/bg3.png);
background-image: url(../../img/other/bg3.png);
background-size: 100%;
background-repeat: no-repeat;
}
.bg105 {
background-image: url(../../../img/other/bg105.png);
background-image: url(../../img/other/bg105.png);
width: 100%;
height: 95px;
background-size: 100%;
@ -206,7 +206,7 @@ body {
}
.bg5 {
background-image: url(../../../img/other/bg5.png);
background-image: url(../../img/other/bg5.png);
width: 100%;
height: 112px;
/*filter: brightness(1.1);*/
@ -217,7 +217,7 @@ body {
.bg4 {
width: 100%;
height: 112px;
background-image: url(../../../img/other/bg4.png);
background-image: url(../../img/other/bg4.png);
background-size: 100%;
background-repeat: no-repeat;
}

View File

@ -1,6 +1,6 @@
@font-face {
font-family: "tttgbnumber";
src: url("../../../font/tttgbnumber.ttf");
src: url("../../font/tttgbnumber.ttf");
font-weight: normal;
font-style: normal;
}

View File

@ -1,6 +1,6 @@
@font-face {
font-family: "tttgbnumber";
src: url("../../../font/tttgbnumber.ttf");
src: url("../../font/tttgbnumber.ttf");
font-weight: normal;
font-style: normal;
}

View File

@ -1,6 +1,6 @@
@font-face {
font-family: "HYWenHei-55W";
src: url("../../../font/HYWenHei-55W.ttf");
src: url("../../font/HYWenHei-55W.ttf");
font-weight: normal;
font-style: normal;
}