From ef928aee2e5542f4a1214e5efb94217b31e05ba6 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 15 May 2019 18:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index/view/default/user/reg_info.html | 122 +++++++++++++++++- .../static/index/default/css/user.reginfo.css | 17 +++ 2 files changed, 135 insertions(+), 4 deletions(-) create mode 100644 public/static/index/default/css/user.reginfo.css diff --git a/application/index/view/default/user/reg_info.html b/application/index/view/default/user/reg_info.html index b6d05b317..ba1a14de6 100755 --- a/application/index/view/default/user/reg_info.html +++ b/application/index/view/default/user/reg_info.html @@ -14,8 +14,122 @@
-
-
+
+
+ {{if MyC('home_user_login_state') eq 1}} + 已有帐号? + + + + {{/if}} +
+ +
+
+ +
+
+ + +
+ +
+ +
+ + + + +
+
+
+ + +
+
+ +
+
+ +
+
+ + +
+ +
+ +
+ + + + +
+
+ +
+ +
+ + + + +
+
+
+ + +
+
+ +
+
+ +
+
+ + +
+ +
+ +
+ + + + +
+
+ +
+ +
+ + + + +
+
+ +
+ + +
+
+ +
+
+
+ + 忘记密码? +
+ + + + 用户注册页面钩子 {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
plugins_view_user_reg_info @@ -40,7 +154,7 @@ {{/if}} {{/foreach}} {{/if}} -
+
-->
diff --git a/public/static/index/default/css/user.reginfo.css b/public/static/index/default/css/user.reginfo.css new file mode 100644 index 000000000..af56b2c4a --- /dev/null +++ b/public/static/index/default/css/user.reginfo.css @@ -0,0 +1,17 @@ +.register-container, .register-container .am-tabs { + margin-top: 20px; +} +.register-container .am-tabs { + background: rgba(0,0,0,0.15); + padding: 10px; +} +.register-container .am-tabs .am-tabs-bd { + background: #fff; +} + +.my-content { + background: #FAFAFA url(http://b2b2c.shopnctest.com/dema/member/templates/default/images/register_bg.png) repeat 50% 50%; + width: 100%; + height: 680px; + overflow: hidden; +} \ No newline at end of file