修改隐私政策页面和账号注销页面
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'pingfang-regular';
|
||||
font-family: "pingfang-regular";
|
||||
src: url("../../../common/fonts/PingFang-Regular.ttf");
|
||||
src: url("../../../common/fonts/PingFang-Regular.ttf") format("woff"), url("../../../common/fonts/PingFang-Regular.ttf") format("truetype"), url("../../../common/fonts/PingFang-Regular.ttf") format("svg");
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'pingfang-regular';
|
||||
font-family: "pingfang-regular";
|
||||
font-size: 0.32rem;
|
||||
color: #666;
|
||||
}
|
||||
@@ -13,63 +12,54 @@ body {
|
||||
.wrap {
|
||||
padding: 0rem 0.4rem;
|
||||
}
|
||||
|
||||
.wrap .icon {
|
||||
width: 1.70667rem;
|
||||
height: 1.70667rem;
|
||||
margin: 0.64rem auto 0.21333rem;
|
||||
width: 1.7066666667rem;
|
||||
height: 1.7066666667rem;
|
||||
margin: 0.64rem auto 0.2133333333rem;
|
||||
}
|
||||
|
||||
.wrap .icon img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wrap .title {
|
||||
font-size: 0.42667rem;
|
||||
font-size: 0.4266666667rem;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrap .tip {
|
||||
margin-top: 1.33333rem;
|
||||
margin-bottom: 0.37333rem;
|
||||
margin-top: 1.3333333333rem;
|
||||
margin-bottom: 0.3733333333rem;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.wrap .tip1 {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.wrap input {
|
||||
width: 100%;
|
||||
height: 1.28rem;
|
||||
background-color: #F4F4F4;
|
||||
border-radius: 0.32rem;
|
||||
outline: none;
|
||||
margin: 0.37333rem 0;
|
||||
padding-left: 0.37333rem;
|
||||
margin: 0.3733333333rem 0;
|
||||
padding-left: 0.3733333333rem;
|
||||
box-sizing: border-box;
|
||||
font-size: 0.4rem;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.wrap input ::placeholder {
|
||||
color: #999;
|
||||
font-size: 0.4rem;
|
||||
}
|
||||
|
||||
.wrap .confirm_btn {
|
||||
width: 6.93333rem;
|
||||
height: 1.01333rem;
|
||||
line-height: 1.01333rem;
|
||||
width: 6.9333333333rem;
|
||||
height: 1.0133333333rem;
|
||||
line-height: 1.0133333333rem;
|
||||
text-align: center;
|
||||
margin: 1.6rem auto 0;
|
||||
background-image: linear-gradient(#8776FF, #735FFE);
|
||||
border-radius: 0.64rem;
|
||||
font-size: 0.37333rem;
|
||||
background: linear-gradient(270deg, #FFE3B2 0%, #E9A71D 100%);
|
||||
font-size: 0.3733333333rem;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -83,7 +73,6 @@ body {
|
||||
height: 100vh;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.popup .content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -93,43 +82,38 @@ body {
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 8rem;
|
||||
height: 5.49333rem;
|
||||
height: 5.4933333333rem;
|
||||
border-radius: 0.32rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.popup .content .popup_title {
|
||||
font-size: 0.42667rem;
|
||||
font-size: 0.4266666667rem;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
margin: 0.42667rem 0;
|
||||
margin: 0.4266666667rem 0;
|
||||
}
|
||||
|
||||
.popup .content .nick {
|
||||
font-size: 0.34667rem;
|
||||
margin-bottom: 0.10667rem;
|
||||
font-size: 0.3466666667rem;
|
||||
margin-bottom: 0.1066666667rem;
|
||||
}
|
||||
|
||||
.popup .content .popup_tip {
|
||||
font-size: 0.34667rem;
|
||||
font-size: 0.3466666667rem;
|
||||
color: #E84C46;
|
||||
margin: 0.37333rem 0 0.74667rem;
|
||||
margin: 0.3733333333rem 0 0.7466666667rem;
|
||||
}
|
||||
|
||||
.popup .content .popup_btn_wrap {
|
||||
width: 90%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.popup .content .popup_btn_wrap div {
|
||||
width: 3.36rem;
|
||||
height: 1.01333rem;
|
||||
line-height: 1.01333rem;
|
||||
height: 1.0133333333rem;
|
||||
line-height: 1.0133333333rem;
|
||||
text-align: center;
|
||||
background-image: linear-gradient(#8776FF, #735FFE);
|
||||
border-radius: 0.50667rem;
|
||||
border-radius: 0.5066666667rem;
|
||||
color: #fff;
|
||||
font-size: 0.37333rem;
|
||||
}
|
||||
font-size: 0.3733333333rem;
|
||||
}
|
@@ -64,8 +64,8 @@ body{
|
||||
line-height: px2rem(76, );
|
||||
text-align: center;
|
||||
margin: px2rem(120, ) auto 0;
|
||||
background-image: linear-gradient(#8776FF, #735FFE);
|
||||
border-radius: px2rem(48, );
|
||||
background: linear-gradient(270deg, #FFE3B2 0%, #E9A71D 100%);
|
||||
// border-radius: px2rem(48, );
|
||||
font-size: px2rem(28, );
|
||||
color: #fff;
|
||||
}
|
||||
|
@@ -1,27 +1,35 @@
|
||||
// 阿拉伯
|
||||
// 英文
|
||||
langAr = {
|
||||
// 模块
|
||||
demoModule: {
|
||||
title: 'إلغاء الحساب',
|
||||
text1: `<div class="icon"><img src="./images/confirm-icon.png" alt=""></div>
|
||||
<div class="title">تأكيد إلغاء الحساب</div>
|
||||
<div class="tip">
|
||||
بعد إلغاء الحساب، لن تتمكن من استخدام مجموعة متنوعة من الخدمات المقدمة من هذا البرنامج. سيتم اعتبار الأدوات، النقاط، المؤهلات، والمحتويات الأخرى التي حصلت عليها مهجورة طواعية من قبلك ولن تكون متاحة للاستخدام المستمر. تفهم وتوافق على أن هذا البرنامج لا يمكنه مساعدتك في استعادة الخدمات المذكورة أعلاه.
|
||||
</div>
|
||||
<div class="tip1">
|
||||
يرجى تأكيد المعلومات أعلاه مرة أخرى. بعد التأكيد، أدخل " أفهم وأؤكد إلغاء الحساب" في المربع أدناه. انقر فوق تأكيد الإلغاء لإكمال عملية الإلغاء.
|
||||
</div>
|
||||
<input type="text" placeholder="يرجى إدخال: أفهم وأؤكد إلغاء الحساب" class="ipt">
|
||||
<div class="confirm_btn">تأكيد الإلغاء</div>`,
|
||||
text2: 'تأكيد معلومات الحساب',
|
||||
text3: 'الاسم المستعار:',
|
||||
text4: 'معرف MoliParty:',
|
||||
text5: 'تأكيد إلغاء هذا الحساب',
|
||||
text6: 'إلغاء',
|
||||
text7: 'تأكيد',
|
||||
text8: 'اكتمال العملية',
|
||||
text9: 'أفهم وأؤكد إلغاء الحساب',
|
||||
text10: 'خطأ في الإدخال، يرجى التحقق من الإدخال',
|
||||
text11: 'خطأ في الشبكة',
|
||||
title: 'Account Cancellation',
|
||||
text1: `<div class="icon"></div>
|
||||
<div class="title">Confirm Account Cancellation</div>
|
||||
<div class="tip">
|
||||
By proceeding with account termination, you acknowledge and accept that:
|
||||
All platform services will become permanently inaccessible
|
||||
Digital possessions (game items, loyalty points, premium status, etc.) will be permanently forfeited
|
||||
Your profile information will be erased from our systems per our Privacy Policy
|
||||
</div>
|
||||
<div class="tip1">
|
||||
Critical Reminder:
|
||||
This decision is final - our system cannot retrieve or reinstate terminated accounts under any circumstances.
|
||||
</div>
|
||||
<div class="tip1">
|
||||
Verification Required:
|
||||
To complete termination, type the exact phrase "I authorize permanent account termination" in the confirmation field, then select "Terminate Account" to finalize this action.
|
||||
</div>
|
||||
<input type="text" placeholder="Please enter: I understand and confirm the account cancellation" class="ipt">
|
||||
<div class="confirm_btn">Confirm Cancellation</div>`,
|
||||
text2:'Confirm Account Information',
|
||||
text3:'Nickname:',
|
||||
text4:'MoliParty ID:',
|
||||
text5:'Confirm cancellation of this account',
|
||||
text6:'Cancel',
|
||||
text7:'Confirm',
|
||||
text8:'Operation complete',
|
||||
text9:'I understand and confirm the account cancellation',
|
||||
text10:'Input error, please check the input',
|
||||
text11:'Network error',
|
||||
}
|
||||
}
|
@@ -3,13 +3,21 @@ langEn = {
|
||||
// 模块
|
||||
demoModule: {
|
||||
title: 'Account Cancellation',
|
||||
text1: `<div class="icon"><img src="./images/confirm-icon.png" alt=""></div>
|
||||
text1: `<div class="icon"></div>
|
||||
<div class="title">Confirm Account Cancellation</div>
|
||||
<div class="tip">
|
||||
After account cancellation, you will not be able to use various services provided by this software. The props, points, qualifications, and other contents you have obtained will be deemed to be voluntarily abandoned by you and will not be available for continued use. You understand and agree that this software cannot assist you in restoring the aforementioned services.
|
||||
By proceeding with account termination, you acknowledge and accept that:
|
||||
All platform services will become permanently inaccessible
|
||||
Digital possessions (game items, loyalty points, premium status, etc.) will be permanently forfeited
|
||||
Your profile information will be erased from our systems per our Privacy Policy
|
||||
</div>
|
||||
<div class="tip1">
|
||||
Please confirm the above information again. After confirmation, enter "I understand and confirm the account cancellation" in the input box below. Click Confirm Cancellation to complete the cancellation operation.
|
||||
Critical Reminder:
|
||||
This decision is final - our system cannot retrieve or reinstate terminated accounts under any circumstances.
|
||||
</div>
|
||||
<div class="tip1">
|
||||
Verification Required:
|
||||
To complete termination, type the exact phrase "I authorize permanent account termination" in the confirmation field, then select "Terminate Account" to finalize this action.
|
||||
</div>
|
||||
<input type="text" placeholder="Please enter: I understand and confirm the account cancellation" class="ipt">
|
||||
<div class="confirm_btn">Confirm Cancellation</div>`,
|
||||
|
@@ -1,15 +1,23 @@
|
||||
// 英文
|
||||
langEn = {
|
||||
langTr = {
|
||||
// 模块
|
||||
demoModule: {
|
||||
title: 'Account Cancellation',
|
||||
text1: `<div class="icon"><img src="./images/confirm-icon.png" alt=""></div>
|
||||
text1: `<div class="icon"></div>
|
||||
<div class="title">Confirm Account Cancellation</div>
|
||||
<div class="tip">
|
||||
After account cancellation, you will not be able to use various services provided by this software. The props, points, qualifications, and other contents you have obtained will be deemed to be voluntarily abandoned by you and will not be available for continued use. You understand and agree that this software cannot assist you in restoring the aforementioned services.
|
||||
By proceeding with account termination, you acknowledge and accept that:
|
||||
All platform services will become permanently inaccessible
|
||||
Digital possessions (game items, loyalty points, premium status, etc.) will be permanently forfeited
|
||||
Your profile information will be erased from our systems per our Privacy Policy
|
||||
</div>
|
||||
<div class="tip1">
|
||||
Please confirm the above information again. After confirmation, enter "I understand and confirm the account cancellation" in the input box below. Click Confirm Cancellation to complete the cancellation operation.
|
||||
Critical Reminder:
|
||||
This decision is final - our system cannot retrieve or reinstate terminated accounts under any circumstances.
|
||||
</div>
|
||||
<div class="tip1">
|
||||
Verification Required:
|
||||
To complete termination, type the exact phrase "I authorize permanent account termination" in the confirmation field, then select "Terminate Account" to finalize this action.
|
||||
</div>
|
||||
<input type="text" placeholder="Please enter: I understand and confirm the account cancellation" class="ipt">
|
||||
<div class="confirm_btn">Confirm Cancellation</div>`,
|
||||
|
@@ -1,27 +1,35 @@
|
||||
// 中文
|
||||
// 英文
|
||||
langZh = {
|
||||
// 模塊
|
||||
// 模块
|
||||
demoModule: {
|
||||
title: '註銷帳戶',
|
||||
text1: `<div class="icon"><img src="./images/confirm-icon.png" alt=""></div>
|
||||
<div class="title">確認註銷帳戶</div>
|
||||
title: 'Account Cancellation',
|
||||
text1: `<div class="icon"></div>
|
||||
<div class="title">Confirm Account Cancellation</div>
|
||||
<div class="tip">
|
||||
在註銷帳戶後,您將無法使用此軟件提供的各種服務。您獲取的道具、積分、資格和其他內容將被視為您自願放棄,不可繼續使用。您理解併同意此軟件無法協助您恢復上述服務。
|
||||
By proceeding with account termination, you acknowledge and accept that:
|
||||
All platform services will become permanently inaccessible
|
||||
Digital possessions (game items, loyalty points, premium status, etc.) will be permanently forfeited
|
||||
Your profile information will be erased from our systems per our Privacy Policy
|
||||
</div>
|
||||
<div class="tip1">
|
||||
請再次確認以上信息。確認後,請在下方輸入框中輸入“我理解併確認註銷帳戶”。單擊“確認註銷”以完成註銷操作。
|
||||
Critical Reminder:
|
||||
This decision is final - our system cannot retrieve or reinstate terminated accounts under any circumstances.
|
||||
</div>
|
||||
<input type="text" placeholder="請輸入:我理解併確認註銷帳戶" class="ipt">
|
||||
<div class="confirm_btn">確認註銷</div>`,
|
||||
text2: '確認帳戶信息',
|
||||
text3: '昵稱:',
|
||||
text4: 'MoliParty ID:',
|
||||
text5: '確認註銷此帳戶',
|
||||
text6: '取消',
|
||||
text7: '確認',
|
||||
text8: '操作完成',
|
||||
text9: '我理解併確認註銷帳戶',
|
||||
text10: '輸入錯誤,請檢查輸入',
|
||||
text11: '網絡錯誤',
|
||||
<div class="tip1">
|
||||
Verification Required:
|
||||
To complete termination, type the exact phrase "I authorize permanent account termination" in the confirmation field, then select "Terminate Account" to finalize this action.
|
||||
</div>
|
||||
<input type="text" placeholder="Please enter: I understand and confirm the account cancellation" class="ipt">
|
||||
<div class="confirm_btn">Confirm Cancellation</div>`,
|
||||
text2:'Confirm Account Information',
|
||||
text3:'Nickname:',
|
||||
text4:'MoliParty ID:',
|
||||
text5:'Confirm cancellation of this account',
|
||||
text6:'Cancel',
|
||||
text7:'Confirm',
|
||||
text8:'Operation complete',
|
||||
text9:'I understand and confirm the account cancellation',
|
||||
text10:'Input error, please check the input',
|
||||
text11:'Network error',
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user