diff --git a/view/molistar/modules/level/css/index.css b/view/molistar/modules/level/css/index.css index 9a079db..20c7ea0 100644 --- a/view/molistar/modules/level/css/index.css +++ b/view/molistar/modules/level/css/index.css @@ -1,245 +1,308 @@ html, body { width: 100%; + background: #0F0900; +} + +html .page1 .back, +body .page1 .back { + width: 10rem; + height: 6.96rem; + position: fixed; + left: 50%; + transform: translateX(-50%); + top: 0rem; + z-index: 10; + overflow: hidden; + background: url(../images/top.png) no-repeat; + background-size: 100% 100%; +} + +html .page1 .back .backIcon, +body .page1 .back .backIcon { + width: 0.58667rem; + height: 0.58667rem; + position: absolute; + left: 0.4rem; + top: 1.46667rem; + z-index: 2; +} + +html .page1 .back .tab, +body .page1 .back .tab { + width: 80%; + height: 0.64rem; + line-height: 0.64rem; + display: flex; + justify-content: space-between; + position: absolute; + top: 1.36rem; + left: 50%; + transform: translateX(-50%); + color: rgba(255, 255, 255, 0.5); + font-size: 0.45333rem; + font-weight: 400; + z-index: 2; +} + +html .page1 .back .tab div, +body .page1 .back .tab div { + width: 50%; + text-align: center; +} + +html .page1 .back .tab .act, +body .page1 .back .tab .act { + color: #fff; + font-weight: 500; +} + +html .page1 .back .myInfo, +body .page1 .back .myInfo { + width: 9.02667rem; + height: 4.57333rem; + background: url(../images/myInfoBg.png) no-repeat; + background-size: 100% 100%; + margin: 2.4rem auto; + position: relative; +} + +html .page1 .back .myInfo .tx, +body .page1 .back .myInfo .tx { + width: 1.68rem; + height: 1.68rem; + border-radius: 50%; + position: absolute; + top: 0.72rem; + left: 0.56rem; +} + +html .page1 .back .myInfo .top, +body .page1 .back .myInfo .top { + position: absolute; + top: 0.90667rem; + left: 2.48rem; + height: 0.66667rem; + line-height: 0.66667rem; + width: 3rem; +} + +html .page1 .back .myInfo .top .level, +body .page1 .back .myInfo .top .level { + color: #613B00; + font-size: 0.48rem; + font-weight: 600; + display: inline-block; +} + +html .page1 .back .myInfo .top .levelIcon, +body .page1 .back .myInfo .top .levelIcon { + display: inline-block; + width: 1.30667rem; + height: 0.66667rem; +} + +html .page1 .back .myInfo .bootom, +body .page1 .back .myInfo .bootom { + position: absolute; + left: 2.48rem; + font-size: 0.34667rem; + color: #613B00; + font-weight: 500; + top: 1.70667rem; +} + +html .page1 .back .myInfo .lineBox, +body .page1 .back .myInfo .lineBox { + width: 7.92rem; + height: 0.16rem; + border-radius: 0.16rem; + background: #fff; + position: absolute; + top: 3.12rem; + left: 50%; + transform: translateX(-50%); +} + +html .page1 .back .myInfo .lineBox .line, +body .page1 .back .myInfo .lineBox .line { + width: 0%; height: 100%; - background-color: #F4F4FB; -} - -img { - width: 100%; - vertical-align: top; -} - -.level-head { - width: 100%; - height: 1.33333rem; + position: absolute; top: 0; left: 0; - z-index: 9; - display: flex; - display: -moz-box; - position: fixed; - background: #F4F4FB; + background: linear-gradient(90deg, #FFA01E 0%, #FFC16C 100%); + border-radius: 0.16rem; } -.level-head .level { - position: relative; - display: flex; - display: -moz-box; - -ms-justify-content: center; - justify-content: center; - -ms-align-items: center; - align-items: center; - width: 50%; - height: 1.06667rem; - font-size: 0.42667rem; - color: #999999; +html .page1 .back .myInfo .lineBox .thisLevel, +body .page1 .back .myInfo .lineBox .thisLevel { + color: #613B00; + font-size: 0.32rem; + font-weight: 500; + position: absolute; + left: 0; + top: -0.50667rem; } -.level-head .level.active { - font-weight: bold; - color: #333333; +html .page1 .back .myInfo .lineBox .thisLevel b, +body .page1 .back .myInfo .lineBox .thisLevel b { + font-size: 0.32rem; + font-weight: 500; } -.level-head .level.active span { +html .page1 .back .myInfo .lineBox .nextLevel, +body .page1 .back .myInfo .lineBox .nextLevel { + color: #613B00; + font-size: 0.32rem; + font-weight: 500; + position: absolute; + right: 0; + top: -0.50667rem; +} + +html .page1 .back .myInfo .lineBox .nextLevel b, +body .page1 .back .myInfo .lineBox .nextLevel b { + font-size: 0.32rem; + font-weight: 500; +} + +html .page1 .back .myInfo p, +body .page1 .back .myInfo p { + text-align: center; + color: #613B00; + font-size: 0.32rem; + font-weight: 5.33333rem; + width: 100%; position: absolute; left: 50%; transform: translateX(-50%); - bottom: 0; - width: 0.24rem; - height: 0.13333rem; - background-color: #FFA936; - border-radius: 0.06667rem; + top: 3.44rem; } -.swiper-container { - margin-top: 1.33333rem; +html .page1 .rule, +body .page1 .rule { + width: 100%; + margin-top: 7.3rem; } -.user-content, -.user-charm { - width: 8.93333rem; - margin: 0 auto 1.01333rem; -} - -.user-content .user-head, -.user-charm .user-head { - height: 2.66667rem; - display: flex; - display: -moz-box; - -ms-justify-content: center; - justify-content: center; - -ms-align-items: center; - align-items: center; - flex-direction: column; -} - -.user-content .user-head .user-avatar, -.user-charm .user-head .user-avatar { - width: 1.6rem; - height: 1.6rem; - border-radius: 50%; - border: 0.08rem solid #FFA027; -} - -.user-content .treasure, -.user-charm .treasure { - font-size: 0.29333rem; - display: flex; - display: -moz-box; - justify-content: space-between; -} - -.user-content .treasure .treasure-now, -.user-charm .treasure .treasure-now { - color: #B15C00; -} - -.user-content .treasure .treasure-upgrade, -.user-charm .treasure .treasure-upgrade { - color: #666; -} - -.user-content .progress-bar, -.user-charm .progress-bar { +html .page1 .rule .ruleText, +body .page1 .rule .ruleText { + width: 9.2rem; + padding: 0.98667rem 0.32rem 0.42667rem; position: relative; - width: 8.93333rem; - height: 0.42667rem; - background: #FFF0CC; - border-radius: 0.25333rem; - margin-bottom: 0.32rem; + background: linear-gradient(180deg, #432405 0%, #201201 100%); + border: 0.01333rem solid #C98853; + border-radius: 0.26667rem; + margin: 0 auto 0.50667rem; + box-sizing: border-box; } -.user-content .progress-bar .treasure-now, -.user-charm .progress-bar .treasure-now { +html .page1 .rule .ruleText .title, +body .page1 .rule .ruleText .title { position: absolute; + top: 0; left: 50%; - top: 50%; - transform: translate(-50%, -50%); - font-size: 0.32rem; - color: #B15C00; + transform: translateX(-50%); + padding: 0rem 0.45333rem; + text-align: center; + color: #3E2000; + height: 0.69333rem; + line-height: 0.64rem; + background: linear-gradient(270deg, #FFB761 0%, #FFE8CC 47%, #FFB761 100%); + border-top-left-radius: 0rem; + border-top-right-radius: 0rem; + border-bottom-left-radius: 0.26667rem; + border-bottom-right-radius: 0.26667rem; + font-size: 0.37333rem; + font-weight: 500; + white-space: nowrap; } -.user-content .progress-bar .progress-bar-now, -.user-charm .progress-bar .progress-bar-now { - width: 10%; - float: left; +html .page1 .rule .ruleText p, +body .page1 .rule .ruleText p { + color: #FCD19D; + font-weight: 400; + font-size: 0.34667rem; + line-height: 0.48rem; +} + +html .page1 .rule .ruleText img, +body .page1 .rule .ruleText img { display: block; - height: inherit; - border-radius: inherit; - background: #FFB606; + margin: 0.37333rem auto 0rem; + width: 8.56rem; } -.user-content .grade, -.user-charm .grade { - position: relative; - display: flex; - display: -moz-box; - justify-content: space-between; - font-size: 0.32rem; - color: #999; +html .page1 .rule .ruleText .img2, +body .page1 .rule .ruleText .img2 { + width: 7.14667rem; + margin: 0.37333rem 0 0 0; } -.user-content .grade .treasure-upgrade, -.user-charm .grade .treasure-upgrade { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); +html .page2 .back, +body .page2 .back { + background: url(../images/top2.png) no-repeat; + background-size: 100% 100%; } -.user-content .grade .treasure-upgrade .num, -.user-charm .grade .treasure-upgrade .num { - color: #FFAE45; +html .page2 .back .myInfo, +body .page2 .back .myInfo { + background: url(../images/myInfoBg2.png) no-repeat; + background-size: 100% 100%; } -.user-content .grade .grade-now, -.user-charm .grade .grade-now { - height: 0.42667rem; - line-height: 0.42667rem; - border-radius: 0.21333rem; - padding: 0 0.24rem; - background-color: #FFF0CC; - color: #FFA027; +html .page2 .back .myInfo .top .level, +body .page2 .back .myInfo .top .level { + color: #571E6D; } -.user-content .grade .grade-next, -.user-charm .grade .grade-next { - height: 0.42667rem; - line-height: 0.42667rem; - border-radius: 0.21333rem; - padding: 0 0.24rem; - background-image: linear-gradient(to right, #FFDCBB, #FFB810); - color: #FFFFFF; +html .page2 .back .myInfo .bootom, +body .page2 .back .myInfo .bootom { + color: #571E6D; } -.user-content.user-charm .user-head .user-avatar, -.user-charm.user-charm .user-head .user-avatar { - border: 0.08rem solid #BD80FF; +html .page2 .back .myInfo .lineBox .line, +body .page2 .back .myInfo .lineBox .line { + background: linear-gradient(90deg, #A964FF 0%, #CC99FF 98%); } -.user-content.user-charm .progress-bar, -.user-charm.user-charm .progress-bar { - background: #EFECFF; +html .page2 .back .myInfo .lineBox .thisLevel, +body .page2 .back .myInfo .lineBox .thisLevel { + color: #571E6D; } -.user-content.user-charm .progress-bar .treasure-now, -.user-charm.user-charm .progress-bar .treasure-now { - color: #8400AC; +html .page2 .back .myInfo .lineBox .nextLevel, +body .page2 .back .myInfo .lineBox .nextLevel { + color: #571E6D; } -.user-content.user-charm .progress-bar .progress-bar-now, -.user-charm.user-charm .progress-bar .progress-bar-now { - background: #BD80FF; +html .page2 .back .myInfo p, +body .page2 .back .myInfo p { + color: #571E6D; } -.user-content.user-charm .grade, -.user-charm.user-charm .grade { - position: relative; - display: flex; - display: -moz-box; - justify-content: space-between; - font-size: 0.32rem; - color: #999; +html .page2 .rule2, +body .page2 .rule2 { + display: none; } -.user-content.user-charm .grade .treasure-upgrade .num, -.user-charm.user-charm .grade .treasure-upgrade .num { - color: #BD80FF; +html .page2 .rule2 .ruleText, +body .page2 .rule2 .ruleText { + background: linear-gradient(180deg, #220543 0%, #160120 100%); + border: 0.01333rem solid #7E53C9; } -.user-content.user-charm .grade .grade-now, -.user-charm.user-charm .grade .grade-now { - background-color: #EFECFF; - color: #D16FF2; +html .page2 .rule2 .ruleText .title, +body .page2 .rule2 .ruleText .title { + background: linear-gradient(270deg, #D0B1FF 3%, #F8F4FF 47%, #D0B1FF 100%); } -.user-content.user-charm .grade .grade-next, -.user-charm.user-charm .grade .grade-next { - background-image: linear-gradient(to right, #E1DBFF, #BD80FF); +html .page2 .rule2 .ruleText p, +body .page2 .rule2 .ruleText p { + color: #E7B8FF; } -.explain { - width: 9.04rem; - margin: 0.53333rem auto 0; -} - -.explain .explain-tit { - font-size: 0.4rem; - color: #333; -} - -.explain .explain-title { - margin-top: 0.13333rem; - font-size: 0.29333rem; - color: #666; - line-height: 0.53333rem; -} - -.explain-img { - margin-top: 0.26667rem; -} - -.effects-img { - margin-top: 0.53333rem; +.rule2 { + display: none; } diff --git a/view/molistar/modules/level/css/index.scss b/view/molistar/modules/level/css/index.scss index 3e15e01..8a0423b 100644 --- a/view/molistar/modules/level/css/index.scss +++ b/view/molistar/modules/level/css/index.scss @@ -1,223 +1,287 @@ -@function px2rem($px, $rem:75) { - @return $px / $rem+rem +@function px2rem($px) { + @return $px / 75+rem; } html, body { - width: 100%; - height: 100%; - background-color: #F4F4FB; -} + width: 100%; + background: #0F0900; -img { - width: 100%; - vertical-align: top; -} + .page1 { + .back { + width: px2rem(750); + height: px2rem(522); + position: fixed; + left: 50%; + transform: translateX(-50%); + top: px2rem(0); + z-index: 10; + overflow: hidden; + background: url(../images/top.png) no-repeat; + background-size: 100% 100%; -@import '../../../common/css/flex.scss'; + .backIcon { + width: px2rem(44); + height: px2rem(44); + position: absolute; + left: px2rem(30); + top: px2rem(110); + z-index: 2; + } -.level-head { - width: 100%; - height: px2rem(100); - top: 0; - left: 0; - z-index: 9; - @include flex(); - position: fixed; - background: #F4F4FB; + .tab { + width: 80%; + height: px2rem(48); + line-height: px2rem(48); + display: flex; + justify-content: space-between; + position: absolute; + top: px2rem(102); + left: 50%; + transform: translateX(-50%); + color: rgba(255, 255, 255, .5); + font-size: px2rem(34); + font-weight: 400; + z-index: 2; - .level { - position: relative; - @include flex(); - @include flex-justify-center(); - @include flex-align-center(); - width: 50%; - height: px2rem(80); - font-size: px2rem(32); - color: #999999; + div { + width: 50%; + text-align: center; + } - &.active { - font-weight: bold; - color: #333333; + .act { + color: #fff; + font-weight: 500; + } + } - span { - position: absolute; - left: 50%; - transform: translateX(-50%); - bottom: 0; - width: px2rem(18); - height: px2rem(10); - background-color: #FFA936; - border-radius: px2rem(5); - } - } - } -} + .myInfo { + width: px2rem(677); + height: px2rem(343); + background: url(../images/myInfoBg.png) no-repeat; + background-size: 100% 100%; + margin: px2rem(180) auto; + position: relative; -.swiper-container{ - margin-top: px2rem(100); -} -.user-content, -.user-charm { + .tx { + width: px2rem(126); + height: px2rem(126); + border-radius: 50%; + position: absolute; + top: px2rem(54); + left: px2rem(42); + } - width: px2rem(670); - // height: px2rem(340); - margin: 0 auto px2rem(76, ); - .user-head { - height: px2rem(200); - @include flex(); - @include flex-justify-center(); - @include flex-align-center(); - flex-direction: column; + .top { + position: absolute; + top: px2rem(68); + left: px2rem(186); + height: px2rem(50); + line-height: px2rem(50); + width: 3rem; - .user-avatar { - width: px2rem(120); - height: px2rem(120); - border-radius: 50%; - border: px2rem(6) solid #FFA027; - } - } + .level { + color: #613B00; + font-size: px2rem(36); + font-weight: 600; + display: inline-block; + } - .treasure { - font-size: px2rem(22); - @include flex(); - justify-content: space-between; - // margin-bottom: px2rem(19); + .levelIcon { + display: inline-block; + width: px2rem(98); + height: px2rem(50); + } + } - .treasure-now { - color: #B15C00; - } + .bootom { + position: absolute; + left: px2rem(186); + font-size: px2rem(26); + color: #613B00; + font-weight: 500; + top: px2rem(128); + } - .treasure-upgrade { - color: #666; - } - } + .lineBox { + width: px2rem(594); + height: px2rem(12); + border-radius: px2rem(12); + background: #fff; + position: absolute; + top: px2rem(234); + left: 50%; + transform: translateX(-50%); - .progress-bar { - position: relative; - width: px2rem(670); - height: px2rem(32); - background: #FFF0CC; - border-radius: px2rem(19); - margin-bottom: px2rem(24); + .line { + width: 0%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background: linear-gradient(90deg, #FFA01E 0%, #FFC16C 100%); + border-radius: px2rem(12); + } - .treasure-now { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - font-size: px2rem(24, ); - color: #B15C00; - } + .thisLevel { + color: #613B00; + font-size: px2rem(24); + font-weight: 500; + position: absolute; + left: 0; + top: px2rem(-38); - .progress-bar-now { - width: 10%; - float: left; - display: block; - height: inherit; - border-radius: inherit; - background: #FFB606; - } - } + b { + font-size: px2rem(24); + font-weight: 500; + } + } - .grade { - position: relative; - @include flex(); - justify-content: space-between; - font-size: px2rem(24, ); - color: #999; - .treasure-upgrade{ - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - .num{ - color: #FFAE45; - } - } - .grade-now{ - height: px2rem(32, ); - line-height: px2rem(32, ); - border-radius: px2rem(16, ); - padding: 0 px2rem(18, ); - background-color: #FFF0CC; - color: #FFA027; - } - .grade-next{ - height: px2rem(32, ); - line-height: px2rem(32, ); - border-radius: px2rem(16, ); - padding: 0 px2rem(18, ); - background-image: linear-gradient(to right, #FFDCBB, #FFB810); - color: #FFFFFF; - } - } + .nextLevel { + color: #613B00; + font-size: px2rem(24); + font-weight: 500; + position: absolute; + right: 0; + top: px2rem(-38); - &.user-charm{ - .user-head { - .user-avatar { - border: px2rem(6) solid #BD80FF; - } - } - .progress-bar { - background: #EFECFF; - - .treasure-now { - color: #8400AC; - } - - .progress-bar-now { - background: #BD80FF; - } - } - .grade { - position: relative; - @include flex(); - justify-content: space-between; - font-size: px2rem(24, ); - color: #999; - .treasure-upgrade{ - .num{ - color: #BD80FF; + b { + font-size: px2rem(24); + font-weight: 500; + } + } + } + + p { + text-align: center; + color: #613B00; + font-size: px2rem(24); + font-weight: px2rem(400); + width: 100%; + position: absolute; + left: 50%; + transform: translateX(-50%); + top: px2rem(258); + } + } + } + + .rule { + width: 100%; + margin-top: 7.3rem; + // display: none; + .ruleText { + width: px2rem(690); + padding: px2rem(74) px2rem(24) px2rem(32); + position: relative; + background: linear-gradient(180deg, #432405 0%, #201201 100%); + border: px2rem(1) solid #C98853; + border-radius: px2rem(20); + margin: 0 auto px2rem(38); + box-sizing: border-box; + + .title { + position: absolute; + top: 0; + left: 50%; + transform: translateX(-50%); + padding: px2rem(0) px2rem(34); + text-align: center; + color: #3E2000; + height: px2rem(52); + line-height: px2rem(48); + background: linear-gradient(270deg, #FFB761 0%, #FFE8CC 47%, #FFB761 100%); + border-top-left-radius: px2rem(0); + border-top-right-radius: px2rem(0); + border-bottom-left-radius: px2rem(20); + border-bottom-right-radius: px2rem(20); + font-size: px2rem(28); + font-weight: 500; + white-space: nowrap; + } + + p { + color: #FCD19D; + font-weight: 400; + font-size: px2rem(26); + line-height: px2rem(36); + } + + img { + display: block; + margin: px2rem(28) auto px2rem(0); + width: px2rem(642); + } + + .img2 { + width: px2rem(536); + margin: px2rem(28) 0 0 0; + } + } + } + } + + .page2 { + .back { + background: url(../images/top2.png) no-repeat; + background-size: 100% 100%; + + .myInfo { + background: url(../images/myInfoBg2.png) no-repeat; + background-size: 100% 100%; + + .tx {} + + .top { + + .level { + color: #571E6D; + } + } + + .bootom { + color: #571E6D; + } + + .lineBox { + + .line { + background: linear-gradient(90deg, #A964FF 0%, #CC99FF 98%); + } + + .thisLevel { + color: #571E6D; + } + + .nextLevel { + color: #571E6D; + } + } + + p { + color: #571E6D; + } + } + } + + .rule2 { + display: none; + + .ruleText { + background: linear-gradient(180deg, #220543 0%, #160120 100%); + border: px2rem(1) solid #7E53C9; + + .title { + background: linear-gradient(270deg, #D0B1FF 3%, #F8F4FF 47%, #D0B1FF 100%); + } + + p { + color: #E7B8FF; + } + } } - } - .grade-now{ - background-color: #EFECFF; - color: #D16FF2; - } - .grade-next{ - background-image: linear-gradient(to right, #E1DBFF, #BD80FF); - } } - } } - -.explain { - width: px2rem(678); - margin: px2rem(40) auto 0; - - .explain-tit { - font-size: px2rem(30); - color: #333; - } - - .explain-title { - margin-top: px2rem(10); - font-size: px2rem(22); - color: #666; - line-height: px2rem(40); - } -} - -.explain-img{ - margin-top: px2rem(20); -} -.effects-img{ - margin-top: px2rem(40); -} - -// .swiper-slide{ -// height: px2rem(1900); -// overflow: auto; -// } - +.rule2{ + display: none; +} \ No newline at end of file diff --git a/view/molistar/modules/level/images/charm-ar.png b/view/molistar/modules/level/images/charm-ar.png deleted file mode 100644 index c64181c..0000000 Binary files a/view/molistar/modules/level/images/charm-ar.png and /dev/null differ diff --git a/view/molistar/modules/level/images/charm-en.png b/view/molistar/modules/level/images/charm-en.png deleted file mode 100644 index 6a2e484..0000000 Binary files a/view/molistar/modules/level/images/charm-en.png and /dev/null differ diff --git a/view/molistar/modules/level/images/charm.png b/view/molistar/modules/level/images/charm.png deleted file mode 100644 index f147c2c..0000000 Binary files a/view/molistar/modules/level/images/charm.png and /dev/null differ diff --git a/view/molistar/modules/level/images/effects.png b/view/molistar/modules/level/images/effects.png deleted file mode 100644 index da94c53..0000000 Binary files a/view/molistar/modules/level/images/effects.png and /dev/null differ diff --git a/view/molistar/modules/level/images/effects1.png b/view/molistar/modules/level/images/effects1.png deleted file mode 100644 index f9e6970..0000000 Binary files a/view/molistar/modules/level/images/effects1.png and /dev/null differ diff --git a/view/molistar/modules/level/images/explain.png b/view/molistar/modules/level/images/explain.png deleted file mode 100644 index e1c2b44..0000000 Binary files a/view/molistar/modules/level/images/explain.png and /dev/null differ diff --git a/view/molistar/modules/level/images/img3-ar.png b/view/molistar/modules/level/images/img3-ar.png new file mode 100644 index 0000000..7e1dac3 Binary files /dev/null and b/view/molistar/modules/level/images/img3-ar.png differ diff --git a/view/molistar/modules/level/images/img3-zh.png b/view/molistar/modules/level/images/img3-zh.png new file mode 100644 index 0000000..fac6e02 Binary files /dev/null and b/view/molistar/modules/level/images/img3-zh.png differ diff --git a/view/molistar/modules/level/images/img3.png b/view/molistar/modules/level/images/img3.png new file mode 100644 index 0000000..78ac5ef Binary files /dev/null and b/view/molistar/modules/level/images/img3.png differ diff --git a/view/molistar/modules/level/images/leve1-ar.png b/view/molistar/modules/level/images/leve1-ar.png new file mode 100644 index 0000000..4c21f59 Binary files /dev/null and b/view/molistar/modules/level/images/leve1-ar.png differ diff --git a/view/molistar/modules/level/images/leve1-zh.png b/view/molistar/modules/level/images/leve1-zh.png new file mode 100644 index 0000000..3da490b Binary files /dev/null and b/view/molistar/modules/level/images/leve1-zh.png differ diff --git a/view/molistar/modules/level/images/leve1.png b/view/molistar/modules/level/images/leve1.png new file mode 100644 index 0000000..aecd830 Binary files /dev/null and b/view/molistar/modules/level/images/leve1.png differ diff --git a/view/molistar/modules/level/images/leve2.png b/view/molistar/modules/level/images/leve2.png new file mode 100644 index 0000000..479ddce Binary files /dev/null and b/view/molistar/modules/level/images/leve2.png differ diff --git a/view/molistar/modules/level/images/myInfoBg.png b/view/molistar/modules/level/images/myInfoBg.png new file mode 100644 index 0000000..81a1209 Binary files /dev/null and b/view/molistar/modules/level/images/myInfoBg.png differ diff --git a/view/molistar/modules/level/images/myInfoBg2.png b/view/molistar/modules/level/images/myInfoBg2.png new file mode 100644 index 0000000..0616548 Binary files /dev/null and b/view/molistar/modules/level/images/myInfoBg2.png differ diff --git a/view/molistar/modules/level/images/null.png b/view/molistar/modules/level/images/null.png new file mode 100644 index 0000000..ada4e31 Binary files /dev/null and b/view/molistar/modules/level/images/null.png differ diff --git a/view/molistar/modules/level/images/people.png b/view/molistar/modules/level/images/people.png deleted file mode 100644 index 21573d9..0000000 Binary files a/view/molistar/modules/level/images/people.png and /dev/null differ diff --git a/view/molistar/modules/level/images/top.png b/view/molistar/modules/level/images/top.png new file mode 100644 index 0000000..24c93ce Binary files /dev/null and b/view/molistar/modules/level/images/top.png differ diff --git a/view/molistar/modules/level/images/top2.png b/view/molistar/modules/level/images/top2.png new file mode 100644 index 0000000..52bf2da Binary files /dev/null and b/view/molistar/modules/level/images/top2.png differ diff --git a/view/molistar/modules/level/images/travel/back.png b/view/molistar/modules/level/images/travel/back.png new file mode 100644 index 0000000..2b3812d Binary files /dev/null and b/view/molistar/modules/level/images/travel/back.png differ diff --git a/view/molistar/modules/level/images/travel/backB.png b/view/molistar/modules/level/images/travel/backB.png new file mode 100644 index 0000000..92e190c Binary files /dev/null and b/view/molistar/modules/level/images/travel/backB.png differ diff --git a/view/molistar/modules/level/images/user.png b/view/molistar/modules/level/images/user.png deleted file mode 100644 index bba3df8..0000000 Binary files a/view/molistar/modules/level/images/user.png and /dev/null differ diff --git a/view/molistar/modules/level/images/wealth-ar.png b/view/molistar/modules/level/images/wealth-ar.png deleted file mode 100644 index bb64c94..0000000 Binary files a/view/molistar/modules/level/images/wealth-ar.png and /dev/null differ diff --git a/view/molistar/modules/level/images/wealth-en.png b/view/molistar/modules/level/images/wealth-en.png deleted file mode 100644 index e324777..0000000 Binary files a/view/molistar/modules/level/images/wealth-en.png and /dev/null differ diff --git a/view/molistar/modules/level/images/wealth.png b/view/molistar/modules/level/images/wealth.png deleted file mode 100644 index fa8b3d8..0000000 Binary files a/view/molistar/modules/level/images/wealth.png and /dev/null differ diff --git a/view/molistar/modules/level/index.html b/view/molistar/modules/level/index.html index 38117cb..8eac719 100644 --- a/view/molistar/modules/level/index.html +++ b/view/molistar/modules/level/index.html @@ -2,102 +2,56 @@
- - - -لكل هدية تساوي 1 عملة ذهبية، يمكنك جمع نقطة خبرة واحدة. كلما زادت نقاط الخبرة التي تجمعها، زاد مستواك.
+1. يمكن للمستخدمين من المستوى 1 وما فوق الحصول على شارة المستوى.
+2. يمكن للمستخدمين من المستوى 30 وما فوق فتح امتيازات المستوى (تأثيرات دخول مذهلة للغرفة).
+سيتم عرض رمز المستوى على شاشة الغرفة وصفحة الملف الشخصي وأماكن أخرى. كلما كان المستوى أعلى، كلما كان الرمز أكثر روعة.
+يشمل مستوى الثروة ترقية تأثيرات دخول الغرفة المذهلة. كلما كان المستوى أعلى، كانت التأثيرات أكثر روعة.
+عند الوصول إلى المستوى 30 وما فوق، سيكون لكل دخول للغرفة تأثيرات مذهلة.
+مستوى الجاذبية هو السمة التي تعبر عن نمو جاذبيتك الشخصية على هذه المنصة. لكل هدية تساوي 1 عملة ذهبية، تجمع نقطة جاذبية واحدة. كلما زاد مستواك، سيتغير لون شارة المستوى وفقًا لذلك!
+For every gift of 1 gold coins, you can accumulate 1 experience point. The more experience points you + accumulate, the higher your level will be.
+1. Users at Lv.1 and above can receive a levelbadge.
+2. Users at Lv.30 and above can unlock level privileges (room entry dazzling special effects).
+The level icon will be displayed on the room screen, personal profle page, and other places.The higher + the level, the cooler the icon.
+Wealth level includes upgrading room entry dazzling special effects. The higher the level,the cooler the + entry special effects.
+Upon reaching Lv.30 and above, each room entry will have dazzling special effects.
+Charm level is the growth attribute of your personal charm on this platform. For every gold coins gift received, you accumulate one charmpoint. As your level increases, your level badge will change color accordingly!
+每贈送 1 金幣禮物,可累積 1 點經驗值。累積的經驗值越多,等級越高。
+1. 等級達 Lv.1 及以上用戶可獲得等級徽章。
+2. 等級達 Lv.30 及以上用戶可解鎖等級特權(進房間時炫酷特效)。
+等級圖標會顯示在房間屏幕、個人檔案頁面等位置。等級越高,圖標越酷炫。
+財富等級包括升級房間進入炫酷特效。等級越高,進入特效越酷炫。
+達到 Lv.30 及以上時,每次進房間將有炫酷特效。
+魅力等級是您在此平台上的個人魅力成長屬性。每收到 1 金幣禮物,可累積 1 魅力值。隨著等級提升,等級徽章的顏色將相應改變!
+Wealth Value Required for upgrade:267338
+0
لكل هدية تساوي 1 عملة ذهبية، يمكنك جمع نقطة خبرة واحدة. كلما زادت نقاط الخبرة التي تجمعها، زاد مستواك.
+1. يمكن للمستخدمين من المستوى 1 وما فوق الحصول على شارة المستوى.
+2. يمكن للمستخدمين من المستوى 30 وما فوق فتح امتيازات المستوى (تأثيرات دخول مذهلة للغرفة).
+سيتم عرض رمز المستوى على شاشة الغرفة وصفحة الملف الشخصي وأماكن أخرى. كلما كان المستوى أعلى، كلما كان الرمز أكثر روعة.
+يشمل مستوى الثروة ترقية تأثيرات دخول الغرفة المذهلة. كلما كان المستوى أعلى، كانت التأثيرات أكثر روعة.
+عند الوصول إلى المستوى 30 وما فوق، سيكون لكل دخول للغرفة تأثيرات مذهلة.
+مستوى الجاذبية هو السمة التي تعبر عن نمو جاذبيتك الشخصية على هذه المنصة. لكل هدية تساوي 1 عملة ذهبية، تجمع نقطة جاذبية واحدة. كلما زاد مستواك، سيتغير لون شارة المستوى وفقًا لذلك!
+For every gift of 1 gold coins, you can accumulate 1 experience point. The more experience points you + accumulate, the higher your level will be.
+1. Users at Lv.1 and above can receive a levelbadge.
+2. Users at Lv.30 and above can unlock level privileges (room entry dazzling special effects).
+The level icon will be displayed on the room screen, personal profle page, and other places.The higher + the level, the cooler the icon.
+Wealth level includes upgrading room entry dazzling special effects. The higher the level,the cooler the + entry special effects.
+Upon reaching Lv.30 and above, each room entry will have dazzling special effects.
+Charm level is the growth attribute of your personal charm on this platform. For every gold coins gift received, you accumulate one charmpoint. As your level increases, your level badge will change color accordingly!
+每贈送 1 金幣禮物,可累積 1 點經驗值。累積的經驗值越多,等級越高。
+1. 等級達 Lv.1 及以上用戶可獲得等級徽章。
+2. 等級達 Lv.30 及以上用戶可解鎖等級特權(進房間時炫酷特效)。
+等級圖標會顯示在房間屏幕、個人檔案頁面等位置。等級越高,圖標越酷炫。
+財富等級包括升級房間進入炫酷特效。等級越高,進入特效越酷炫。
+達到 Lv.30 及以上時,每次進房間將有炫酷特效。
+魅力等級是您在此平台上的個人魅力成長屬性。每收到 1 金幣禮物,可累積 1 魅力值。隨著等級提升,等級徽章的顏色將相應改變!
+