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