Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Lynnic
9 years ago
Commit
a49ed130933a5adf01566e8240428f1f703a25a5
1 parent
418bba27
修改无咨询数据时的页面样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
static/sass/product/_comments-consults.scss
static/sass/product/_detail.scss
static/sass/product/_comments-consults.scss
View file @
a49ed13
...
...
@@ -261,7 +261,13 @@
height
:
pxToRem
(
200px
);
line-height
:
pxToRem
(
200px
);
color
:
#e0e0e0
;
font-size
:
20px
;
text-align
:
center
;
span
{
display
:
inline-block
;
font-size
:
20px
;
padding-right
:
5px
;
}
}
}
}
...
...
static/sass/product/_detail.scss
View file @
a49ed13
...
...
@@ -33,11 +33,8 @@ $basicBtnC:#eb0313;
line-height
:
pxToRem
(
36px
);
&
.table
{
width
:
100%
;
// .row {
// display: table-row;
.column
{
box-sizing
:
border-box
;
display
:
table-cell
;
padding
:
pxToRem
(
20px
)
pxToRem
(
12px
);
width
:
50%
;
border-bottom
:
1px
solid
#fff
;
...
...
@@ -45,9 +42,6 @@ $basicBtnC:#eb0313;
font-size
:
pxToRem
(
24px
);
background-color
:
$tableCellC
;
float
:
left
;
// &:nth-child(even) {
// border-right: none;
// }
}
}
}
...
...
@@ -89,7 +83,6 @@ $basicBtnC:#eb0313;
left
:
pxToRem
(
108px
);
top
:
pxToRem
(
40px
);
height
:
pxToRem
(
35px
);
// width: pxToRem(70px);
color
:
#fff
;
font-size
:
pxToRem
(
20px
);
line-height
:
pxToRem
(
35px
);
...
...
@@ -169,14 +162,12 @@ $basicBtnC:#eb0313;
min-height
:
pxToRem
(
600px
);
min-width
:
pxToRem
(
448px
);
margin
:
pxToRem
(
30px
)
pxToRem
(
96px
);
// position: relative;
overflow
:
hidden
;
ul
{
position
:
relative
;
height
:
100%
;
li
{
float
:
left
;
// height: 100%;
}
}
}
...
...
Please
register
or
login
to post a comment