Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
6 years ago
Commit
2cb9408b7a10ac1cbfecb27be3ab6502ff27d976
1 parent
31c9129d
update icon
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
5 deletions
apps/product/views/partial/product/support-service.hbs
public/font/iconfont.eot
public/font/iconfont.svg
public/font/iconfont.ttf
public/font/iconfont.woff
public/hbs/product/support-service.hbs
public/scss/product/_detail.css
apps/product/views/partial/product/support-service.hbs
View file @
2cb9408
...
...
@@ -6,9 +6,9 @@
{{#
each
service
}}
<span
class=
"item"
data-flag=
"
{{
this
.
flag
}}
"
data-title=
"
{{
this
.
title
}}
"
data-desc=
"
{{
this
.
desc
}}
"
>
{{#
if_cond
this
.
flag
'==='
1
}}
<i
class=
"iconfont icon-active"
>

648
;
</i>
<i
class=
"iconfont icon-active"
>

78a
;
</i>
{{^}}
<i
class=
"iconfont icon-inactive"
>
ç
06
;
</i>
<i
class=
"iconfont icon-inactive"
>
ç
89
;
</i>
{{/
if_cond
}}
<span
class=
"
{{#
if_cond
this
.
flag
'==='
1
}}
active
{{^}}
inactive
{{/
if_cond
}}
"
title=
"
{{
this
.
desc
}}
"
>
{{
this
.
title
}}
</span>
...
...
public/font/iconfont.eot
View file @
2cb9408
No preview for this file type
public/font/iconfont.svg
View file @
2cb9408
...
...
@@ -365,6 +365,12 @@ Created by iconfont
<glyph
glyph-name=
"notice"
unicode=
""
d=
"M509.843-95.991c264.67-1.192 480.961 213.158 482.153 477.828 1.192 264.67-213.163 480.961-477.828 482.153s-480.956-213.163-482.153-477.828c-1.192-264.67 213.163-480.961 477.828-482.153zM206.975 691.788c82.209 81.479 191.234 126.063 306.981 125.543 115.747-0.519 224.363-46.087 305.837-128.297 81.479-82.214 126.063-191.234 125.543-306.985-0.519-115.747-46.087-224.363-128.302-305.837-82.214-81.479-191.239-126.063-306.981-125.543-115.747 0.519-224.358 46.087-305.837 128.302-81.479 82.214-126.063 191.234-125.543 306.981 0.524 115.747 46.087 224.363 128.302 305.837zM552.086 364.377l-80.335 0.36 1.225 272.569 80.335-0.36-1.225-272.569zM551.034 130.693l-80.335 0.36 0.36 80.335 80.335-0.36-0.36-80.335z"
horiz-adv-x=
"1025"
/>
<glyph
glyph-name=
"buzhichi"
unicode=
""
d=
"M512-64.034133A447.965867 447.965867 0 1 0 512 831.965867a447.965867 447.965867 0 0 0 0-895.931734z m0 64.034133a384 384 0 1 1 0 768 384 384 0 0 1 0-768zM512 640c21.162667 0 38.365867-17.2032 38.365867-38.434133v-243.165867a38.434133 38.434133 0 0 0-76.8 0V601.565867c0 21.230933 17.2032 38.434133 38.434133 38.434133z m0-512a63.965867 63.965867 0 1 0 0 128 63.965867 63.965867 0 0 0 0-128z"
horiz-adv-x=
"1024"
/>
<glyph
glyph-name=
"zhichi"
unicode=
""
d=
"M512-64.034133A447.965867 447.965867 0 1 0 512 831.965867a447.965867 447.965867 0 0 0 0-895.931734z m0 64.034133a384 384 0 1 1 0 768 384 384 0 0 1 0-768zM699.1872 519.9872a32.017067 32.017067 0 1 0 45.192533-45.2608l-265.079466-265.079467a32.017067 32.017067 0 0 0-45.2608 0L300.373333 343.2448a32.017067 32.017067 0 0 0 45.192534 45.2608L456.704 277.504l242.551467 242.4832z"
horiz-adv-x=
"1024"
/>
</font>
...
...
public/font/iconfont.ttf
View file @
2cb9408
No preview for this file type
public/font/iconfont.woff
View file @
2cb9408
No preview for this file type
public/hbs/product/support-service.hbs
View file @
2cb9408
...
...
@@ -10,7 +10,7 @@
<div
class=
"item"
>
<icon
class=
"iconfont
{{#if
flag
}}
active
{{^}}
inactive
{{/if}}
"
style=
"font-size: 14px !important; vertical-align: top;"
>
{{#if
flag
}}

648;
{{^}}

;
{{/if}}
{{#if
flag
}}

78a;
{{^}}

;
{{/if}}
</icon>
<span
style=
"display: inline-block;"
>
<span
class=
"title"
>
{{
title
}}
</span>
...
...
public/scss/product/_detail.css
View file @
2cb9408
...
...
@@ -3032,13 +3032,11 @@
margin-right
:
10px
;
.icon-active
{
font-weight
:
bold
!important
;
color
:
#d0021b
;
font-size
:
13px
;
}
.icon-inactive
{
font-weight
:
bold
!important
;
color
:
#b0b0b0
;
font-size
:
13px
;
}
...
...
Please
register
or
login
to post a comment