diff --git a/Application/Mobile/View/User/usergame copy.html b/Application/Mobile/View/User/usergame copy.html new file mode 100644 index 000000000..69d93a70e --- /dev/null +++ b/Application/Mobile/View/User/usergame copy.html @@ -0,0 +1,160 @@ + + + + + + + +
+
+ +

我的游戏

+
+
+
+
+
+
+ +
+
+
+
+
+ + + + + +
+ \ No newline at end of file diff --git a/Application/Mobile/View/User/usergame.html b/Application/Mobile/View/User/usergame.html index 69d93a70e..c0e89adc7 100644 --- a/Application/Mobile/View/User/usergame.html +++ b/Application/Mobile/View/User/usergame.html @@ -1,87 +1,82 @@ - - - - - + + + + + + + 我的 + + + + + + + - -
-
- -

我的游戏

-
-
-
-
-
-
- +
+ -
-
+
+ - -
+ \ No newline at end of file diff --git a/Application/Mobile/View/User/userset.html b/Application/Mobile/View/User/userset.html index 3a74c4d21..bc5bac6f4 100644 --- a/Application/Mobile/View/User/userset.html +++ b/Application/Mobile/View/User/userset.html @@ -35,7 +35,21 @@ outline: 0; margin: .5rem auto; } -.btnbox a{ +.godownbox { + width: 3rem; + height: 0.8rem; + background: #389AED; + border-radius: 0.4rem; + + font-size: 0.32rem; + color: #fff; + text-align: center; + line-height: 0.8rem; + border: 0; + outline: 0; + margin: .5rem auto; +} +.btnbox a,.godownbox a{ color: white; } @@ -82,7 +96,7 @@ 绑定手机 - 去绑定已绑定 + 去绑定已绑定
@@ -117,9 +131,11 @@ 退出登录
-
+
-
+ X +
+
@@ -133,7 +149,7 @@ $('.portraitbtn').click(function () { //pmsg.msg('请到PC端网站或APP应用上更改'); var pop = $('.pop').addClass('pop-head').pop(); - pop.open(800, '

请到APP上更改头像X

'); + pop.open(800, '
请到APP上更改头像
'); pop.find('.pop-close').click(function () { pop.close() }); }); diff --git a/Public/Mobile/css/user/myPlay.css b/Public/Mobile/css/user/myPlay.css new file mode 100644 index 000000000..9a2644461 --- /dev/null +++ b/Public/Mobile/css/user/myPlay.css @@ -0,0 +1,59 @@ +.myPlay{ + width: 100%; + font-family:PingFang SC; +} +.not-play{ + position:fixed; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.not-play>img{ + width: 3rem; + height: 2.1rem; +} +.not-play>span{ + font-size: 0.28rem; + margin-top: 0.28rem; + color: #A9A9A9; +} +.myPlay-box{ + padding: 0 0.3rem; + margin-top: 0.3rem; +} +.myPlay-info{ + width: 100%; + height: 1.8rem; + background:rgba(255,255,255,1); + box-shadow:0px 0px 0.1rem 0px rgba(0, 0, 0, 0.15); + border-radius:0.2rem; + margin-bottom: 0.3rem; +} +.myPlay-info>.info-box{ + padding: 0.3rem 0.31rem; + display: flex; + align-items: center; + justify-content: space-between; +} +.myPlay-info>.info-box>.infoLeft{ + display: flex; + align-items: center; + font-size:0.28rem; + font-weight:500; + color:rgba(41,41,41,1); +} +.myPlay-info>.info-box>.infoLeft>img{ + width: 1.2rem; + height: 1.2rem; + border-radius: 0.2rem; + margin-right: 0.3rem; +} +.myPlay-info>.info-box>a{ + font-size: 0.24rem; + color: #21B1EB; + font-weight: 400; + cursor: pointer; +} \ No newline at end of file