优化首页搜索
This commit is contained in:
@@ -1062,13 +1062,13 @@
|
|||||||
.search-wrap2 {
|
.search-wrap2 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: -20upx;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 20upx;
|
padding: 20upx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
$color: #fb1622;
|
$color: #fb1622;
|
||||||
.search-content {
|
.search-content {
|
||||||
height: 70upx;
|
height: 60upx;
|
||||||
border: 1px solid $color;
|
border: 1px solid $color;
|
||||||
border-radius: 12upx;
|
border-radius: 12upx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user