update style, update html language
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
2
lod.html
2
lod.html
@@ -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">
|
||||||
|
|||||||
13
theme.css
13
theme.css
@@ -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);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user