From 687fbf7551e180ebc5ad21b5b6cdd3dafed94325 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 8 Sep 2019 15:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=BE=E7=BD=AE=E6=94=B6?= =?UTF-8?q?=E6=AC=BE=E8=B4=A6=E6=88=B7=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/setting.css | 16 ++++++++++ js/setting_recive.js | 3 ++ templete/setting.html | 5 +-- templete/setting_recive.html | 61 ++++++++++++++++++++++++++++++++++++ 4 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 js/setting_recive.js create mode 100644 templete/setting_recive.html 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 @@ + + + + + + + + + + + +
+
+ +

收款信息

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