按照原版本恢复
This commit is contained in:
parent
3e2649979b
commit
4ecca60927
@ -90,5 +90,21 @@ button{
|
||||
background: #E5122B;
|
||||
color: white;
|
||||
border-radius: 0;
|
||||
top: 70px;
|
||||
}
|
||||
.footer{
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
background: -moz-linear-gradient(left, #f5354b, #ff005a);
|
||||
/*Mozilla*/
|
||||
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5354b), to(#ff005a));
|
||||
/*Old gradient for webkit*/
|
||||
background: -webkit-linear-gradient(left, #f5354b, #ff005a);
|
||||
/*new gradient for Webkit*/
|
||||
background: -o-linear-gradient(left, #f5354b, #ff005a);
|
||||
/*Opera11*/
|
||||
color: #fff;
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
.top {
|
||||
width: 100%;
|
||||
height: 16px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.con {
|
||||
width: 100%;
|
||||
padding: 0 2%;
|
||||
transform: translateY(28px);
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
}
|
@ -40,9 +40,9 @@
|
||||
<!-- </div>
|
||||
</div> -->
|
||||
|
||||
<button class="footer footer_btn">
|
||||
<div class="footer">
|
||||
添加收货地址
|
||||
</button>
|
||||
</div>
|
||||
<script src="../js/mui.min.js"></script>
|
||||
<script src="../js/jquery-3.2.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
</body>
|
||||
@ -55,7 +55,7 @@
|
||||
parent.appendChild(element);
|
||||
|
||||
element.onload = function() {
|
||||
var style = [JZL.getCssUrl('setting_address.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("login.css"), JZL.getCssUrl("sha_2.css"), JZL.getCssUrl("header.css")];
|
||||
var style = [JZL.getCssUrl('setting_address.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("login.css"), JZL.getCssUrl("sha.css"), JZL.getCssUrl("header.css")];
|
||||
JZL.css_init(style);
|
||||
var script = [JZL.getJsUrl('setting_address.js'),JZL.getJsUrl('common.js')];
|
||||
JZL.js_init(script);
|
||||
|
Loading…
x
Reference in New Issue
Block a user