新增縮網址服務

This commit is contained in:
2021-08-02 01:27:24 +08:00
parent c9b18b2ed4
commit 9205528f97
3 changed files with 98 additions and 10 deletions

View File

@ -3,6 +3,25 @@ body {
background-size: cover;
}
#urlBox {
padding: 10px 0 0 5px;
border: 1px solid rgba(0,0,0,.125);
border-radius: 5px;
}
#urlBox .url {
padding: 5px;
}
#urlBox .url input {
width: 100%;
font-size: 16px;
line-height: 32px;
color: #000;
border: none;
border-bottom: 1px solid rgba(0,0,0,.125);
}
#content {
background-color: white;
opacity: 0.87;
@ -43,4 +62,4 @@ body {
font-size: 2vw;
height: 4vw;
}
}
}