Feat:分享调整
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
.box-share {
|
.box-share {
|
||||||
.box-img {
|
.box-img {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 500rpx;
|
width: 600rpx;
|
||||||
height: 632rpx;
|
height: 832rpx;
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -26,14 +26,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-img {
|
.main-img {
|
||||||
width: 500rpx;
|
width: 600rpx;
|
||||||
height: 632rpx;
|
height: 832rpx;
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
width: 500rpx;
|
width: 600rpx;
|
||||||
height: 100rpx;
|
height: 120rpx;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -80,7 +80,7 @@ export default {
|
|||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
.poster-pop {
|
.poster-pop {
|
||||||
width: 4.5 * 100rpx;
|
width: 6 * 100rpx;
|
||||||
height: 8 * 100rpx;
|
height: 8 * 100rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ export default {
|
|||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
.poster-pop {
|
.poster-pop {
|
||||||
width: 4.5 * 100rpx;
|
width: 6 * 100rpx;
|
||||||
height: 8 * 100rpx;
|
height: 8 * 100rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|||||||
@@ -719,6 +719,7 @@ export default {
|
|||||||
if (options.scene || obj.query.scene) {
|
if (options.scene || obj.query.scene) {
|
||||||
const query = options ? decodeURIComponent(options.scene) : decodeURIComponent(obj.query.scene)
|
const query = options ? decodeURIComponent(options.scene) : decodeURIComponent(obj.query.scene)
|
||||||
this.partnerId = getUrlParam(query, 'partnerId') || null
|
this.partnerId = getUrlParam(query, 'partnerId') || null
|
||||||
|
this.id = getUrlParam(query, 'id') || null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.partnerId) cookie.set('spread', this.partnerId)
|
if (this.partnerId) cookie.set('spread', this.partnerId)
|
||||||
|
|||||||
Reference in New Issue
Block a user