From 9467ed97d7186ed17e0b1af070907fdf5c628da0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 09 Jun 2021 08:51:30 +0800
Subject: [PATCH] 监测时间选择

---
 widgets/searchTabaPopup/css/style.css |   86 ++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 76 insertions(+), 10 deletions(-)

diff --git a/widgets/searchTabaPopup/css/style.css b/widgets/searchTabaPopup/css/style.css
index 6b8a31c..409c194 100644
--- a/widgets/searchTabaPopup/css/style.css
+++ b/widgets/searchTabaPopup/css/style.css
@@ -71,24 +71,90 @@
   padding: 20px;
   box-sizing: border-box;
 }
+
 .jimu-widget-searchTabaPopup .xiangqing {
   width: 100%;
   height: 100%;
   /* border: 1px salmon solid; */
 }
+
 .jimu-widget-searchTabaPopup .xiangqing th {
- width: 140px;
- text-align-last:justify;
- font-size: 14px;
- padding: 20px;
- border-right: transparent 1px solid;
+  width: 140px;
+  text-align-last: justify;
+  font-size: 14px;
+  padding: 20px;
+  border-right: transparent 1px solid;
 }
+
 .jimu-widget-searchTabaPopup .xiangqing td {
   /* width: 30%; */
-  text-align-last:right;
+  text-align-last: right;
   padding-right: 5px;
- }
+}
 
- .jimu-widget-searchTabaPopup .xiangqing th,  .jimu-widget-searchTabaPopup .xiangqing td{
-   border-color: rgba(0, 0, 0,.1);
- }
+.jimu-widget-searchTabaPopup .xiangqing th, .jimu-widget-searchTabaPopup .xiangqing td {
+  border-color: rgba(0, 0, 0, .1);
+}
+
+.jimu-widget-searchTabaPopup .shishishuju {
+  width: 100%;
+  height: 100%;
+  /* border: 1px salmon solid; */
+}
+
+.jimu-widget-searchTabaPopup .shishishuju .heard {
+  width: 100%;
+  height: 60px;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  font-size: 16px;
+  padding-bottom: 10px;
+}
+
+.jimu-widget-searchTabaPopup .shishishuju thead th, .jimu-widget-searchTabaPopup .shishishuju tbody td {
+  text-align: center;
+}
+
+.jimu-widget-searchTabaPopup .shishishuju .layui-tab-title li {
+  font-size: 18px;
+}
+
+.jimu-widget-searchTabaPopup .lishijilv .heard {
+  font-size: 18px;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+.jimu-widget-searchTabaPopup .lishijilv .heard .left{
+  /* border: 1px solid springgreen; */
+  display: flex;
+  align-items: center;
+}
+.jimu-widget-searchTabaPopup .lishijilv .heard .layui-form-item{
+  /* border: 1px solid springgreen; */
+  position: relative;
+  top: 12px;
+}
+
+input::-webkit-input-placeholder {
+  color: #afafaf;
+  font-size: 14px;
+}
+
+input::-moz-placeholder {
+  /* Mozilla Firefox 19+ */
+  color: #afafaf;
+  font-size: 14px;
+}
+
+input:-moz-placeholder {
+  /* Mozilla Firefox 4 to 18 */
+  color: #afafaf;
+  font-size: 14px;
+}
+
+input::-ms-input-placeholder {
+  color: #afafaf;
+  font-size: 14px;
+}
\ No newline at end of file

--
Gitblit v1.9.3