Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
a9de65cb237d08117104ddc9e68e589aff9b9145
1 parent
1d09f08a
地址修改 编辑 删除 按钮点击颜色
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
static/sass/me/_address.scss
static/sass/me/_address.scss
View file @
a9de65c
...
...
@@ -23,7 +23,7 @@
display
:
inline-block
;
max-width
:
pxToRem
(
380px
);
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
...
...
@@ -40,7 +40,7 @@
font-size
:
pxToRem
(
40px
);
line-height
:
pxToRem
(
60px
);
text-align
:
right
;
.edit
,
.del
{
display
:
inline-block
;
...
...
@@ -48,6 +48,10 @@
width
:
pxToRem
(
60px
);
height
:
pxToRem
(
60px
);
color
:
#999
;
&
:hover
{
color
:
#666
;
}
}
.edit
{
...
...
@@ -212,7 +216,7 @@
float
:
right
;
color
:
#d0d0d0
;
}
&
.highlight
{
background
:
#eee
;
}
...
...
Please
register
or
login
to post a comment