修复添加地址css影响到其他页面的问题

This commit is contained in:
Jerry Yan 2019-09-08 18:16:05 +08:00
parent 84cafe2668
commit 292d2f0a36
2 changed files with 14 additions and 1 deletions

View File

@ -7,7 +7,7 @@
.con {
width: 100%;
padding: 0 2%;
transform: translateY(28px);
transform: translateY(-16px);
position: relative;
z-index: 1000;
}

13
css/sha_2.css Normal file
View File

@ -0,0 +1,13 @@
.top {
width: 100%;
height: 16px;
background: white;
}
.con {
width: 100%;
padding: 0 2%;
transform: translateY(28px);
position: relative;
z-index: 1000;
}