From 7867dfdfff304e907ecdbd278fc2a16d1aced8f2 Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Tue, 2 Aug 2022 17:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=95=86=E5=90=8E=E5=8F=B0=E9=9D=99?= =?UTF-8?q?=E6=80=81=E9=A1=B5=E9=9D=A2=E5=8F=8A=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/tpl.php | 36 ++++ view/css/admin_style.css | 71 +++++++ view/css/common.css | 22 ++- view/font/icomoon.eot | Bin 9856 -> 10448 bytes view/font/icomoon.svg | 4 +- view/font/icomoon.ttf | Bin 9692 -> 10284 bytes view/font/icomoon.woff | Bin 9768 -> 10360 bytes view/js/clipboard.min.js | 7 + view/js/demo3.json | 68 +++++++ view/templates/include/admin_leftmenu.html | 8 +- view/templates/tpl/deliver_remind.html | 306 +++++++++++++++++++++++++++++ view/templates/tpl/home.html | 78 -------- 12 files changed, 510 insertions(+), 90 deletions(-) create mode 100644 view/js/clipboard.min.js create mode 100644 view/js/demo3.json create mode 100644 view/templates/tpl/deliver_remind.html diff --git a/control/tpl.php b/control/tpl.php index e6d7ee9..a89a5e7 100644 --- a/control/tpl.php +++ b/control/tpl.php @@ -12,5 +12,41 @@ class tpl extends publicBase { * @return void */ public function home() { + $this->view['menu_page'] = 'home'; + } + + /** + * 发货提醒 + */ + public function deliver_remind() { + $this->view['menu_page'] = 'deliver_remind'; + } + + public function ajax_get_order_list() { + $data = array(); + $page = $this->get('page')+0; + $limit = $this->get('limit')+0; + for($i=0;$i < 10;$i++){ + $vals = array( + "goods_name" => "万方查重毕业论文检测大学生文章专科本科系万方查重毕业论文检测大学生文章专科本科系万方查重毕业论文检测大学生文章专科本科系", + "tid" => "43565765786867898".$i, + "count_down" => "倒计时:10:09:23", + 'sale_date' => date('Y-m-d H:i:s', time()+($i*8)), + 'remained_time' => date('Y-m-d H:i:s', time()+($i*88)), + "income" => "999.09", + "status" => "1" + ); + if($i % 2 == 0) { + $vals['count_down'] = date('Y-m-d H:i:s', time()+$i); + $vals['status'] = 0; + } + + $data[] = $vals; + } + + $reture_data['data'] = $data; + $reture_data['total'] = 300; + + $this->ajax_json(true, '', $reture_data); } } diff --git a/view/css/admin_style.css b/view/css/admin_style.css index 8033e7e..f83ede9 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -392,4 +392,75 @@ body{ padding-right: 0px !important; min-width: 207px !important; } + } + .admin-index-top-item-header{ + width: 100%; + height: 46px; + line-height: 46px; + padding-left: 12px; + padding-right: 12px; + color: rgba(0, 0, 0, 0.65); + font-size: 16px; + font-family: PingFangSC-Regular; + text-align: left; + white-space: nowrap; + box-sizing: border-box; + } + .admin-index-top-item-header-line{ + width: 100%; + height: 1px; + background-color: rgba(232, 232, 232, 1); + } + .admin-index-top-item-header-left{ + display: block; + float: left; + height: 100%; + width: auto; + } + .admin-index-top-item-header-left li{ + display: inline-block; + float: left; + font-size: 16px; + font-family: PingFangSC-Regular; + color: rgba(0,0,0,0.65); + margin-right: 64px; + cursor: pointer; + } + .admin-index-top-item-header-left li.active{ + font-family: PingFangSC-Medium !important; + color: #1890FF !important; + position: relative; + } + .admin-index-top-item-header-left li.active::after{ + content: ''; + width: 100%; + height: 2px; + border-radius: 1px; + background: #1890FF; + display: block; + } + .admin-index-top-item-header-right{ + display: block; + float: right; + height: 100%; + width: auto; + } + .admin-index-top-item-header-right li{ + display: inline-block; + float: left; + margin-left: 24px; + line-height: 55px; + font-size: 14px; + font-family: PingFangSC-Regular; + color: #595959; + cursor: pointer; + } + .admin-index-top-item-header-right li.active{ + color: #1890FF !important; + } + #admin-map-container{ + width: 100%; + box-sizing: border-box; + height: 325px; + overflow: hidden; } \ No newline at end of file diff --git a/view/css/common.css b/view/css/common.css index 62d9ac9..511546a 100644 --- a/view/css/common.css +++ b/view/css/common.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('/font/icomoon.eot?myxkk3'); - src: url('/font/icomoon.eot?myxkk3#iefix') format('embedded-opentype'), - url('/font/icomoon.ttf?myxkk3') format('truetype'), - url('/font/icomoon.woff?myxkk3') format('woff'), - url('/font/icomoon.svg?myxkk3#icomoon') format('svg'); + src: url('/font/icomoon.eot?j9lv8n'); + src: url('/font/icomoon.eot?j9lv8n#iefix') format('embedded-opentype'), + url('/font/icomoon.ttf?j9lv8n') format('truetype'), + url('/font/icomoon.woff?j9lv8n') format('woff'), + url('/font/icomoon.svg?j9lv8n#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -34,7 +34,7 @@ color: #1890ff; } .icon--8:before { - content: "\e90e"; + content: "\e912"; color: #fff; } .icon-1-2:before { @@ -69,6 +69,14 @@ content: "\e911"; color: #fff; } +.icon-uniE90E:before { + content: "\e90e"; + color: #1890ff; +} +.icon--3:before { + content: "\e913"; + color: #f21019; +} .icon-uniE9001:before { content: "\e907"; color: #c4c7cc; @@ -96,4 +104,4 @@ .icon-uniE900:before { content: "\e901"; color: #c4c7cc; -} \ No newline at end of file +} diff --git a/view/font/icomoon.eot b/view/font/icomoon.eot index 282cb778cc2b62cf73e7e9cbbb1741065a745fdb..60b6d6416a4da23e82eacecf55cc0ff01c6a416d 100644 GIT binary patch delta 618 zcmW+y&1(}u6n~Q)H`DI6ncYoxlc;ERlQg9w+a_5*>K9%t6~Xin5Gfj(#vF_d7-&!= zp@;}x46BFc;K_?1cnE?PQSj7L3H}3m5fnWrC=^;#-(+Ck`+dDPFzrkIg51vl9LaQK zj~3cnYn^ke+D`y@hxhtYtyH&)pSqpR1Ffg24
bftOO21vWeXKJNp9nt|0c^UcPTcz6a`uxZa^85J4
zgZj$t21w{YMio9tl)UoG
-