From fef25d3cc191dcfbf6f8bd3e6c9069fd7800318f Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Mon, 2 Sep 2024 17:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=98=E7=BD=91=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/h5Income/rule.html | 4 +- view/molistar/modules/payPc/css/index.css | 60 +++++++++++++++++++--- view/molistar/modules/payPc/css/index.scss | 35 +++++++------ 3 files changed, 74 insertions(+), 25 deletions(-) diff --git a/view/molistar/modules/h5Income/rule.html b/view/molistar/modules/h5Income/rule.html index 22b3eb38..87819754 100644 --- a/view/molistar/modules/h5Income/rule.html +++ b/view/molistar/modules/h5Income/rule.html @@ -19,12 +19,12 @@

提領規則

1.鑽石是在房間收到的禮物打賞可以收穫鑽石。

-

2.1000鑽石等於1美元,根據提領地區匯率換算,匯率每週更新

+

2.7000鑽石等於1美元,根據提領地區匯率換算,匯率每週更新

3.每周可申請提領次,隔天發放,到帳時間以當地銀行處理為準

4.鑽石數量大於或等於鑽石才能申請提取;

5.如您的提領信息有誤無法發放,鑽石原路退回帳號,請聯繫客服微信:sd245376

6.鑽石可兌換為金幣,兌換比例:1000鑽石=1000金幣。

-

7.台幣提領,請聯繫客服微信:sd245376,如您使用Payoneer帳戶提領,Payoneer要求50美元起付,需要滿足55000鑽石後發起,不滿足的提領將會被駁回。

+

7.台幣提領,請聯繫客服微信:sd245376,如您使用Payoneer帳戶提領,Payoneer要求50美元起付,需要滿足385,000鑽石後發起,不滿足的提領將會被駁回。

diff --git a/view/molistar/modules/payPc/css/index.css b/view/molistar/modules/payPc/css/index.css index 6d9bf8d9..5d3e0355 100644 --- a/view/molistar/modules/payPc/css/index.css +++ b/view/molistar/modules/payPc/css/index.css @@ -5,6 +5,7 @@ html { background: #F3F5FA; overflow-x: hidden; } + body .logingActive, html .logingActive { position: fixed; @@ -16,13 +17,14 @@ html .logingActive { line-height: 1rem; font-size: 0.48rem; text-align: center; - border-radius: 0.1333333333rem; + border-radius: 0.13333rem; color: #fff; background: rgba(0, 0, 0, 0.6); z-index: 999; padding: 0 0.2rem; display: none; } + body .wx_skip, html .wx_skip { position: fixed; @@ -34,6 +36,7 @@ html .wx_skip { z-index: 9999999999; display: none; } + body .wx_skip img, html .wx_skip img { width: 80%; @@ -43,6 +46,7 @@ html .wx_skip img { top: 5%; transform: translateX(-50%); } + body .header, html .header { width: 19.2rem; @@ -51,6 +55,7 @@ html .header { background: url(../images/payBg.png) no-repeat; background-size: 100%; } + body .header .header_top, html .header .header_top { height: 0.8rem; @@ -60,17 +65,20 @@ html .header .header_top { padding-top: 1.38rem; padding-left: 2.4rem; } + body .header .header_top img, html .header .header_top img { width: 0.8rem; height: 0.8rem; margin-right: 0.2rem; } + body .header .header_top b, html .header .header_top b { color: #ffffff; font-size: 0.28rem; } + body .header .main, html .header .main { width: 14.4rem; @@ -80,6 +88,7 @@ html .header .main { margin: 1rem auto 0; position: relative; } + body .header .main .user, html .header .main .user { width: 4rem; @@ -93,11 +102,13 @@ html .header .main .user { display: inline-block; margin: 0.43rem 0 0 0.5rem; } + body .header .main input::-webkit-input-placeholder, html .header .main input::-webkit-input-placeholder { /*WebKit browsers*/ font-size: 0.12rem; } + body .header .main .area, html .header .main .area { position: absolute; @@ -105,11 +116,13 @@ html .header .main .area { top: 0.6rem; display: flex; } + body .header .main .area img, html .header .main .area img { width: 0.22rem; height: 0.22rem; } + body .header .main .area b, html .header .main .area b { height: 0.22rem; @@ -117,12 +130,14 @@ html .header .main .area b { color: #1F1A4E; line-height: 0.22rem; } + body .header .main .pay_method, html .header .main .pay_method { width: 12.8rem; margin: 0.5rem auto; /*禁止复制*/ } + body .header .main .pay_method p, html .header .main .pay_method p { font-size: 0.2rem; @@ -131,6 +146,7 @@ html .header .main .pay_method p { width: 100%; height: 0.4rem; } + body .header .main .pay_method .no_copy, html .header .main .pay_method .no_copy { -moz-user-select: -moz-none; @@ -141,6 +157,7 @@ html .header .main .pay_method .no_copy { -ms-user-select: none; user-select: none; } + body .header .main .pay_method .methodBox, html .header .main .pay_method .methodBox { width: 100%; @@ -149,17 +166,20 @@ html .header .main .pay_method .methodBox { flex-wrap: nowrap; overflow-x: scroll; } + body .header .main .pay_method .methodBox::-webkit-scrollbar, html .header .main .pay_method .methodBox::-webkit-scrollbar { display: none; /* Chrome Safari */ width: 0; } + body .header .main .pay_method .methodBox .methods, html .header .main .pay_method .methodBox .methods { display: flex; flex-wrap: nowrap; } + body .header .main .pay_method .methodBox .methods span, html .header .main .pay_method .methodBox .methods span { width: 1.84rem; @@ -169,6 +189,7 @@ html .header .main .pay_method .methodBox .methods span { position: relative; margin-right: 0.4rem; } + body .header .main .pay_method .methodBox .methods span img, html .header .main .pay_method .methodBox .methods span img { position: absolute; @@ -179,6 +200,7 @@ html .header .main .pay_method .methodBox .methods span img { height: 0.78rem; border-radius: 50%; } + body .header .main .pay_method .methodBox .methods span p, html .header .main .pay_method .methodBox .methods span p { color: #B3B3C3; @@ -191,21 +213,25 @@ html .header .main .pay_method .methodBox .methods span p { top: 1rem; white-space: nowrap; } + body .header .main .pay_method .methodBox .methods .active, html .header .main .pay_method .methodBox .methods .active { background: url(../images/active.png) no-repeat; background-size: 100% 100%; } + body .header .main .pay_method .methodBox .methods .active p, html .header .main .pay_method .methodBox .methods .active p { color: #9168FA; } + body .header .main .pay_number, html .header .main .pay_number { width: 12.8rem; margin: 0 auto; /*禁止复制*/ } + body .header .main .pay_number p, html .header .main .pay_number p { font-size: 0.2rem; @@ -214,6 +240,7 @@ html .header .main .pay_number p { width: 100%; height: 0.4rem; } + body .header .main .pay_number .no_copy, html .header .main .pay_number .no_copy { -moz-user-select: -moz-none; @@ -224,6 +251,7 @@ html .header .main .pay_number .no_copy { -ms-user-select: none; user-select: none; } + body .header .main .pay_number .number, html .header .main .pay_number .number { width: 100%; @@ -232,12 +260,14 @@ html .header .main .pay_number .number { flex-wrap: nowrap; overflow-x: scroll; } + body .header .main .pay_number .number::-webkit-scrollbar, html .header .main .pay_number .number::-webkit-scrollbar { display: none; /* Chrome Safari */ width: 0; } + body .header .main .pay_number .number span, html .header .main .pay_number .number span { display: block; @@ -248,6 +278,7 @@ html .header .main .pay_number .number span { position: relative; margin-right: 0.4rem; } + body .header .main .pay_number .number span b, html .header .main .pay_number .number span b { position: absolute; @@ -258,6 +289,7 @@ html .header .main .pay_number .number span b { top: 0.25rem; white-space: nowrap; } + body .header .main .pay_number .number span i, html .header .main .pay_number .number span i { position: absolute; @@ -268,11 +300,13 @@ html .header .main .pay_number .number span i { bottom: 0.25rem; font-style: normal; } + body .header .main .pay_number .number .active, html .header .main .pay_number .number .active { background: url(../images/active.png) no-repeat; background-size: 100% 100%; } + body .header .main .but1, html .header .main .but1 { width: 4.74rem; @@ -285,6 +319,7 @@ html .header .main .but1 { text-align: center; background: #E6E6F0; } + body .header .main .but2, html .header .main .but2 { width: 4.74rem; @@ -298,6 +333,7 @@ html .header .main .but2 { background: linear-gradient(255deg, #CC66FF 1%, #9CB3FF 52%, #13E2F5 100%); display: none; } + body .footer, html .footer { width: 19.2rem; @@ -309,10 +345,12 @@ html .footer { font-size: 0.2rem; color: #fff; } + body .footer p:nth-child(2), html .footer p:nth-child(2) { margin: 0 0.2rem; } + body .pop_up, html .pop_up { position: fixed; @@ -324,6 +362,7 @@ html .pop_up { z-index: 99; display: none; } + body .pop_up .pop_up_in, html .pop_up .pop_up_in { position: absolute; @@ -331,26 +370,31 @@ html .pop_up .pop_up_in { top: 50%; transform: translate(-50%, -50%); width: 8rem; + height: 7rem; min-height: 2.933333rem; background: #fff; border-radius: 0.32rem; text-align: center; - font-size: 0.4266666667rem; + font-size: 0.42667rem; color: #333; + overflow-y: scroll; } + body .pop_up .pop_up_in b, html .pop_up .pop_up_in b { width: 100%; - height: 1.5466666667rem; - line-height: 1.5466666667rem; + height: 1.54667rem; + line-height: 1.54667rem; } + body .pop_up .pop_up_in p, html .pop_up .pop_up_in p { width: 100%; - height: 1.0666666667rem; - line-height: 1.0666666667rem; + height: 1.06667rem; + line-height: 1.06667rem; border-top: 1px solid #ccc; } + body .stance, html .stance { position: fixed; @@ -362,6 +406,7 @@ html .stance { z-index: 999; display: none; } + body .stance .picture, html .stance .picture { width: 8rem; @@ -374,6 +419,7 @@ html .stance .picture { transform: translate(-50%, -50%); position: relative; } + body .stance .picture span, html .stance .picture span { font-size: 0.64rem; @@ -394,5 +440,3 @@ input::-webkit-input-placeholder { /* placeholder位置 */ text-align: center; } - -/*# sourceMappingURL=index.css.map */ diff --git a/view/molistar/modules/payPc/css/index.scss b/view/molistar/modules/payPc/css/index.scss index f1d0f860..b1b398e2 100644 --- a/view/molistar/modules/payPc/css/index.scss +++ b/view/molistar/modules/payPc/css/index.scss @@ -1,4 +1,4 @@ -@import '../../../common/css/flex.scss'; +// @import '../../../common/css/flex.scss'; @function px2rem($px, $rem: 75) { @return $px / $rem+rem; @@ -29,13 +29,13 @@ html { width: 50%; height: 1rem; line-height: 1rem; - font-size: px2rem(36, ); + font-size: px2rem(36); text-align: center; - border-radius: px2rem(10, ); + border-radius: px2rem(10); color: #fff; background: rgba(0, 0, 0, .6); z-index: 999; - padding: 0 px2rem(15, ); + padding: 0 px2rem(15); display: none; } @@ -274,7 +274,7 @@ html { border-radius: 0.08rem; position: relative; margin-right: 0.4rem; - // margin-bottom: px2rem(40, ); + // margin-bottom: px2rem(40); b { position: absolute; @@ -373,24 +373,29 @@ html { left: 50%; top: 50%; transform: translate(-50%, -50%); - width: px2rem(600, ); + width: px2rem(600); + height: 7rem; min-height: 2.933333rem; background: #fff; - border-radius: px2rem(24, ); + border-radius: px2rem(24); text-align: center; - font-size: px2rem(32, ); + font-size: px2rem(32); color: #333; + overflow-y: scroll; + &::-webkit-scrollbar{ + // display: none; + } b { width: 100%; - height: px2rem(116, ); - line-height: px2rem(116, ); + height: px2rem(116); + line-height: px2rem(116); } p { width: 100%; - height: px2rem(80, ); - line-height: px2rem(80, ); + height: px2rem(80); + line-height: px2rem(80); border-top: 1px solid #ccc; } } @@ -407,8 +412,8 @@ html { display: none; .picture { - width: px2rem(600, ); - height: px2rem(600, ); + width: px2rem(600); + height: px2rem(600); background: url(../images/null.png) no-repeat; background-size: 100% 100%; position: absolute; @@ -436,7 +441,7 @@ input::-webkit-input-placeholder { /* placeholder颜色 */ color: #929198; /* placeholder字体大小 */ - font-size: px2rem(24, ); + font-size: px2rem(24); /* placeholder位置 */ text-align: center; } \ No newline at end of file