update style, update html language

This commit is contained in:
2021-10-22 20:52:52 +08:00
parent 6fd62c5d4c
commit 46604bb3c1
3 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="zh_CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">

View File

@@ -1,6 +1,6 @@
body { body {
height: 100%; height: 100%;
font-family: 'Courier New', Courier, monospace; /* font-family: 'Courier New', Courier, monospace; */
font-size: 16px; font-size: 16px;
} }
@@ -23,9 +23,9 @@ a {
} }
input { input {
width: 98%; width: 97%;
height: 32px; height: 32px;
margin-top: 3px; margin-top: 5px;
line-height: 32px; line-height: 32px;
} }
@@ -33,7 +33,10 @@ button {
height: 32px; height: 32px;
width: 128px; width: 128px;
text-align: center; text-align: center;
background-color: deepskyblue;
border: 0; background-color: #f6f8fa;
color: #24292f;
border: 1px solid;
border-radius: 6px; border-radius: 6px;
border-color: rgba(27, 31, 36, 0.15);
} }