|
|
@define-mixin consult-item {
|
|
|
margin-top: 30px;
|
|
|
padding: 20px 28px;
|
|
|
border-top: 1px solid $borderC;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
background-color: #fff;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
border-top: 1px solid $borderC;
|
|
|
|
|
|
.question {
|
|
|
color: $mainFontC;
|
|
|
font-size: 24px;
|
|
|
color: $mainFontC;
|
|
|
|
|
|
span {
|
|
|
& > span {
|
|
|
display: block;
|
|
|
float: left;
|
|
|
padding-right: 15px;
|
|
|
}
|
|
|
|
|
|
p {
|
|
|
overflow: hidden;
|
|
|
padding-bottom: 15px;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.time {
|
|
|
color: $subFontC;
|
|
|
font-size: 22px;
|
|
|
color: $subFontC;
|
|
|
}
|
|
|
|
|
|
.answer {
|
|
|
margin-top: 14px;
|
|
|
color: $subFontC;
|
|
|
font-size: 24px;
|
|
|
line-height: 36px;
|
|
|
color: $subFontC;
|
|
|
margin-top: 14px;
|
|
|
|
|
|
span {
|
|
|
display: block;
|
|
|
float: left;
|
|
|
padding-right: 15px;
|
|
|
color: $mainFontC;
|
|
|
padding-right: 15px;
|
|
|
}
|
|
|
|
|
|
p {
|
...
|
...
|
@@ -46,38 +45,37 @@ |
|
|
}
|
|
|
|
|
|
.operation {
|
|
|
position: relative;
|
|
|
right: 12%;
|
|
|
margin-top: 20px;
|
|
|
width: 120%;
|
|
|
height: 60px;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
line-height: 80px;
|
|
|
position: relative;
|
|
|
right: 12%;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
margin-top: 20px;
|
|
|
|
|
|
li {
|
|
|
position: relative;
|
|
|
float: left;
|
|
|
width: 50%;
|
|
|
color: $subFontC;
|
|
|
text-align: center;
|
|
|
font-size: 28px;
|
|
|
|
|
|
&.highlight {
|
|
|
color: $basicBtnC;
|
|
|
}
|
|
|
font-size: 28px;
|
|
|
float: left;
|
|
|
width: 50%;
|
|
|
text-align: center;
|
|
|
color: $subFontC;
|
|
|
|
|
|
.iconfont {
|
|
|
display: inline-block;
|
|
|
padding-right: 5PX;
|
|
|
font-size: inherit;
|
|
|
}
|
|
|
position: relative;
|
|
|
|
|
|
.animate-count {
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
z-index: 5;
|
|
|
display: none;
|
|
|
font-size: 20px;
|
|
|
z-index: 5;
|
|
|
}
|
|
|
|
|
|
i.count {
|
...
|
...
|
@@ -102,18 +100,18 @@ |
|
|
.goods-comments-page {
|
|
|
.goods-comments {
|
|
|
.comment-item {
|
|
|
padding: 0 28px;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
padding: 0 28px;
|
|
|
|
|
|
.user-name {
|
|
|
display: inline-block;
|
|
|
overflow: hidden;
|
|
|
float: left;
|
|
|
max-width: 9rem;
|
|
|
color: $mainFontC;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
font-size: 24px;
|
|
|
line-height: 62px;
|
|
|
color: $mainFontC;
|
|
|
}
|
|
|
|
|
|
.goods-spec,
|
...
|
...
|
@@ -123,9 +121,9 @@ |
|
|
}
|
|
|
|
|
|
.detail-content {
|
|
|
color: $mainFontC;
|
|
|
font-size: 24px;
|
|
|
line-height: 62px;
|
|
|
color: $mainFontC;
|
|
|
}
|
|
|
|
|
|
.goods-spec,
|
...
|
...
|
@@ -157,20 +155,20 @@ |
|
|
.goto-consult {
|
|
|
position: fixed;
|
|
|
top: 2.25rem;
|
|
|
z-index: 10;
|
|
|
width: 100%;
|
|
|
box-sizing: border-box;
|
|
|
padding: 0 28px;
|
|
|
width: 100%;
|
|
|
height: 120px;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
background-color: #fff;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
z-index: 10;
|
|
|
|
|
|
i,
|
|
|
span,
|
|
|
a {
|
|
|
color: $mainFontC;
|
|
|
font-size: 28px;
|
|
|
line-height: 120px;
|
|
|
font-size: 28px;
|
|
|
color: $mainFontC;
|
|
|
}
|
|
|
|
|
|
.consult-logo {
|
...
|
...
|
@@ -184,36 +182,31 @@ |
|
|
}
|
|
|
|
|
|
.goods-consults.customer-consults {
|
|
|
.consult-item:nth-child(1) {
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
.consult-item:nth-child(2) {
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
.consult-item {
|
|
|
display: none;
|
|
|
@mixin consult-item ;
|
|
|
margin-top: 0;
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.goods-consults {
|
|
|
@mixin consult-item ;
|
|
|
overflow: hidden;
|
|
|
margin-top: 5.25rem;
|
|
|
overflow: hidden;
|
|
|
padding: 0;
|
|
|
background: none;
|
|
|
}
|
|
|
|
|
|
.readmore {
|
|
|
display: block;
|
|
|
margin-top: 30px;
|
|
|
height: 88px;
|
|
|
border-top: 1px solid $borderC;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
line-height: 88px;
|
|
|
background-color: #fff;
|
|
|
color: $subFontC;
|
|
|
text-align: center;
|
|
|
color: $subFontC;
|
|
|
margin-top: 30px;
|
|
|
border-top: 1px solid $borderC;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
font-size: 28px;
|
|
|
line-height: 88px;
|
|
|
|
|
|
i {
|
|
|
font-size: inherit;
|
...
|
...
|
@@ -222,15 +215,15 @@ |
|
|
|
|
|
.faq-title {
|
|
|
height: 88px;
|
|
|
line-height: 88px;
|
|
|
text-align: center;
|
|
|
font-size: 32px;
|
|
|
line-height: 88px;
|
|
|
}
|
|
|
|
|
|
.goods-consults .faq-item {
|
|
|
@mixin consult-item ;
|
|
|
margin-top: 0;
|
|
|
margin-bottom: 30px;
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
.answer {
|
|
|
border-bottom: none;
|
...
|
...
|
@@ -244,70 +237,73 @@ |
|
|
|
|
|
textarea {
|
|
|
box-sizing: border-box;
|
|
|
padding: 10px;
|
|
|
width: 100%;
|
|
|
height: 400px;
|
|
|
color: $mainFontC;
|
|
|
font-size: 28px;
|
|
|
padding: 10px;
|
|
|
color: $mainFontC;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
display: inline-block;
|
|
|
margin-top: 20px;
|
|
|
width: 360px;
|
|
|
height: 80px;
|
|
|
background-color: #444;
|
|
|
width: 360px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
background-color: #444;
|
|
|
font-size: 40px;
|
|
|
line-height: 80px;
|
|
|
text-align: center;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.good-detail-page .feedback-list {
|
|
|
margin-bottom: 30px;
|
|
|
padding-top: 30px;
|
|
|
background-color: #f0f0f0;
|
|
|
|
|
|
.nav-tab {
|
|
|
padding: 10px 0;
|
|
|
width: 100%;
|
|
|
border-top: 1px solid $borderC;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.good-detail-page {
|
|
|
.feedback-list {
|
|
|
padding-top: 30px;
|
|
|
margin-bottom: 30px;
|
|
|
background-color: #f0f0f0;
|
|
|
|
|
|
.nav-tab {
|
|
|
width: 100%;
|
|
|
height: 60px;
|
|
|
padding: 10px 0;
|
|
|
background-color: #fff;
|
|
|
border-top: 1px solid $borderC;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
}
|
|
|
|
|
|
.comment-nav,
|
|
|
.consult-nav {
|
|
|
float: left;
|
|
|
box-sizing: border-box;
|
|
|
width: 50%;
|
|
|
height: 60px;
|
|
|
color: $subFontC;
|
|
|
text-align: center;
|
|
|
font-size: 28px;
|
|
|
line-height: 60px;
|
|
|
.comment-nav,
|
|
|
.consult-nav {
|
|
|
box-sizing: border-box;
|
|
|
float: left;
|
|
|
width: 50%;
|
|
|
height: 60px;
|
|
|
line-height: 60px;
|
|
|
font-size: 28px;
|
|
|
text-align: center;
|
|
|
color: $subFontC;
|
|
|
|
|
|
&.focus {
|
|
|
color: #000;
|
|
|
&.focus {
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.comment-nav {
|
|
|
border-right: 1px solid #ccc;
|
|
|
}
|
|
|
.comment-nav {
|
|
|
border-right: 1px solid #ccc;
|
|
|
}
|
|
|
|
|
|
.content .content-main {
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
background-color: #fff;
|
|
|
.content-main {
|
|
|
background-color: #fff;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
}
|
|
|
|
|
|
&.comment-content-main {
|
|
|
.content-main.comment-content-main {
|
|
|
.user-name {
|
|
|
padding-right: 18px;
|
|
|
padding-left: 28px;
|
|
|
color: $mainFontC;
|
|
|
font-size: 24px;
|
|
|
line-height: 62px;
|
|
|
color: $mainFontC;
|
|
|
padding-left: 28px;
|
|
|
padding-right: 18px;
|
|
|
}
|
|
|
|
|
|
.goods-spec,
|
...
|
...
|
@@ -317,11 +313,11 @@ |
|
|
}
|
|
|
|
|
|
.detail-content {
|
|
|
padding-right: 18px;
|
|
|
padding-left: 28px;
|
|
|
color: $mainFontC;
|
|
|
font-size: 24px;
|
|
|
line-height: 62px;
|
|
|
color: $mainFontC;
|
|
|
padding-left: 28px;
|
|
|
padding-right: 18px;
|
|
|
}
|
|
|
|
|
|
.goods-spec,
|
...
|
...
|
@@ -359,21 +355,21 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
&.consult-content-main {
|
|
|
padding-top: 20px;
|
|
|
.content-main.consult-content-main {
|
|
|
padding-right: 28px;
|
|
|
padding-bottom: 20px;
|
|
|
padding-left: 28px;
|
|
|
padding-top: 20px;
|
|
|
padding-bottom: 20px;
|
|
|
|
|
|
.question {
|
|
|
color: $mainFontC;
|
|
|
font-size: 24px;
|
|
|
color: $mainFontC;
|
|
|
|
|
|
span {
|
|
|
display: block;
|
|
|
float: left;
|
|
|
padding-right: 15px;
|
|
|
font-size: inherit;
|
|
|
padding-right: 15px;
|
|
|
}
|
|
|
|
|
|
p {
|
...
|
...
|
@@ -382,22 +378,22 @@ |
|
|
}
|
|
|
|
|
|
.time {
|
|
|
color: $subFontC;
|
|
|
font-size: 22px;
|
|
|
color: $subFontC;
|
|
|
}
|
|
|
|
|
|
.answer {
|
|
|
margin-top: 14px;
|
|
|
color: $subFontC;
|
|
|
font-size: 24px;
|
|
|
line-height: 36px;
|
|
|
color: $subFontC;
|
|
|
margin-top: 14px;
|
|
|
|
|
|
span {
|
|
|
display: block;
|
|
|
float: left;
|
|
|
padding-right: 15px;
|
|
|
color: $mainFontC;
|
|
|
font-size: inherit;
|
|
|
color: $mainFontC;
|
|
|
padding-right: 15px;
|
|
|
}
|
|
|
|
|
|
p {
|
...
|
...
|
@@ -406,56 +402,56 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
&.no-item {
|
|
|
.content-main.no-item {
|
|
|
height: 200px;
|
|
|
line-height: 200px;
|
|
|
color: #e0e0e0;
|
|
|
text-align: center;
|
|
|
font-size: 16PX;
|
|
|
line-height: 200px;
|
|
|
text-align: center;
|
|
|
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
padding-right: 5PX;
|
|
|
font-size: 16PX;
|
|
|
padding-right: 5PX;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.comment-content-footer,
|
|
|
.consult-content-footer {
|
|
|
display: block;
|
|
|
min-height: 88px;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
background-color: #fff;
|
|
|
color: #b0b0b0;
|
|
|
text-align: center;
|
|
|
font-size: 28px;
|
|
|
line-height: 88px;
|
|
|
.comment-content-footer,
|
|
|
.consult-content-footer {
|
|
|
display: block;
|
|
|
min-height: 88px;
|
|
|
text-align: center;
|
|
|
background-color: #fff;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
line-height: 88px;
|
|
|
font-size: 28px;
|
|
|
color: #b0b0b0;
|
|
|
|
|
|
.iconfont {
|
|
|
font-size: inherit;
|
|
|
.iconfont {
|
|
|
font-size: inherit;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.content.hide {
|
|
|
display: none;
|
|
|
}
|
|
|
.content.hide {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.nodata {
|
|
|
padding: 0 28px;
|
|
|
height: 88px;
|
|
|
border-top: 1px solid $borderC;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
background-color: #fff;
|
|
|
font-size: 28px;
|
|
|
line-height: 88px;
|
|
|
.nodata {
|
|
|
height: 88px;
|
|
|
font-size: 28px;
|
|
|
line-height: 88px;
|
|
|
background-color: #fff;
|
|
|
padding: 0 28px;
|
|
|
border-top: 1px solid $borderC;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
|
|
|
.go-consult {
|
|
|
float: right;
|
|
|
color: $subFontC;
|
|
|
.go-consult {
|
|
|
float: right;
|
|
|
color: $subFontC;
|
|
|
|
|
|
span {
|
|
|
font-size: 28px;
|
|
|
span {
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|