~~ssh~~ https auto update
This commit is contained in:
parent
e544c315cb
commit
62cf538ab1
@ -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,7 +31,7 @@ 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);
|
||||||
@ -95,6 +95,15 @@ 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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user