Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
lore-w
9 years ago
Commit
8560a1065638d6c255e6b03194d8040b73adeb9e
1 parent
c2e35b42
我的收藏删除按钮位置向右调整/浏览记录删除按钮颜色调整/我的收藏loading垂直居中
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
static/sass/me/_browse-record.scss
static/sass/me/_fav.scss
static/sass/me/_browse-record.scss
View file @
8560a10
...
...
@@ -55,7 +55,7 @@
position
:
absolute
;
right
:
0
.75rem
;
bottom
:
0
.25rem
;
color
:
#
ccc
;
color
:
#
999
;
}
}
...
...
static/sass/me/_fav.scss
View file @
8560a10
...
...
@@ -181,7 +181,11 @@
top
:
50%
;
margin-top
:
-0
.75rem
;
right
:
0
;
color
:
#666
;
color
:
#999
;
padding-right
:
0
.75rem
;
text-align
:
right
;
}
}
}
...
...
@@ -343,5 +347,10 @@
height
:
2rem
;
background
:
image_url
(
'loading.gif'
)
center
center
no-repeat
;
@include
background-size
(
auto
40%
);
position
:
absolute
;
top
:
50%
;
left
:
0
;
margin-top
:
-1rem
;
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment