|
@@ -422,4 +422,35 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
|
|
.goHomeDetail {
|
|
|
color: #00A1F0;
|
|
|
cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.filterclear.abnormalClear {
|
|
|
+ display: inline-block;
|
|
|
+ width: 60px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 4px;
|
|
|
+ color: #777;
|
|
|
+ border: 1px solid #777;
|
|
|
+ box-sizing: border-box;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+ top: 1px !important;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-left: 15px;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.filterItem,.patientNumInp,.filter,.moduleItemInp,.selectDept, .filterItem span {
|
|
|
+ height: 32px !important;
|
|
|
+ line-height: 32px !important;
|
|
|
+ float: none;
|
|
|
+}
|
|
|
+.filterItem ,.filter {
|
|
|
+ top: 0px !important;
|
|
|
+ float: left !important;
|
|
|
+}
|
|
|
+.arrow{
|
|
|
+ top: 13px !important;
|
|
|
}
|