fix size close and back text
This commit is contained in:
parent
f37f27adea
commit
66fc4d2fab
2 changed files with 4 additions and 4 deletions
|
|
@ -140,7 +140,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
padding: 45px 0 60px 0;
|
||||
padding: 45px 0 58px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -131,13 +131,13 @@ _:-ms-fullscreen, :root .main {
|
|||
|
||||
.tab-bar .text-back {
|
||||
margin-left: 26px;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 400;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.tab-bar .text-close {
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 400;
|
||||
line-height: 2.95rem;
|
||||
}
|
||||
|
|
@ -757,7 +757,7 @@ textarea:focus
|
|||
width:100%;
|
||||
position: absolute;
|
||||
top: 46px;
|
||||
bottom: 70px;
|
||||
bottom: 37px;
|
||||
overflow: auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue