~~ssh~~ https auto update

This commit is contained in:
lhy6305 2024-09-21 21:55:27 +08:00
parent e544c315cb
commit 62cf538ab1
2 changed files with 16 additions and 7 deletions

View File

@ -17,7 +17,7 @@ body {
display: grid;
justify-content: center;
align-items: center;
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("../background.jpg");
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("../background.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
@ -31,16 +31,16 @@ body {
.big-title{
width: 100%;
padding: 24px 8px;
padding: 24px 8px;
font-size: 40px;
text-align: center;
text-align: center;
color: rgb(101, 212, 231);
}
.sub-title{
width: 100%;
font-size: 30px;
text-align: center;
text-align: center;
color: rgb(101, 212, 231);
}
@ -56,7 +56,7 @@ body {
width: 96%;
min-height: 72vh;
font-size: 20px;
text-align: center;
text-align: center;
color: rgb(101, 212, 231);
background-color: rgba(32, 32, 32, 0.7);
font-weight: 100;
@ -95,8 +95,17 @@ body {
)
}
select{
border-bottom: 3px solid rgb(231, 229, 101);
outline: none;
padding: 10px;
font-size: 16px;
color: rgb(101, 212, 231);
background: rgb(32, 32, 32);
}
input{
border-bottom: 3px solid rgb(231, 229, 101);
border-bottom: 3px solid rgb(231, 229, 101);
background: none;
outline: none;
padding: 10px;

View File

@ -33,7 +33,7 @@
<form method="get" action="./api.php">
<input type="text" name="action" value="user-panel" style="display:none" required>
<span style="display:none">
<span style="display:block">
<div class="tips-highlight">比赛id</div>
<select name="game" required>
<option value="test-1">localhost内测</option>