From 78c871ad0a2b64b0c9590df11d0f9c42844ac61e Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Tue, 26 May 2020 22:44:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E4=BD=93=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/notepad.css | 4 +- css/notepad_edit.css | 68 +++++++++++++++++++++ templete/goodslist.html | 120 +++++++++++++++++++++++++++++++++++++ templete/notepad.html | 6 +- templete/notepad_edit.html | 61 +++++++++++++++++++ 5 files changed, 255 insertions(+), 4 deletions(-) create mode 100644 css/notepad_edit.css create mode 100644 templete/goodslist.html create mode 100644 templete/notepad_edit.html diff --git a/css/notepad.css b/css/notepad.css index 8e76621..21de033 100644 --- a/css/notepad.css +++ b/css/notepad.css @@ -41,7 +41,8 @@ .small_title, .created_time, .updated_time { - font-size: 0.9rem; + font-size: 0.8rem; + color: #BBBBBB; } .operation { @@ -58,6 +59,7 @@ .delete { background: red; + color: white; } .footer{ diff --git a/css/notepad_edit.css b/css/notepad_edit.css new file mode 100644 index 0000000..bc1bb08 --- /dev/null +++ b/css/notepad_edit.css @@ -0,0 +1,68 @@ +.row { + background: white; + width: 100%; + position: relative; + margin-top: 5px; + margin-bottom: 5px; +} + +.block{ + margin-top: 36px; + padding: 0 2%; +} + +.z{ + width: 100%; + height: 70px; +} + +.name { + font-size: 18px; + color: black; + line-height: 42px; + padding-left: 5px; +} + +.small_title, +.created_time, +.updated_time { + font-size: 0.8rem; + color: #BBBBBB; +} + +.footer{ + position: fixed; + bottom: 0; + width: 100%; + background: white; + height: 50px; + line-height: 50px; + text-align: center; + border-top: 1px solid #e6e6e6; +} +#content { + width: 100%; +} + +#content .w-e-toolbar { + flex-wrap: wrap; +} + +.s1 { + /* float: left; */ + /* min-width: 60px; */ + line-height: 42px; + color: #525252; + font-size: 17px; + white-space: nowrap; + /* flex: 1.2; */ +} + +.con .row input { + /* float: left; */ + margin: 0; + width:auto ; + border: none; + font-size: 17px; +} + diff --git a/templete/goodslist.html b/templete/goodslist.html new file mode 100644 index 0000000..609b73a --- /dev/null +++ b/templete/goodslist.html @@ -0,0 +1,120 @@ + + + + + + + + + + + + +
+
+ + +

商品列表

+
+
+
+
+
+
+
+ + + + +
+ +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/templete/notepad.html b/templete/notepad.html index 2b9b409..8f642d5 100644 --- a/templete/notepad.html +++ b/templete/notepad.html @@ -4,7 +4,7 @@ - 记事本 + 烂笔头 @@ -13,7 +13,7 @@
-

记事本

+

烂笔头

@@ -29,7 +29,7 @@
{{each.name}}
-
编辑
+
编辑
删除
diff --git a/templete/notepad_edit.html b/templete/notepad_edit.html new file mode 100644 index 0000000..29d686e --- /dev/null +++ b/templete/notepad_edit.html @@ -0,0 +1,61 @@ + + + + + + + 内容编辑 + + + + +
+
+ + +

内容编辑

+
+
+
+
+
+ 标题: + +
+
+ 创建时间: +
+
+
+ + + + + + + + + + + +