调整搜索框和提示文字的样式细节

This commit is contained in:
蒋吉兆
2021-09-20 17:34:44 +08:00
parent d04ee96111
commit 6a8e35379a
5 changed files with 281 additions and 130 deletions

View File

@@ -238,6 +238,15 @@ export default {
text-align: center;
color: #333;
.quick-entrance-item {
padding: 16px 28px;
margin-top: -16px;
margin-bottom: -16px;
border-radius: 4px;
transition: all 0.2s;
&:hover{
box-shadow: 0px 0px 7px 0px rgba(217, 217, 217, 0.55);
}
cursor: pointer;
height: auto;
text-align: center;
// align-items: center;