From 513e06e5a6af6e95389d424f94405c2c3ecb9ceb Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 25 Jul 2018 16:00:01 +0800 Subject: [PATCH] 填报--- 时间操作 --- resource/img/time-opr-area.png | Bin 0 -> 1860 bytes topages/workfill/workfill.css | 28 ++++++++++++++++++++++++++++ topages/workfill/workfill.html | 12 ++++++++++++ 3 files changed, 40 insertions(+), 0 deletions(-) create mode 100644 resource/img/time-opr-area.png diff --git a/resource/img/time-opr-area.png b/resource/img/time-opr-area.png new file mode 100644 index 0000000..71ff945 Binary files /dev/null and b/resource/img/time-opr-area.png differ diff --git a/topages/workfill/workfill.css b/topages/workfill/workfill.css index e69de29..e426d23 100644 --- a/topages/workfill/workfill.css +++ b/topages/workfill/workfill.css @@ -0,0 +1,28 @@ +.time-opr-area{ + padding-left: 80px; + height: 66px; + background: url("../../resource/img/time-opr-area.png") no-repeat 0 center; +} +.time-opr-nowtime{ + font-size: 20px; + padding-top: 3px; +} +.time-opr-btn{ + font-size: 12px; + color: #4886ff; + border: 1px solid #4886ff; + padding: 1px 12px; + border-radius: 2px; +} +.time-opr-prevbtn{ + margin-right: 20px; +} +.time-opr-show{ + width: 226px; + height: 40px; + line-height: 40px; + font-size: 14px; + color: rgba(0,0,0,.4); + background-color: #fff; + border-radius: 4px; +} \ No newline at end of file diff --git a/topages/workfill/workfill.html b/topages/workfill/workfill.html index 98a2311..05bf899 100644 --- a/topages/workfill/workfill.html +++ b/topages/workfill/workfill.html @@ -1 +1,13 @@ +