Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ac466d69
authored
May 08, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
9fa31bdc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
28 deletions
src/assets/css/index.css
src/assets/css/index.less
src/components/TabHeader.vue
src/views/Bill/index.vue
src/assets/css/index.css
View file @
ac466d69
*
{
padding
:
0
;
margin
:
0
;
list-style
:
none
;
padding
:
0
;
margin
:
0
;
list-style
:
none
;
}
i
{
font-style
:
normal
;
font-style
:
normal
;
}
/*未扣费*/
.no_bill
{
color
:
#077AEC
;
.iosStyle
{
padding-top
:
44px
;
}
@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
;
padding-top
:
90px
;
}
/*未扣费*/
.no_bill
{
color
:
#077AEC
;
}
.mt0
{
margin-top
:
0
!important
;
}
\ No newline at end of file
margin-top
:
0
!important
;
}
src/assets/css/index.less
0 → 100644
View file @
ac466d69
@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
src/components/TabHeader.vue
View file @
ac466d69
...
...
@@ -39,9 +39,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.iosStyle
{
padding-top
:
constant
(
safe-area-inset-top
);
}
.header-warp
{
position
:
fixed
;
...
...
src/views/Bill/index.vue
View file @
ac466d69
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment