From 68df9a21f2606f9cec2843ff7e004bb5cc977d99 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Thu, 26 Jul 2018 10:39:15 +0800 Subject: [PATCH] 查询--- 时间操作 --- resource/img/circle-icon.png | Bin 0 -> 234 bytes resource/img/workquery-card-allcounter.png | Bin 0 -> 2666 bytes resource/img/workquery-card-commitedcounter.png | Bin 0 -> 3307 bytes resource/img/workquery-card-nocommitedcounter.png | Bin 0 -> 2993 bytes topages/workquery/workquery.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ topages/workquery/workquery.html | 20 +++++++++++++++++++- 6 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 resource/img/circle-icon.png create mode 100644 resource/img/workquery-card-allcounter.png create mode 100644 resource/img/workquery-card-commitedcounter.png create mode 100644 resource/img/workquery-card-nocommitedcounter.png diff --git a/resource/img/circle-icon.png b/resource/img/circle-icon.png new file mode 100644 index 0000000..e2b9d49 Binary files /dev/null and b/resource/img/circle-icon.png differ diff --git a/resource/img/workquery-card-allcounter.png b/resource/img/workquery-card-allcounter.png new file mode 100644 index 0000000..8a22f8d Binary files /dev/null and b/resource/img/workquery-card-allcounter.png differ diff --git a/resource/img/workquery-card-commitedcounter.png b/resource/img/workquery-card-commitedcounter.png new file mode 100644 index 0000000..a892e81 Binary files /dev/null and b/resource/img/workquery-card-commitedcounter.png differ diff --git a/resource/img/workquery-card-nocommitedcounter.png b/resource/img/workquery-card-nocommitedcounter.png new file mode 100644 index 0000000..156858e Binary files /dev/null and b/resource/img/workquery-card-nocommitedcounter.png differ diff --git a/topages/workquery/workquery.css b/topages/workquery/workquery.css index e69de29..7842923 100644 --- a/topages/workquery/workquery.css +++ b/topages/workquery/workquery.css @@ -0,0 +1,44 @@ +.workquery-cardlist li{ + width:324px ; + height: 136px; + padding: 28px 28px; + float: left; + border-radius: 4px; + background-color: #fff; +} +.workquery-cardlist li:nth-of-type(1){ + width: 488px; +} +.workquery-cardlist li:nth-of-type(2){ + margin: 0 32px; +} +.workquery-card-title{ + font-size: 18px; + color: #363d5d; + padding-left: 20px; + background: url("../../resource/img/circle-icon.png") no-repeat 0 center; +} +.workquery-card-counter{ + font-size: 60px; + color: #b4b5be; + padding-left: 90px; +} +.workquery-card-allcounter{ + background: url("../../resource/img/workquery-card-allcounter.png") no-repeat 0 center; +} +.workquery-card-commitedcounter{ + background: url("../../resource/img/workquery-card-commitedcounter.png") no-repeat 0 center; +} +.workquery-card-nocommitedcounter{ + background: url("../../resource/img/workquery-card-nocommitedcounter.png") no-repeat 0 center; +} + + + +/*----------------------------------------时间*/ + + + + + +/*----------------------------------------列表*/ \ No newline at end of file diff --git a/topages/workquery/workquery.html b/topages/workquery/workquery.html index 0a81c1e..786b60b 100644 --- a/topages/workquery/workquery.html +++ b/topages/workquery/workquery.html @@ -1,2 +1,20 @@ -
12312312323131
+ +
时间操作区域
+ + + +
列表
-- libgit2 0.21.4