mirror of
https://github.com/Dichgrem/Vue.git
synced 2025-12-17 06:02:00 -05:00
refactor:view_in_phone
This commit is contained in:
@@ -20,14 +20,20 @@ h1 {
|
||||
}
|
||||
|
||||
input {
|
||||
width: 90%;
|
||||
max-width: 500px;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
margin: 0 auto;
|
||||
padding: 12px;
|
||||
font-size: 16px;
|
||||
border: 1px solid #ddd;
|
||||
border: 2px solid #409eff;
|
||||
border-radius: 6px;
|
||||
outline: none;
|
||||
transition: 0.3s;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
.input-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user