diff --git a/css/setting.css b/css/setting.css index a1c7521..c7039d3 100644 --- a/css/setting.css +++ b/css/setting.css @@ -112,3 +112,19 @@ body .header1{ /*Opera11*/ color: #fff; } +.cancellation{ + width: 96%; + height: 42px; + line-height: 42px; + text-align: center; + margin: 36px 2%; + background: -moz-linear-gradient(left, #f5354b, #ff005a); + /*Mozilla*/ + background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5354b), to(#ff005a)); + /*Old gradient for webkit*/ + background: -webkit-linear-gradient(left, #f5354b, #ff005a); + /*new gradient for Webkit*/ + background: -o-linear-gradient(left, #f5354b, #ff005a); + /*Opera11*/ + color: #fff; +} \ No newline at end of file diff --git a/js/setting_recive.js b/js/setting_recive.js new file mode 100644 index 0000000..09a47af --- /dev/null +++ b/js/setting_recive.js @@ -0,0 +1,3 @@ +mui.plusReady(function(){ + console.log("ok") +}) \ No newline at end of file diff --git a/templete/setting.html b/templete/setting.html index 7cfb3a9..691f653 100644 --- a/templete/setting.html +++ b/templete/setting.html @@ -27,10 +27,11 @@ class="r2">收货地址管理
账户安全
+
收款信息收款信息管理
- -
退出登录
+ diff --git a/templete/setting_recive.html b/templete/setting_recive.html new file mode 100644 index 0000000..679e3d0 --- /dev/null +++ b/templete/setting_recive.html @@ -0,0 +1,61 @@ + + + + + + + + + + + +
+
+ +

收款信息

+
+
+
+
+
+ + 银行账户: + +
+
+ + 银行简称: + +
+
+ + 银行账号: + +
+
+
+
确定
+
+ + + + +