...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
color: #000;
|
|
|
text-align: center;
|
|
|
padding: 30px 0 5px;
|
|
|
letter-spacing: 20px;
|
|
|
letter-spacing: 10px;
|
|
|
}
|
|
|
|
|
|
.tide-goods,
|
...
|
...
|
@@ -115,13 +115,14 @@ |
|
|
|
|
|
.goods-footer {
|
|
|
font-size: 19px;
|
|
|
color: #000;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
padding: 10px;
|
|
|
background: linear-gradient(#f7f8f7, #f7f9f8);
|
|
|
padding: 3px 15px;
|
|
|
opacity: 0.5;
|
|
|
background-color: #000;
|
|
|
|
|
|
.goods-name {
|
|
|
-webkit-line-clamp: 1;
|
...
|
...
|
|