Browse Source

style

master
SeraphJACK 3 years ago
parent
commit
5e5c9960b4
Signed by: SeraphJACK <seraphjack@outlook.com> GPG Key ID: 14162B46567AB06F
2 changed files with 9 additions and 2 deletions
  1. +8
    -1
      static/css/style.css
  2. +1
    -1
      static/index.html

+ 8
- 1
static/css/style.css View File

@@ -4,7 +4,8 @@
height: fit-content;
width: fit-content;
padding: 5em 10em;
margin: auto;
margin: 2em auto auto;
border-radius: .5em;
}

.question {
@@ -15,3 +16,9 @@
width: fit-content;
margin: auto;
}

.answer .btn {
width: fit-content;
min-width: 3.5em;
margin: 0.5em;
}

+ 1
- 1
static/index.html View File

@@ -8,7 +8,7 @@
</head>
<body>
<div class="question-box">
<p class="question">你认为 zzzz 是大佬吗</p>
<p class="question">你认为 zzzz 是大佬吗</p>
<div class="answer">
<button class="btn btn-outline-success btn-sm" onclick="voteIsDL()">是</button>
<button class="btn btn-outline-success btn-sm" onclick="voteIsNotDL()">不是</button>


Loading…
Cancel
Save