From 1976506b55ab2b4bc1743bcd0c9b555994a09ad0 Mon Sep 17 00:00:00 2001 From: Wkang921 Date: Fri, 2 Jun 2023 14:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=BE=AE=E4=BF=A1=E5=A5=BD?= =?UTF-8?q?=E5=8F=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/jl/index.js | 11 +- pages/home/jl/index.wxml | 6 +- pages/home/jl/index.wxss | 7 ++ pages/home/jl/jlai/jlai.wxss | 219 +++++++++++++++++----------------- pages/home/xyc/index.js | 29 +++-- pages/home/xyc/index.json | 3 +- pages/home/xyc/index.wxml | 67 +++++++++-- pages/home/xyc/index.wxss | 95 ++++++++++++++- pages/home/xyc/tdyw/tdyw.js | 2 +- pages/home/xyc/tdyw/tdyw.wxml | 2 +- pages/home/xyc/tdyw/tdyw.wxss | 36 +++--- pages/home/xyc/wdyw/wdyw.js | 7 ++ pages/home/xyc/wdyw/wdyw.wxml | 16 +-- pages/home/xyc/wdyw/wdyw.wxss | 40 +++---- 14 files changed, 353 insertions(+), 187 deletions(-) diff --git a/pages/home/jl/index.js b/pages/home/jl/index.js index 5a3ce02..c95255d 100644 --- a/pages/home/jl/index.js +++ b/pages/home/jl/index.js @@ -157,13 +157,13 @@ Page({ }) req.patchRequest('/api/user/curt/inject-energy-to-pendant',{}).then((res)=>{ console.log('能量注入成功'); - this.getUserInfo() }) setTimeout(()=>{ this.setData({ showInEnergy:!this.data.showInEnergy, showScsEnergy:true }) + this.getUserInfo() },2000) }, getUserInfo(){ @@ -183,12 +183,13 @@ Page({ const TimeDiff = endTime.getTime() - nowTime.getTime(); this.setData({ prayTime: formattedTime, - energy:Math.floor(TimeDiff / 36000) + energy: Math.floor(TimeDiff / 360000) }) const pendantEnergy = res.data.data.pendantEnergy - const minute = pendantEnergy * 6 - const hours = Math.floor(pendantEnergy / 60); // 计算小时数 + const hours = Math.floor(pendantEnergy * 6 / 60); // 计算小时数 + const minute = pendantEnergy * 6 - hours * 60 + console.log(pendantEnergy); if(hours>0){ this.setData({ minutes:59 @@ -271,6 +272,8 @@ Page({ showEnergySuccess:!this.data.showEnergySuccess, showEnergy:!this.data.showEnergy }) + this.getUserInfo() + this.getUserLoverInfo() return setTimeout(()=>{ this.setData({ showEnergySuccess:!this.data.showEnergySuccess, diff --git a/pages/home/jl/index.wxml b/pages/home/jl/index.wxml index 06ac444..2d16004 100644 --- a/pages/home/jl/index.wxml +++ b/pages/home/jl/index.wxml @@ -103,7 +103,8 @@ - 祈祷 + 祈祷 + 结束祈祷 @@ -258,7 +259,8 @@ - 能量注入中…… + + 能量注入中……
精灵 AI
diff --git a/pages/home/jl/index.wxss b/pages/home/jl/index.wxss index 0295734..791bba0 100644 --- a/pages/home/jl/index.wxss +++ b/pages/home/jl/index.wxss @@ -885,6 +885,8 @@ picker-view-column { right: 130rpx; width: 484rpx; height: 434rpx; + padding-top: 80rpx; + box-sizing: border-box; font-size: 18px; color: #6C6C6C; border-radius: 15px; @@ -893,6 +895,11 @@ picker-view-column { box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4); } +.in-energy .t-image { + width: 200rpx; + height: 200rpx; +} + .dcright1 { position: absolute; bottom: 270rpx; diff --git a/pages/home/jl/jlai/jlai.wxss b/pages/home/jl/jlai/jlai.wxss index e2937b9..f9c2bda 100644 --- a/pages/home/jl/jlai/jlai.wxss +++ b/pages/home/jl/jlai/jlai.wxss @@ -25,57 +25,57 @@ .mfcs{ position: absolute; left: 0px; -top: 88px; -width: 375px; -height: 44px; -line-height: 88rpx; -opacity: 0.8; -background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%); -text-align: center; -color: rgba(255, 255, 255, 1); -font-size: 14px; + top: 188rpx; + width: 100%; + height: 88rpx; + line-height: 88rpx; + opacity: 0.8; + background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%); + text-align: center; + color: rgba(255, 255, 255, 1); + font-size: 14px; } .ltkjj{ position: absolute; - left: 16px; -top: 164px; -width: 343px; -height: 382px; -line-height: 20px; -opacity: 0.9; -border-radius: 15px; -background-color: rgba(255, 255, 255, 1); -color: rgba(16, 16, 16, 1); -font-size: 14px; -text-align: center; -box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.2); -font-family: Arial; + left: 32rpx; + top: 328rpx; + width: 686rpx; + height: 764rpx; + line-height: 40rpx; + opacity: 0.9; + border-radius: 15px; + background-color: rgba(255, 255, 255, 1); + color: rgba(16, 16, 16, 1); + font-size: 14px; + text-align: center; + box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.2); + font-family: Arial; } .ltkjj1{ position: absolute; - left: 16px; -top: 164px; -width: 343px; -height: 1000rpx; -line-height: 20px; -opacity: 0.9; -border-radius: 15px; -background-color: rgba(255, 255, 255, 1); -color: rgba(16, 16, 16, 1); -font-size: 14px; -text-align: center; -box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.2); -font-family: Arial; + left: 32rpx; + top: 328rpx; + width: 686rpx; + height: 1000rpx; + line-height: 20px; + opacity: 0.9; + border-radius: 15px; + background-color: rgba(255, 255, 255, 1); + color: rgba(16, 16, 16, 1); + font-size: 14px; + text-align: center; + box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.2); + font-family: Arial; } .ltat{ position: absolute; - height: 50px; + height: 100rpx; line-height: 100rpx; opacity: 0.9; - border-radius: 24px; + border-radius: 50rpx; background: linear-gradient(222.69deg, rgba(248,99,42,1) 14.04%,rgba(249,135,89,1) 88.56%); color: rgba(16, 16, 16, 1); font-size: 12px; @@ -91,57 +91,57 @@ font-family: Arial; .ltxzys{ left: 38rpx; top: 64rpx; - width: 88px; + width: 196rpx; } .ltxzzb{ - left: 128px; + left: 250rpx; top: 64rpx; - width: 88px; + width: 196rpx; } .lttlzb{ top: 64rpx; - width: 88px; - left:237px; + width: 196rpx; + left: 462rpx; } .ltqgqs{ - width:118px; + width:236rpx; left:38rpx; top:228rpx; } .ltwm{ - left:158px; + left:320rpx; top:228rpx; - width:167px; + width:335rpx; } .wzmxyx{ left:38rpx; - width:137px; + width:274rpx; top:392rpx; } .ltqs{ - left:172px; - width:153px; + left:344rpx; + width:306rpx; top:392rpx; } .tximg{ position: absolute; left: 38rpx; - top: 278px; - width: 42px; - height: 42px; + top: 556rpx; + width: 84rpx; + height: 84rpx; border: 3px solid rgba(161, 134, 81, 1); background-color: coral; } .ltwzk{ position: absolute; left: 154rpx; - top: 278px; - width: 241px; - height: 72px; + top: 556rpx; + width: 482rpx; + height: 144rpx; color: rgba(108, 108, 108, 1); font-size: 17px; line-height: 43rpx; @@ -152,20 +152,20 @@ font-family: Arial; .ltk1{ position: absolute; left: 0px; -top: 722px; -width: 375px; -height: 90px; -line-height: 20px; -background-color: rgba(248, 248, 248, 1); -text-align: center; -border: 1px solid rgba(255, 0, 0, 0); + top: 1444rpx; + width: 100%; + height: 180rpx; + line-height: 20px; + background-color: rgba(248, 248, 248, 1); + text-align: center; + border: 1px solid rgba(255, 0, 0, 0); } .ltk1txt{ position: absolute; - left: 16px; + left: 32rpx; top: 14rpx; - width: 265px; + width: 530rpx; height: 84rpx; border-radius: 5px; color: rgba(136, 136, 136, 1); @@ -181,11 +181,8 @@ border: 1px solid rgba(255, 0, 0, 0); line-height: 84rpx!important; } .ltk1txt1{ - width: 265px; + width: 530rpx; height: 84rpx; -} -.t-textarea__wrapper-inner{ - } .t-textarea__label{ height:84rpx; @@ -194,29 +191,29 @@ border: 1px solid rgba(255, 0, 0, 0); .fsan{ position: absolute; - left: 332px; -top: 32rpx; -width: 27px; -height: 27px; -background-repeat: no-repeat; -background-size:100% 100%; -background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/chatbtn.png); + left: 664rpx; + top: 32rpx; + width: 54rpx; + height: 54rpx; + background-repeat: no-repeat; + background-size:100% 100%; + background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/chatbtn.png); } .addbtn{ position: absolute; - left: 293px; -top: 30rpx; -width: 27px; -height: 27px; -background-repeat: no-repeat; -background-size:100% 100%; -background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/addbtn.png); + left: 586rpx; + top: 30rpx; + width: 54rpx; + height: 54rpx; + background-repeat: no-repeat; + background-size:100% 100%; + background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/addbtn.png); } .chatbox{ position: absolute; - top:132px; + top:264rpx; width:750rpx; height:1360rpx; overflow: auto; @@ -254,46 +251,46 @@ background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/add .kthybtn{ position: absolute; left: 224rpx; -top: 826rpx; -width: 120px; -height: 35px; -line-height: 70rpx; -border-radius: 10px; -background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%); -color: rgba(16, 16, 16, 1); -font-size: 12px; -text-align: center; -font-family: Arial; -color: rgba(255, 255, 255, 1); -font-size: 14px; -text-align: center; -font-family: SourceHanSansSC-medium; + top: 826rpx; + width: 240rpx; + height: 70rpx; + line-height: 70rpx; + border-radius: 10px; + background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%); + color: rgba(16, 16, 16, 1); + font-size: 12px; + text-align: center; + font-family: Arial; + color: rgba(255, 255, 255, 1); + font-size: 14px; + text-align: center; + font-family: SourceHanSansSC-medium; } .kthytips{ position: absolute; -top: 448px; -width: 343px; -height: 20px; -color: rgba(108, 108, 108, 1); -font-size: 12px; -text-align: center; -font-family: SourceHanSansSC-regular; + top: 898rpx; + width: 686rpx; + height: 20px; + color: rgba(108, 108, 108, 1); + font-size: 12px; + text-align: center; + font-family: SourceHanSansSC-regular; } .hyhgtx{ position: absolute; - left: 196px; -top: 371px; -width: 59.8px; -height: 66.45px; -background-repeat: no-repeat; -background-size:100% 100%; -background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/hyhg.png); + left: 392rpx; + top: 742rpx; + width: 120rpx; + height: 127rpx; + background-repeat: no-repeat; + background-size:100% 100%; + background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/hyhg.png); } .ltk112{ position: absolute; - left: 0px; + left: 0; top: 1224rpx; width: 375px; height: 90px; diff --git a/pages/home/xyc/index.js b/pages/home/xyc/index.js index 70e2fa8..5c97bb9 100644 --- a/pages/home/xyc/index.js +++ b/pages/home/xyc/index.js @@ -29,7 +29,8 @@ Page({ xyNfc:true, xyInfo:{}, showXyz:false, //显示许愿中弹层 - showDetail:false //许愿成功回显弹层 + showDetail:false, //许愿成功回显弹层 + shareVisible:false //显示分享页面 }, handleAdd(e){/**添加图片 */ const { fileList } = this.data; @@ -90,7 +91,6 @@ Page({ wx.navigateTo({ url: '/pages/home/xyc/wdyw/wdyw' }) - }, go2TaYw(){ wx.navigateTo({ @@ -229,7 +229,23 @@ Page({ }, // 分享 openShare(){ - console.log('分享'); + this.setData({ + shareVisible:!this.data.shareVisible + }) + }, + shareQQ(){ + console.log('分享到qq') + }, + downLoad(){ + console.log('下载图片'); + wx.downloadFile({ + url: 'https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg', + success: (res) => { + wx.showShareImageMenu({ + path: res.tempFilePath + }) + } + }) }, // 获取我的许愿 getMyWish(){ @@ -263,15 +279,12 @@ Page({ * 生命周期函数--监听页面显示 */ onShow() { - console.log('隐藏了') }, /** * 生命周期函数--监听页面隐藏 */ onHide() { - console.log('隐藏了') - }, /** @@ -299,6 +312,8 @@ Page({ * 用户点击右上角分享 */ onShareAppMessage() { + }, - } + // 分享到朋友圈 + onShareTimeline(){} }) \ No newline at end of file diff --git a/pages/home/xyc/index.json b/pages/home/xyc/index.json index 4cea983..5ddddb7 100644 --- a/pages/home/xyc/index.json +++ b/pages/home/xyc/index.json @@ -7,6 +7,7 @@ "t-calendar": "tdesign-miniprogram/calendar/calendar", "t-upload": "tdesign-miniprogram/upload/upload", "t-dialog": "tdesign-miniprogram/dialog/dialog", - "t-image": "tdesign-miniprogram/image/image" + "t-image": "tdesign-miniprogram/image/image", + "t-icon": "tdesign-miniprogram/icon/icon" } } \ No newline at end of file diff --git a/pages/home/xyc/index.wxml b/pages/home/xyc/index.wxml index 294d971..54b87d8 100644 --- a/pages/home/xyc/index.wxml +++ b/pages/home/xyc/index.wxml @@ -1,12 +1,12 @@ -银币{{userInfo.silverCoin}}枚 -我的愿望{{wishes.length}} +银币{{userInfo.silverCoin}}枚 +我的愿望{{wishes.length}} -银币{{userInfo.silverCoin}}枚 -Ta的愿望 -我的愿望{{wishes.length}} +银币{{userInfo.silverCoin}}枚 +Ta的愿望 +我的愿望{{wishes.length}} @@ -37,8 +37,6 @@ - - 取消 完成 @@ -53,7 +51,8 @@ - 愿望祝福中…… + + 愿望祝福中…… @@ -65,11 +64,59 @@ {{item.content}} 期望时间 {{item.deadline}} - - + + 分享 + + + + + + 分享到 + + + + + + 微信 + + + + + + 朋友圈 + + + + + + 微博 + + + + + + QQ + + + + + + QQ空间 + + + + + + 生成图片 + + + + \ No newline at end of file diff --git a/pages/home/xyc/index.wxss b/pages/home/xyc/index.wxss index 3d18d37..061ea0f 100644 --- a/pages/home/xyc/index.wxss +++ b/pages/home/xyc/index.wxss @@ -397,13 +397,23 @@ border: 1px solid rgba(187, 187, 187, 1); width: 484rpx; height: 434rpx; line-height: 20px; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; border-radius: 15px; background-color: rgba(255, 255, 255, 1); color: #6c6c6c; - text-align: center; + font-size: 18px; box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4); } +.xyc-process .t-image { + width: 200rpx; + height: 200rpx; + margin-bottom: 26rpx; +} + /* 许愿成功回显 */ .wishdetail{ position: absolute; @@ -522,5 +532,88 @@ border: 1px solid rgba(187, 187, 187, 1); height: 40rpx; border-radius: 50%; background-color: #F73535; +} + +.shareBtn { + position: absolute; + bottom: 100px; + left: 100px; +} + +.popup-main { + height: 462rpx; + background-color: #fff; +} + +.popup-main .main-top { + height: 80rpx; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 30rpx; + box-sizing: border-box; + border-bottom: 1px solid #E9E9E8; +} + +.t-icon-close { + color: #6c6c6c; +} +.popup-main .main-top .text { + font-size: 16px; + color: #6c6c6c; +} + +.popup-main .main-box { + height: 100%; + padding-top:70rpx; + box-sizing: border-box; + display: flex; + flex-wrap: wrap; +} + +.popup-main .main-box .box-item { + width: 100rpx; + height: 150rpx; + margin-left: 70rpx; + display: flex; + align-items: center; + flex-direction: column; +} + +.popup-main .main-box .box-item .item-icon { + width: 100rpx; + height: 100rpx; + border-radius: 50%; + margin-bottom: 10rpx; + display: flex; + justify-content: center; + align-items: center; + background-color: #1AAD19; +} + +.popup-main .main-box .box-item .item-icon .t-image { + width: 56rpx; + height: 56rpx; +} + +.popup-main .main-box .box-item .item-text { + font-size: 12px; + color: #A2A2A2; +} + +.cyan { + background-color: #A8E450 !important; +} +.orange { + background-color: #FF9900 !important; +} +.blue { + background-color: #3CCDFF !important; +} +.yellow { + background-color: #FFCE41 !important; +} +.cyan { + background-color: #A8E450 !important; } \ No newline at end of file diff --git a/pages/home/xyc/tdyw/tdyw.js b/pages/home/xyc/tdyw/tdyw.js index b1be1de..789f5c2 100644 --- a/pages/home/xyc/tdyw/tdyw.js +++ b/pages/home/xyc/tdyw/tdyw.js @@ -79,7 +79,7 @@ Page({ wx.navigateBack({ changed: true }); }, getMyWish(){ - req.getRequest('/api/user/curt/wish/lover',{}).then((res)=>{ + req.getRequest('/api/user/curt/lover/wish',{}).then((res)=>{ console.log(res) if(res.data.code==200){ this.setData({wishes:res.data.data.records}) diff --git a/pages/home/xyc/tdyw/tdyw.wxml b/pages/home/xyc/tdyw/tdyw.wxml index 3a89581..fa0a7c9 100644 --- a/pages/home/xyc/tdyw/tdyw.wxml +++ b/pages/home/xyc/tdyw/tdyw.wxml @@ -1,7 +1,7 @@ -我的愿望 +ta的愿望 diff --git a/pages/home/xyc/tdyw/tdyw.wxss b/pages/home/xyc/tdyw/tdyw.wxss index 8cb305e..b1c4896 100644 --- a/pages/home/xyc/tdyw/tdyw.wxss +++ b/pages/home/xyc/tdyw/tdyw.wxss @@ -24,21 +24,21 @@ .ywbjt1{ position: absolute; - left: -22px; -top: 140px; -width: 421px; -height: 584px; -background-repeat: no-repeat; -background-size:100% 100%; -background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/bg111.png); + left: -44rpx; + top: 280rpx; + width: 842rpx; + height: 1168rpx; + background-repeat: no-repeat; + background-size:100% 100%; + background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/bg111.png); } .xycbg2{ position: absolute; - left: -14px; - top: 342px; - width: 399px; - height: 341px; + left: -28rpx; + top: 684rpx; + width: 798rpx; + height: 682rpx; background-repeat: no-repeat; background-size:100% 100%; background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/xycbg2.png); @@ -53,13 +53,13 @@ background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/bg .xycbg3{ position: absolute; - left: -24px; -top: 116px; -width: 440px; -height: 635px; -background-repeat: no-repeat; -background-size:100% 100%; -background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/xycbg3.png); + left: -48rpx; + top: 232rpx; + width: 880rpx; + height: 1270rpx; + background-repeat: no-repeat; + background-size:100% 100%; + background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/xycbg3.png); } .boxitem{ diff --git a/pages/home/xyc/wdyw/wdyw.js b/pages/home/xyc/wdyw/wdyw.js index 7a71f71..97e38ba 100644 --- a/pages/home/xyc/wdyw/wdyw.js +++ b/pages/home/xyc/wdyw/wdyw.js @@ -14,6 +14,10 @@ Page({ rrs:[{"lastModifiedDate":"2023-03-29T14:49:58.000+08:00","createdAt":"2023-03-14T15:44:16.000+08:00","id":1,"userid":1,"link":"http://www.baidu.com","img":"http://oss.wish.ydxxkj.top/resource/24130a65-ec5e-4c48-86d1-e964859f8532-1680072583657.jpg","content":"我希望明年去富士山下的樱花.","status":"processing","deadline":"2024-04-16"},{"lastModifiedDate":"2023-03-29T14:49:58.000+08:00","createdAt":"2023-03-14T15:44:16.000+08:00","id":1,"userid":1,"link":"http://www.baidu.com","img":"http://oss.wish.ydxxkj.top/resource/24130a65-ec5e-4c48-86d1-e964859f8532-1680072583657.jpg","content":"我希望明年去富士山下的樱花.","status":"completed","deadline":"2024-04-16"},{"lastModifiedDate":"2023-03-29T14:49:58.000+08:00","createdAt":"2023-03-14T15:44:16.000+08:00","id":1,"userid":1,"link":"http://www.baidu.com","img":"http://oss.wish.ydxxkj.top/resource/24130a65-ec5e-4c48-86d1-e964859f8532-1680072583657.jpg","content":"我希望明年去富士山下的樱花.","status":"expired","deadline":"2024-04-16"}], wishes:[] }, + // 分享微信 + shareWx(){ + console.log('分享微信') + }, showShare(){ this.setData({ shareVisible:!this.data.shareVisible @@ -153,5 +157,8 @@ Page({ */ onShareAppMessage() { + }, + + onShareTimeline(){ } }) \ No newline at end of file diff --git a/pages/home/xyc/wdyw/wdyw.wxml b/pages/home/xyc/wdyw/wdyw.wxml index 4905cf4..517ea7a 100644 --- a/pages/home/xyc/wdyw/wdyw.wxml +++ b/pages/home/xyc/wdyw/wdyw.wxml @@ -108,38 +108,38 @@ data-del="{{detail.id}}" - - - + 微信 - + 朋友圈 - + 微博 - + QQ - + QQ空间 - + 生成图片 diff --git a/pages/home/xyc/wdyw/wdyw.wxss b/pages/home/xyc/wdyw/wdyw.wxss index af4de81..6442c71 100644 --- a/pages/home/xyc/wdyw/wdyw.wxss +++ b/pages/home/xyc/wdyw/wdyw.wxss @@ -24,21 +24,21 @@ .ywbjt1{ position: absolute; - left: -22px; -top: 140px; -width: 421px; -height: 584px; -background-repeat: no-repeat; -background-size:100% 100%; -background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/bg111.png); + left: -44rpx; + top: 280rpx; + width: 842rpx; + height: 1168rpx; + background-repeat: no-repeat; + background-size:100% 100%; + background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/bg111.png); } .xycbg2{ position: absolute; - left: -14px; - top: 342px; - width: 399px; - height: 341px; + left: -28rpx; + top: 684rpx; + width: 798rpx; + height: 682rpx; background-repeat: no-repeat; background-size:100% 100%; background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/xycbg2.png); @@ -53,10 +53,10 @@ background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/bg .xycbg3{ position: absolute; - left: -24px; - top: 116px; - width: 440px; - height: 635px; + left: -48rpx; + top: 232rpx; + width: 880rpx; + height: 1370rpx; background-repeat: no-repeat; background-size:100% 100%; background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/xycbg3.png); @@ -335,14 +335,8 @@ border: 3px solid rgba(255, 255, 255, 1); } .popup-main .main-box .box-item .item-icon .t-image { - width: 70rpx; - height: 70rpx; -} - -.popup-main .main-box .box-item .item-icon image { - width: 100rpx; - height: 100rpx; - border-radius: 50%; + width: 56rpx; + height: 56rpx; } .popup-main .main-box .box-item .item-text {