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
ccbikai
9 years ago
Commit
7162b833fae2bd6cdb72b30f4eb0effcaf59f56d
1 parent
b26f8ccf
logo 地址写入css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
static/sass/index/_index.scss
template/m.yohobuy.com/actions/index/index/index.phtml
static/sass/index/_index.scss
View file @
7162b83
...
...
@@ -10,13 +10,11 @@
line-height
:
96rem
/
$pxConvertRem
;
.index-logo
{
display
:
table-cell
;
float
:
left
;
font-size
:
50rem
/
$pxConvertRem
;
width
:
216rem
/
$pxConvertRem
;
height
:
96rem
/
$pxConvertRem
;
color
:
#343434
;
vertical-align
:
middle
;
background
:
url(../img/yohologo.png)
left
center
no-repeat
;
background-size
:
104px
25px
;
opacity
:
1
;
transition
:
all
400ms
;
...
...
template/m.yohobuy.com/actions/index/index/index.phtml
View file @
7162b83
...
...
@@ -3,7 +3,6 @@
<div
class=
"index-container"
>
<div
class=
"index-header clearfix"
>
<div
class=
"index-logo"
>
<img
src=
"http://static.dev.yohobuy.com/img/yohologo.png"
>
</div>
<div
class=
"box"
>
<a
href=
"javascript:void(0);"
class=
"no-search"
>取消</a>
...
...
Please
register
or
login
to post a comment