fix style

This commit is contained in:
liuboaibc 2020-09-08 13:47:48 +08:00
parent 0c879d9942
commit 530e6bb2d7
7 changed files with 21 additions and 5 deletions

View File

@ -248,6 +248,10 @@ section {
border: none;
outline: none;
color: #657480;
&::placeholder {
color:#919aa3;
}
}
svg {

View File

@ -72,7 +72,7 @@
.content {
.md-body {
font-size: 14px;
font-size: 16px;
line-height: 2.29;
color: #36435c;
}

View File

@ -189,9 +189,11 @@ body {
}
p {
position: relative;
cursor: pointer;
margin: 5px 0;
font-size: 0;
padding-left: 15px;
span {
font-size: 14px;
@ -199,6 +201,9 @@ body {
.arrow {
display: inline-block;
position: absolute;
top: 5px;
left: 0;
width: 0;
height: 0;
margin-right: 5px;
@ -206,7 +211,7 @@ body {
border-left-color: #aeb8c1;
}
.arrow-open {
transform: rotate(90deg) translateX(3px);
transform: rotate(90deg) translate(3px, 3px);
}
}

View File

@ -14,6 +14,10 @@ a{
color: black;
}
button {
outline: none;
}
img{
border: 0;
}

View File

@ -78,6 +78,7 @@
translation: Info
- id: warning
translation: Warning
- id: Enter keywords to get help quickly
translation: Enter keywords to get help quickly

View File

@ -77,4 +77,6 @@
- id: info
translation: 信息
- id: warning
translation: 警告
translation: 警告
- id: Enter keywords to get help quickly
translation: 输入关键字快速获取帮助

View File

@ -1,5 +1,5 @@
<div class="search-input-div">
<input id="search" type="text">
<input id="search" type="text" placeholder="{{i18n "Enter keywords to get help quickly"}}">
<svg width="1em" height="1em" viewBox="0 0 18 18">
<g fill="none" fill-rule="evenodd">
<path d="M12.606 11.192l5.24 5.24-1.415 1.414-5.239-5.24a7.041 7.041 0 0 0 1.414-1.414z" fill="#324558"></path>