@@ -216,4 +216,20 @@ button {
width: 1190px;
}
+// 时间选择框样式
+.datePickStyle{
+ height: 28px;
+ width: 144px;
+ border: 1px solid #ccc;
+ padding: 4px 8px;
+ color: #555;
+ font-size: 12px;
+}
+.datePickClass{
</style>