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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
495c860f71fcaf4d0382d4226815a215a2e4f337
1 parent
2839ef98
商品详情 flex 兼容优化
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
static/js/product/detail/detail.js
static/sass/product/_comments-consults.scss
static/sass/product/_detail.scss
static/js/product/detail/detail.js
View file @
495c860
...
...
@@ -82,8 +82,7 @@ $.ajax({
}
});
if
(
UA
.
indexOf
(
'MQQBrowser'
)
>
-
1
)
{
if
(
UA
.
indexOf
(
'mqqbrowser'
)
>
-
1
)
{
$
(
'.detail > div'
).
removeClass
(
'column'
).
addClass
(
'oldbox'
);
}
require
(
'./like'
);
...
...
static/sass/product/_comments-consults.scss
View file @
495c860
...
...
@@ -280,7 +280,7 @@
}
}
}
.comment-content-footer
,
.consult-content-footer
{
min-height
:
pxToRem
(
88px
);
...
...
@@ -290,7 +290,7 @@
line-height
:
pxToRem
(
88px
);
font-size
:
pxToRem
(
28px
);
a
{
color
:
#
e0e0e
0
;
color
:
#
b0b0b
0
;
.iconfont
{
font-size
:
inherit
;
}
...
...
static/sass/product/_detail.scss
View file @
495c860
...
...
@@ -46,7 +46,7 @@ $basicBtnC:#eb0313;
.column
{
box-sizing
:
border-box
;
//padding: pxToRem(20px) pxToRem(12px);
padding
:
4%
3%
;
padding
:
pxToRem
(
6px
)
3%
;
width
:
49
.9%
;
border-bottom
:
pxToRem
(
4px
)
solid
#fff
;
border-right
:
pxToRem
(
4px
)
solid
#fff
;
...
...
@@ -65,7 +65,7 @@ $basicBtnC:#eb0313;
))
}
.oldbox
{
padding
:
4%
3%
;
padding
:
pxToRem
(
4px
)
3%
;
width
:
49
.9%
;
background-color
:
$tableCellC
;
box-sizing
:
border-box
;
...
...
@@ -74,8 +74,8 @@ $basicBtnC:#eb0313;
width
:
49
.9%
;
height
:
100%
;
float
:
left
;
text-overflow
:ellipsis
;
white-space
:nowrap
;
text-overflow
:ellipsis
;
white-space
:nowrap
;
overflow
:hidden
;
}
}
...
...
Please
register
or
login
to post a comment