|
|
@@ -141,7 +141,7 @@
|
|
|
|
|
|
<driver />
|
|
|
|
|
|
- <post ref="post" :info="info" noButton />
|
|
|
+ <post ref="post" pageUrl="productDetail2" :info="info" noButton />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -592,8 +592,8 @@ export default {
|
|
|
.share-icon {
|
|
|
margin-left: 30px;
|
|
|
img {
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
@@ -624,7 +624,7 @@ export default {
|
|
|
|
|
|
&:nth-child(3),
|
|
|
&:nth-child(4) {
|
|
|
- width: 100%;
|
|
|
+ width: calc(100% - 65px);
|
|
|
height: 10px;
|
|
|
}
|
|
|
&:nth-child(2) {
|
|
|
@@ -633,11 +633,11 @@ export default {
|
|
|
}
|
|
|
&:nth-child(3) {
|
|
|
top: -0.8px;
|
|
|
- left: 5px;
|
|
|
+ left: 45px;
|
|
|
}
|
|
|
&:nth-child(4) {
|
|
|
bottom: 0.5px;
|
|
|
- right: 5px;
|
|
|
+ right: 45px;
|
|
|
}
|
|
|
&:nth-child(5) {
|
|
|
bottom: 0;
|