搜索列表

This commit is contained in:
czm 2022-04-18 10:10:53 +08:00
parent 1e0d58dda2
commit c9d6d1a063
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,7 @@
position: absolute; position: absolute;
left: -15px; left: -15px;
background-color: red; background-color: red;
background: linear-gradient(270deg, #fff 30%, rgba(255,255,255, 0.3) ); background: linear-gradient(to right, #fff 30%, rgba(255,255,255, 0.3) );
// z-index: 99; // z-index: 99;
} }
.miconfont{ .miconfont{

View File

@ -29,5 +29,4 @@ $font_size_min: 22px;
} }
//按钮样式未选择