~~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; display: grid;
justify-content: center; justify-content: center;
align-items: 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-size: cover;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -31,16 +31,16 @@ body {
.big-title{ .big-title{
width: 100%; width: 100%;
padding: 24px 8px; padding: 24px 8px;
font-size: 40px; font-size: 40px;
text-align: center; text-align: center;
color: rgb(101, 212, 231); color: rgb(101, 212, 231);
} }
.sub-title{ .sub-title{
width: 100%; width: 100%;
font-size: 30px; font-size: 30px;
text-align: center; text-align: center;
color: rgb(101, 212, 231); color: rgb(101, 212, 231);
} }
@ -56,7 +56,7 @@ body {
width: 96%; width: 96%;
min-height: 72vh; min-height: 72vh;
font-size: 20px; font-size: 20px;
text-align: center; text-align: center;
color: rgb(101, 212, 231); color: rgb(101, 212, 231);
background-color: rgba(32, 32, 32, 0.7); background-color: rgba(32, 32, 32, 0.7);
font-weight: 100; 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{ input{
border-bottom: 3px solid rgb(231, 229, 101); border-bottom: 3px solid rgb(231, 229, 101);
background: none; background: none;
outline: none; outline: none;
padding: 10px; padding: 10px;

View File

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