...
|
...
|
@@ -247,7 +247,7 @@ |
|
|
|
|
|
.vip-good-show {
|
|
|
width: 220px;
|
|
|
height: 155px;
|
|
|
height: calc(220 * 4 / 3px);
|
|
|
}
|
|
|
|
|
|
.vip-good-price {
|
...
|
...
|
@@ -298,7 +298,7 @@ |
|
|
.vip-good-name {
|
|
|
font-size: 20px;
|
|
|
color: #fff;
|
|
|
height: calc(2*20*1.2px);
|
|
|
height: calc(2*20*1.4px);
|
|
|
margin-bottom: 10px;
|
|
|
margin-left: 5px;
|
|
|
margin-right: 5px;
|
...
|
...
|
@@ -440,7 +440,7 @@ |
|
|
z-index: 1;
|
|
|
background-color: #131313;
|
|
|
color: #345abc;
|
|
|
text-shadow: 0px 0px 5px #0919f5;
|
|
|
text-shadow: 0 0 5px #0919f5;
|
|
|
|
|
|
li {
|
|
|
position: relative;
|
...
|
...
|
|