Commit ac466d69 by 展昭

update

parent 9fa31bdc
* {
padding : 0;
margin : 0;
padding: 0;
margin: 0;
list-style: none;
}
i {
font-style: normal;
}
.iosStyle {
padding-top: 44px;
}
.container {
padding-top: 90px;
}
/*未扣费*/
.no_bill {
color: #077AEC;
}
@supports(padding-top:constant(safe-area-inset-top)) {
.container {
padding-top: calc(46px+constant(safe-area-inset-top));
color: yellow;
}
}
.container {
padding-top: calc(46px+constant(safe-area-inset-top));
color: #f00;
}
.mt0 {
margin-top: 0 !important;
}
@top:44px;
* {
padding : 0;
margin : 0;
list-style: none;
}
i {
font-style: normal;
}
.iosStyle {
padding-top: @top;
}
.container {
padding-top: 46px+@top;
}
/*未扣费*/
.no_bill {
color: #077AEC;
}
.mt0 {
margin-top: 0 !important;
}
\ No newline at end of file
......@@ -39,9 +39,7 @@ export default {
</script>
<style lang="less" scoped>
.iosStyle {
padding-top: constant(safe-area-inset-top);
}
.header-warp {
position: fixed;
......
......@@ -487,7 +487,8 @@ export default {
.header_content {
height: 122px;
.fund {
margin-top: constant(safe-area-inset-top);
margin-top:30px;
width: 50%;
float: left;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment