From 24f91a586315297cbf1dbedbf55917b8334eb8a4 Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Fri, 8 Nov 2019 10:20:09 +0800 Subject: [PATCH] 修改标题样式 --- pages/user/Detailed/Detailed.js | 11 +++++------ pages/user/Detailed/Detailed.wxss | 2 +- pages/user/cardinfo/cardinfo.js | 8 ++++---- pages/user/cardinfo/cardinfo.wxml | 3 +++ pages/user/cardinfo/cardinfo.wxss | 6 ++++++ 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/pages/user/Detailed/Detailed.js b/pages/user/Detailed/Detailed.js index 0524999..83a71af 100644 --- a/pages/user/Detailed/Detailed.js +++ b/pages/user/Detailed/Detailed.js @@ -187,8 +187,7 @@ Page({ var unit = th.data.screenWidth / 750 * 1.35; var scene = getApp().globalData.user_id; var nickname = user.nickname; - var nickname ="说的还是计算急急急"; - + //---二微码--- var path3 = os.url + "/api/wx/open/app/user/getWeAppEwm/" + os.stoid + "?sceneValue=" + scene + "&pageValue=pages/user/index/index"; @@ -257,11 +256,11 @@ Page({ ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); ctx.setFontSize(24 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级VIP权益", 100 * unit, 475 * unit); + ctx.fillText("PULS会员权益", 100 * unit, 475 * unit); ctx.setFontSize(20 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级会员专属权益", 100 * unit, 505 * unit); + ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit); ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) @@ -271,7 +270,7 @@ Page({ ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); ctx.setFontSize(24 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级VIP标识", 100 * unit, 580 * unit); + ctx.fillText("PULS会员标识", 100 * unit, 580 * unit); ctx.setFontSize(20 * unit); ctx.setFillStyle("rgb(198,165,126)"); @@ -285,7 +284,7 @@ Page({ ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); ctx.setFontSize(24 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级VIP价格", 100 * unit, 695 * unit); + ctx.fillText("PULS会员价格", 100 * unit, 695 * unit); ctx.setFontSize(20 * unit); ctx.setFillStyle("rgb(198,165,126)"); diff --git a/pages/user/Detailed/Detailed.wxss b/pages/user/Detailed/Detailed.wxss index 7256929..fec8d60 100644 --- a/pages/user/Detailed/Detailed.wxss +++ b/pages/user/Detailed/Detailed.wxss @@ -40,7 +40,7 @@ /*无明细*/ .empty_order image { width: 329rpx; - height: 229rpx; + height: 280rpx; margin-top: 202rpx; } diff --git a/pages/user/cardinfo/cardinfo.js b/pages/user/cardinfo/cardinfo.js index 72f30ef..8578274 100644 --- a/pages/user/cardinfo/cardinfo.js +++ b/pages/user/cardinfo/cardinfo.js @@ -417,11 +417,11 @@ Page({ ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); ctx.setFontSize(24 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级VIP权益", 100 * unit, 475 * unit); + ctx.fillText("PULS会员权益", 100 * unit, 475 * unit); ctx.setFontSize(20 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级会员专属权益", 100 * unit, 505 * unit); + ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit); ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) @@ -431,7 +431,7 @@ Page({ ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); ctx.setFontSize(24 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级VIP标识", 100 * unit, 580 * unit); + ctx.fillText("PULS会员标识", 100 * unit, 580 * unit); ctx.setFontSize(20 * unit); ctx.setFillStyle("rgb(198,165,126)"); @@ -445,7 +445,7 @@ Page({ ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); ctx.setFontSize(24 * unit); ctx.setFillStyle("rgb(198,165,126)"); - ctx.fillText("超级VIP价格", 100 * unit, 695 * unit); + ctx.fillText("PULS会员价格", 100 * unit, 695 * unit); ctx.setFontSize(20 * unit); ctx.setFillStyle("rgb(198,165,126)"); diff --git a/pages/user/cardinfo/cardinfo.wxml b/pages/user/cardinfo/cardinfo.wxml index b4c66d5..74b8c15 100644 --- a/pages/user/cardinfo/cardinfo.wxml +++ b/pages/user/cardinfo/cardinfo.wxml @@ -5,6 +5,9 @@ + + + diff --git a/pages/user/cardinfo/cardinfo.wxss b/pages/user/cardinfo/cardinfo.wxss index 32027c5..50b4991 100644 --- a/pages/user/cardinfo/cardinfo.wxss +++ b/pages/user/cardinfo/cardinfo.wxss @@ -220,4 +220,10 @@ height: 260rpx; } .fs36{ font-size: 36rpx; +} +.Opening_bk image { + position: absolute; + + width: 100%; + height: 320rpx; } \ No newline at end of file -- libgit2 0.21.4