...
|
...
|
@@ -10,10 +10,10 @@ |
|
|
background-size: cover;
|
|
|
}
|
|
|
.detail{
|
|
|
background-color: $tableCellC;
|
|
|
&.table .inner-container{
|
|
|
background-color: $tableCellC;
|
|
|
}
|
|
|
// background-color: $tableCellC;
|
|
|
// &.table .inner-container{
|
|
|
// background-color: $tableCellC;
|
|
|
// }
|
|
|
margin-bottom: 1px;
|
|
|
}
|
|
|
.desc-text {
|
...
|
...
|
@@ -21,7 +21,7 @@ |
|
|
padding: pxToRem(16px) pxToRem(12px);
|
|
|
color: $mainFontC;
|
|
|
background-color: $tableCellC;
|
|
|
border-top: 1px solid #fff;
|
|
|
// border-top: 1px solid #fff;
|
|
|
}
|
|
|
}
|
|
|
.tips {
|
...
|
...
|
|