mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🐛 gacha_log 头部区域背景图圆角透明,外框也需要改成圆角才可以填满外框
This commit is contained in:
parent
abf44075aa
commit
79ef5cd08d
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user