Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
9f89b6d84866cb527ba51e21753fbb53d959b71d
1 parent
fca40144
订单详情页面底部不需要固定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
static/sass/me/_order-detail.scss
static/sass/me/_order-detail.scss
View file @
9f89b6d
...
...
@@ -88,7 +88,7 @@
}
.cost
{
margin-bottom
:
100rem
/
$pxConvertRem
;
/*排除被固定底部遮挡的影响*/
//
margin-bottom: 100rem / $pxConvertRem; /*排除被固定底部遮挡的影响*/
li
{
font-size
:
28rem
/
$pxConvertRem
;
...
...
@@ -104,10 +104,11 @@
}
.opt
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
// 测试反馈 底部不需要固定
// position: fixed;
// bottom: 0;
// left: 0;
// right: 0;
text-align
:
right
;
border-top
:
1px
solid
#e0e0e0
;
}
...
...
@@ -130,4 +131,4 @@
background
:
#d0021b
;
margin-left
:
10rem
/
$pxConvertRem
;
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment