|
|
@@ -209,8 +209,8 @@ export default {
|
|
|
setCom: 'settingCustomerService',
|
|
|
isHover: true,
|
|
|
position: 'right-bottom',//left-top
|
|
|
- width: '70',
|
|
|
- height: '70',
|
|
|
+ width: '80',
|
|
|
+ height: '102',
|
|
|
value: {
|
|
|
type: '',
|
|
|
text: ''
|
|
|
@@ -224,7 +224,8 @@ export default {
|
|
|
value: {
|
|
|
layoutNum: 1,
|
|
|
productList: [],
|
|
|
- showOriginalPrice: false
|
|
|
+ showOriginalPrice: false,
|
|
|
+ simpleBuy: false
|
|
|
}
|
|
|
}, {
|
|
|
name: '充值',
|
|
|
@@ -906,7 +907,7 @@ export default {
|
|
|
.decoration-edit ul img {
|
|
|
display: block;
|
|
|
width: 50px;
|
|
|
- margin-bottom: 8px;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
ul p {
|
|
|
@@ -1094,7 +1095,7 @@ ul p {
|
|
|
.right-bottom {
|
|
|
position: absolute;
|
|
|
bottom: 50px;
|
|
|
- right: 20px;
|
|
|
+ right: -18px;
|
|
|
z-index: 200;
|
|
|
}
|
|
|
|