🐛 gacha_log 头部区域背景图圆角透明,外框也需要改成圆角才可以填满外框

This commit is contained in:
Li Chuangbo 2022-10-22 16:32:42 +08:00
parent abf44075aa
commit 79ef5cd08d
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ body {
} }
.head_box { .head_box {
border-radius: 15px; border-radius: 9999px;
font-family: tttgbnumber, sans-serif; font-family: tttgbnumber, sans-serif;
padding: 10px 20px; padding: 10px 20px;
position: relative; position: relative;

View File

@ -10,9 +10,9 @@
<link rel="preload" href="./../abyss/background/roleStarBg4.png" as="image"> <link rel="preload" href="./../abyss/background/roleStarBg4.png" as="image">
<style> <style>
.head_box { .head_box {
background-position-x: 42px; background-position: right center;
background: #fff url(./img/提纳里.png) no-repeat; background: #fff url(./img/提纳里.png) no-repeat;
background-size: auto 101%; background-size: cover;
} }
</style> </style>
<title></title> <title></title>