Commit 937e2cf5 authored by xxx's avatar xxx

1

parent c89be1ab
...@@ -293,15 +293,16 @@ export default { ...@@ -293,15 +293,16 @@ export default {
line-height: 4vh; line-height: 4vh;
margin-bottom: 1vh; margin-bottom: 1vh;
color: rgb(23,249,250); color: rgb(23,249,250);
font-size: 13px; font-size: 12px;
font-weight: 500; font-weight: 500;
letter-spacing: 1px; letter-spacing: 1px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
.checkFrom_input{ .checkFrom_input{
width: 15vw; height: 100%;
border: 2px solid rgb(23,249,250); width: 14vw;
border: 1px solid rgb(23,249,250);
border-radius: 5px; border-radius: 5px;
padding:0px 10px; padding:0px 10px;
box-sizing: border-box; box-sizing: border-box;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment