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

Merge pull request !135 from 小花花花儿/master
This commit is contained in:
Kokomi 2023-12-25 19:15:43 +00:00 committed by Gitee
commit 7198bad291
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 19 additions and 19 deletions

View File

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

View File

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

View File

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

View File

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

View File

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