|
@@ -45,7 +45,7 @@
|
|
|
<div class="auth-icon"></div>
|
|
|
<template v-for="item in productInfo.clubList">
|
|
|
<div class="auth-info" :key="item.authId">
|
|
|
- <span class="font-bold">ROS'S</span>
|
|
|
+ <span class="font-bold">{{productInfo.shopName}}</span>
|
|
|
<span>授予</span>
|
|
|
<span>{{ item.authParty }}</span>
|
|
|
<span>正品拥有</span>
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
position: absolute;
|
|
|
width: 70px;
|
|
|
height: 70px;
|
|
|
- background: url(~assets/theme-images/ross/pc-icon-auth-seal.png)
|
|
|
+ background: url(~assets/theme-images/normal/pc/icon-auth-seal.png)
|
|
|
no-repeat center;
|
|
|
background-size: 70px;
|
|
|
right: 24px;
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
display: block;
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
- background: url(~assets/theme-images/ross/pc-icon-auth-ren.png)
|
|
|
+ background: url(~assets/theme-images/normal/pc/icon-auth-ren.png)
|
|
|
no-repeat center;
|
|
|
background-size: 23px;
|
|
|
}
|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
|
|
|
.auth-icon {
|
|
|
height: 28px;
|
|
|
- background: url(~assets/theme-images/ross/pc-icon-auth.png)
|
|
|
+ background: url(~assets/theme-images/normal/pc/icon-auth2.png)
|
|
|
no-repeat left center;
|
|
|
background-size: auto 28px;
|
|
|
margin-bottom: 10px;
|
|
@@ -481,7 +481,7 @@ export default {
|
|
|
position: absolute;
|
|
|
width: 13.8vw;
|
|
|
height: 13.8vw;
|
|
|
- background: url(~assets/theme-images/ross/h5-icon-auth-seal.png)
|
|
|
+ background: url(~assets/theme-images/normal/h5/icon-auth-seal.png)
|
|
|
no-repeat center;
|
|
|
background-size: 13.8vw;
|
|
|
right: 4vw;
|
|
@@ -551,7 +551,7 @@ export default {
|
|
|
display: block;
|
|
|
width: 3.6vw;
|
|
|
height: 3.6vw;
|
|
|
- background: url(~assets/theme-images/ross/h5-icon-auth-ren.png)
|
|
|
+ background: url(~assets/theme-images/normal/h5/icon-auth-ren.png)
|
|
|
no-repeat center;
|
|
|
background-size: 3.6vw;
|
|
|
}
|
|
@@ -628,7 +628,7 @@ export default {
|
|
|
|
|
|
.auth-icon {
|
|
|
height: 4.9vw;
|
|
|
- background: url(~assets/theme-images/ross/h5-icon-auth.png)
|
|
|
+ background: url(~assets/theme-images/normal/h5/icon-auth2.png)
|
|
|
no-repeat left center;
|
|
|
background-size: auto 4.9vw;
|
|
|
margin-bottom: 1vw;
|