mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🐛 Adjust the container width on the wish_log
page
This commit is contained in:
parent
7aab97f9c0
commit
9dfee40e93
@ -18,11 +18,11 @@ body {
|
|||||||
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
|
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
|
||||||
transform: scale(1.5);
|
transform: scale(1.5);
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
width: 1020px;
|
width: 980px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 1020px;
|
width: 980px;
|
||||||
padding: 20px 15px 10px 15px;
|
padding: 20px 15px 10px 15px;
|
||||||
background-color: #f5f6fb;
|
background-color: #f5f6fb;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
<link rel="shortcut icon" href="#"/>
|
<link rel="shortcut icon" href="#"/>
|
||||||
<link rel="stylesheet" type="text/css" href="wish_log.css"/>
|
<link rel="stylesheet" type="text/css" href="wish_log.css"/>
|
||||||
<link rel="preload" href="./../../fonts/tttgbnumber.ttf" as="font">
|
<link rel="preload" href="./../../fonts/tttgbnumber.ttf" as="font">
|
||||||
<link rel="preload" href="./img/提纳里.png" as="image">
|
|
||||||
<link rel="preload" href="./../abyss/background/roleStarBg5.png" as="image">
|
<link rel="preload" href="./../abyss/background/roleStarBg5.png" as="image">
|
||||||
<link rel="preload" href="./../abyss/background/roleStarBg4.png" as="image">
|
<link rel="preload" href="./../abyss/background/roleStarBg4.png" as="image">
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user