Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
0a1eaf9780e5d369e9d1c3b22e67d8f5f6b944e6
2 parents
b6c5ef03
8833b5c6
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/product/detail/consults.phtml
static/sass/product/_detail.scss
View file @
0a1eaf9
...
...
@@ -31,7 +31,11 @@ $basicBtnC:#eb0313;
margin-bottom
:
pxToRem
(
20px
);
font-size
:
pxToRem
(
24px
);
line-height
:
pxToRem
(
36px
);
@include
flexbox
((
display
:
flex
,
flex-wrap
:
wrap
,
justify-content
:
space-around
));
&
.table
{
width
:
100%
;
.column
{
...
...
@@ -42,9 +46,11 @@ $basicBtnC:#eb0313;
border-right
:
pxToRem
(
4px
)
solid
#fff
;
font-size
:
pxToRem
(
24px
);
background-color
:
$tableCellC
;
display
:
flex
;
align-items
:
center
;
flex-basis
:
49
.9%
;
@include
flexbox
((
display
:
flex
,
align-items
:
center
,
flex-basis
:
49
.9%
))
}
}
}
...
...
template/m.yohobuy.com/actions/product/detail/consults.phtml
View file @
0a1eaf9
...
...
@@ -18,7 +18,7 @@
</div>
<div
class=
"answer"
>
<span
class=
"iconfont"
>
63
c
;</span>
<span
class=
"iconfont"
>
63
f
;</span>
<p>
{
{answer
}
}</p>
</div>
</div>
...
...
Please
register
or
login
to post a comment