修复添加地址css影响到其他页面的问题
This commit is contained in:
parent
84cafe2668
commit
292d2f0a36
@ -7,7 +7,7 @@
|
|||||||
.con {
|
.con {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 2%;
|
padding: 0 2%;
|
||||||
transform: translateY(28px);
|
transform: translateY(-16px);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
13
css/sha_2.css
Normal file
13
css/sha_2.css
Normal 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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user