Task:指引页/ 图片定位完成
This commit is contained in:
+11
-11
@@ -84,28 +84,28 @@ export default {
|
||||
this._step = this.functionGuideData.step
|
||||
const imgs = [
|
||||
{
|
||||
url: this.webUrl + '/引导页素材/文玩艺术/Group2/Group 2-1.png',
|
||||
url: this.webUrl + '/引导页素材/文玩艺术/Group 2/Group 2-1.png',
|
||||
style: {
|
||||
position: 'absolute',
|
||||
zIndex: 99,
|
||||
width: '357rpx',
|
||||
top: '100rpx',
|
||||
left: '-110rpx',
|
||||
width: '425rpx',
|
||||
top: 0*2+'rpx',
|
||||
left: 50*2+'rpx',
|
||||
right: 0,
|
||||
margin: 'auto',
|
||||
height: '382rpx',
|
||||
height: '213rpx',
|
||||
/* px: ; */
|
||||
},
|
||||
isBtn: false
|
||||
},
|
||||
{
|
||||
url: this.webUrl + '/引导页素材/文玩艺术/Group2/Group 2-2.png',
|
||||
url: this.webUrl + '/引导页素材/文玩艺术/Group 2/Group 2-2.png',
|
||||
style: {
|
||||
position: 'absolute',
|
||||
zIndex: 99,
|
||||
width: '117rpx',
|
||||
top: 125*2+'rpx',
|
||||
left: -120*2+'rpx',
|
||||
top: 75*2+'rpx',
|
||||
left: 0*2+'rpx',
|
||||
right: 0,
|
||||
margin: 'auto',
|
||||
height: '46rpx',
|
||||
@@ -113,13 +113,13 @@ export default {
|
||||
isBtn: 'jump'
|
||||
},
|
||||
{
|
||||
url: this.webUrl + '/引导页素材/文玩艺术/Group2/Group 2-3.png',
|
||||
url: this.webUrl + '/引导页素材/文玩艺术/Group 2/Group 2-3.png',
|
||||
style: {
|
||||
position: 'absolute',
|
||||
zIndex: 99,
|
||||
width: '117rpx',
|
||||
top: 125*2+'rpx',
|
||||
left: 170*2+'rpx',
|
||||
top: 75*2+'rpx',
|
||||
left: 240*2+'rpx',
|
||||
height: '46rpx',
|
||||
},
|
||||
isBtn: 'next'
|
||||
|
||||
Reference in New Issue
Block a user