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
李奇
2017-08-14 12:15:25 +0800
Commit
4bc210e30d2a1692c7730d65ddec6bc1b7ef6cc1
1 parent
cf3a9afb
fixed:个人中心-设置关于我们BLK的ICON替换
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
public/img/me/blk-icon.png
public/js/common/error.page.js
public/scss/me/_about-us.css
public/img/me/blk-icon.png
0 → 100644
View file @
4bc210e
13 KB
public/js/common/error.page.js
View file @
4bc210e
...
...
@@ -5,7 +5,7 @@ import interceptClick from 'common/intercept-click';
yoho
.
ready
(()
=>
{
const
header
=
Object
.
assign
({},
interceptClick
.
defaultTitleMap
[
1
]);
header
.
title
.
des
=
'
YOHO!
BLK'
;
header
.
title
.
des
=
'BLK'
;
yoho
.
updateNavigationBar
({
header
:
header
});
...
...
public/scss/me/_about-us.css
View file @
4bc210e
...
...
@@ -28,15 +28,13 @@
margin-right
:
auto
;
}
.blk-icon
{
.blk-
start-
icon
{
display
:
block
;
font-size
:
180px
;
width
:
180px
;
height
:
180px
;
left
:
0
;
right
:
0
;
margin-left
:
auto
;
margin-right
:
auto
;
margin
:
0
auto
;
background
:
resolve
(
'me/blk-icon.png'
);
background-size
:
cover
;
}
.icon-label
{
...
...
Please
register
or
login
to post a comment