Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
a2069c769e081db8225633388e1f12c3d0b519eb
1 parent
b4e8f918
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
public/vue/me/home.vue
public/vue/me/home.vue
View file @
a2069c7
...
...
@@ -267,6 +267,7 @@
padding: 0 30px;
font-size: 34px;
line-height: 88px;
position: relative;
&.highlight {
background: #eee;
...
...
@@ -277,12 +278,22 @@
font-size: 30px;
float: right;
}
&:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 90%;
height: 0;
border-top: 1px solid #eee;
margin-left: 30px;
}
}
.order-type {
padding: 20px 0;
text-align: center;
border-top: 1px solid #eee;
.icon {
font-size: 45px;
...
...
@@ -344,11 +355,12 @@
&:after {
content: "";
position: absolute;
righ
t: 0;
lef
t: 0;
bottom: 0;
width:
10
0%;
width:
9
0%;
height: 0;
border-top: 1px solid #eee;
margin-left: 30px;
}
&:last-child:after {
...
...
Please
register
or
login
to post a comment