新增縮網址服務
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user