...
|
...
|
@@ -425,12 +425,16 @@ export default { |
|
|
}
|
|
|
|
|
|
.dot {
|
|
|
width: 10px;
|
|
|
height: 10px;
|
|
|
margin: 0 5px;
|
|
|
width: 8px;
|
|
|
height: 8px;
|
|
|
margin: 0 10px 2px;
|
|
|
border-radius: 50%;
|
|
|
|
|
|
&.active {
|
|
|
margin: 2px 10px 0;
|
|
|
width: 12px;
|
|
|
height: 12px;
|
|
|
border-radius: 50%;
|
|
|
background-color: #08304b;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -491,7 +495,7 @@ export default { |
|
|
}
|
|
|
|
|
|
.info {
|
|
|
padding: 14px 40px;
|
|
|
padding: 46px 40px 10px;
|
|
|
|
|
|
&-price {
|
|
|
color: #d0021b;
|
...
|
...
|
@@ -509,6 +513,7 @@ export default { |
|
|
}
|
|
|
|
|
|
&-name {
|
|
|
margin-top: 14px;
|
|
|
font-size: 28px;
|
|
|
color: #999;
|
|
|
text-align: center;
|
...
|
...
|
|