Improve ae novel UI

This commit is contained in:
Sakura Knoll
2022-05-02 19:13:22 +09:00 Unverified
parent 1190a0fab8
commit 159e12699b
10 changed files with 2618 additions and 16 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

+5 -5
View File
@@ -629,7 +629,7 @@ p {
top: 78%;
left: 23%;
z-index: 903;
background: url(https://webstatic.bh3.com/event_bh3_com/avg-anti-entropy/static_CN/resources/ui/cancel.png) right /auto 100% no-repeat;
background: url(/novels/ae/cancel.webp) right /auto 100% no-repeat;
}
.submit {
@@ -639,7 +639,7 @@ p {
top: 78%;
right: 23%;
z-index: 903;
background: url(https://webstatic.bh3.com/event_bh3_com/avg-anti-entropy/static_CN/resources/ui/submit.png) left /auto 100% no-repeat;
background: url(/novels/ae/confirm.webp) left /auto 100% no-repeat;
}
.submit-center {
@@ -649,7 +649,7 @@ p {
top: 78%;
right: 37.5%;
z-index: 903;
background: url(https://webstatic.bh3.com/event_bh3_com/avg-anti-entropy/static_CN/resources/ui/submit.png) left /auto 100% no-repeat;
background: url(/novels/ae/confirm.webp) left /auto 100% no-repeat;
}
.goto {
@@ -931,7 +931,7 @@ p {
}
.menu_btn_1 {
background-image: url("https://webstatic.bh3.com/event_bh3_com/avg-anti-entropy/static_CN/resources/menu/startgame.png");
background-image: url("/novels/ae/newgame.webp");
}
.menu_btn_2 {
@@ -1982,7 +1982,7 @@ ul li {
height: 12.5rem;
right: 0;
top: 0;
background-image: url(/novels/ae/Title.png);
background-image: url(/novels/ae/Title.webp);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center;
File diff suppressed because it is too large Load Diff
+33 -11
View File
@@ -29,8 +29,35 @@
type="text/css"
/>
<link href="/novels/ae/game.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
<title>Anti-Entropy</title>
<link
rel='apple-touch-icon'
sizes='180x180'
href='/apple-touch-icon.png'
/>
<link
rel='icon'
type='image/png'
sizes='32x32'
href='/favicon-32x32.png'
/>
<link
rel='icon'
type='image/png'
sizes='16x16'
href='/favicon-16x16.png'
/>
<link rel='manifest' href='/site.webmanifest' />
<link rel='mask-icon' href='/safari-pinned-tab.svg' color='#5bbad5' />
<meta name='msapplication-TileColor' content='#2b5797' />
<meta name='theme-color' content='#ffffff'></meta>
<meta property='og:type' content='website' />
<meta
property='og:image'
content='https://www.abyss-lab.app/assets/honkai3rd/banner-bronya.png'
/>
<title>네겐트로피 Beta - 어비스 랩</title>
</head>
<body onselectstart="return false">
@@ -67,6 +94,9 @@
<div class="titleImage"></div>
</div>
<table class="grid_layout">
<tr>
<td class="menu_btn_frame"></td>
</tr>
<tr>
<td class="menu_btn_frame">
<div class="menu_btn menu_btn_1" onclick="startGame(0)"></div>
@@ -80,11 +110,6 @@
></div>
</td>
</tr>
<tr>
<td class="menu_btn_frame">
<div class="menu_btn menu_btn_4" onclick="portraitPage()"></div>
</td>
</tr>
<tr>
<td class="menu_btn_frame">
<div class="menu_btn menu_btn_2" onclick="cgPage()"></div>
@@ -296,9 +321,6 @@
type="text/javascript"
src="https://webstatic.bh3.com/event_bh3_com/avg-anti-entropy/static_CN/js/xmlhttp.js?v=20210817"
></script>
<script
type="text/javascript"
src="https://webstatic.bh3.com/event_bh3_com/avg-anti-entropy/static_CN/js/game.js?v=20210817"
></script>
<script type="text/javascript" src="/novels/ae/game.js?v=20210817"></script>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB