diff --git a/resource/img/dataicon.png b/resource/img/dataicon.png new file mode 100644 index 0000000..ce428ee --- /dev/null +++ b/resource/img/dataicon.png diff --git a/resource/img/search-btn.png b/resource/img/search-btn.png new file mode 100644 index 0000000..a9dc7c9 --- /dev/null +++ b/resource/img/search-btn.png diff --git a/topages/workquery/workquery.css b/topages/workquery/workquery.css index 9b5b469..ef46aeb 100644 --- a/topages/workquery/workquery.css +++ b/topages/workquery/workquery.css @@ -1,3 +1,7 @@ +.workquery-cardlist{ + height: 138px; + width: 100%; +} .workquery-cardlist li{ width:324px ; height: 136px; @@ -36,10 +40,75 @@ /*----------------------------------------时间*/ +.workquery-timeopr-wrap{ + height: 34px; + margin-top: 30px; + margin-bottom: 30px; +} +.workquery-timeopr-wrap .timeopr-text{ + height: 34px; + line-height: 34px; + color: #363d5d; + font-size: 14px; + width: 72px; +} +.ITD-daterange-btn { + float: left; + width: 120px; + height: 34px; + line-height: 34px; - - - + padding-top: 1px !important; +} +.ITD-daterange-bg { + width: 90px; + text-align: left; + background: url(../../resource/img/dataicon.png) no-repeat 94% 9px !important; + background-color: #fff !important; + padding-right: 25px; + z-index: 9999; + border-radius: 4px !important; +} +.ITD-input-bordercolor { + color: rgba(0,0,0,0.45); + border: 1px solid #d8e2e5 !important; + border-radius: 4px !important; +} +.ITD-parkinput78 { + width: 180px; + height: 34px; + line-height: 34px; +} +.paddingleft-10 { + padding-left: 10px; +} +.workquery-timeopr-div{ + width: 200px; + height: 34px; + line-height: 34px; +} +/*input 样式*/ +.bootstrap-select.btn-group .dropdown-toggle .filter-option { + text-align: left !important; +} +.bootstrap-select.btn-group .dropdown-toggle .caret{ + position: absolute; + top: 50%; + left:170px !important;; + margin-top: -2px; + vertical-align: middle; +} +.margin-right-40{ + margin-right: 40px; +} +/*查询按钮*/ +.workquery-searchbtn{ + background: url("../../resource/img/search-btn.png") no-repeat; + width: 66px; + height: 66px; + top: -12px; + right: 0px; +} /*----------------------------------------列表*/ .workquery-list-wrap>li{ diff --git a/topages/workquery/workquery.html b/topages/workquery/workquery.html index aa3bb87..ca36494 100644 --- a/topages/workquery/workquery.html +++ b/topages/workquery/workquery.html @@ -13,7 +13,29 @@