|
@@ -859,78 +859,88 @@ body #app .sidebar-container .theme-dark .nest-menu .el-submenu>.el-submenu__tit
|
|
/* text-align: center; */
|
|
/* text-align: center; */
|
|
text-indent: 2em;
|
|
text-indent: 2em;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /* 主页左侧导航栏 */
|
|
|
|
+ .nest-menu li{
|
|
|
|
+ padding-left: 25px !important;
|
|
|
|
+ }
|
|
|
|
+ /* input下拉背景、字体颜色------input加类名 */
|
|
|
|
+ .input_xiala{
|
|
|
|
+ color: #000 !important;
|
|
|
|
+ }
|
|
|
|
+ .input_xiala:hover{
|
|
|
|
+ color: #000 !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
/* 要事日记数据盒子的位置 */
|
|
/* 要事日记数据盒子的位置 */
|
|
#dialoges .el-dialog {
|
|
#dialoges .el-dialog {
|
|
- width: 528px !important;
|
|
|
|
- position: absolute;
|
|
|
|
- right: -1300px;
|
|
|
|
- top: 100px
|
|
|
|
-}
|
|
|
|
-#dialoges .jiben {
|
|
|
|
- width: 461px !important;
|
|
|
|
- height: 32px;
|
|
|
|
- background-image: url(/static/img/小标题底.b7c6f45a.png);
|
|
|
|
- margin-bottom: 25px;
|
|
|
|
- color: #fff;
|
|
|
|
- padding-left: 16px;
|
|
|
|
- line-height: 32px;
|
|
|
|
|
|
+ width: 528px !important;
|
|
|
|
+ position: absolute;
|
|
|
|
+right: -1300px;
|
|
|
|
+ top: 100px
|
|
|
|
+}
|
|
|
|
+#dialoges .jiben {
|
|
|
|
+ width: 461px !important;
|
|
|
|
+ height: 32px;
|
|
|
|
+ background-image: url(/static/img/小标题底.b7c6f45a.png);
|
|
|
|
+ margin-bottom: 8px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ padding-left: 16px;
|
|
|
|
+ line-height: 32px;
|
|
}
|
|
}
|
|
#dialoges .el-dialog__body{
|
|
#dialoges .el-dialog__body{
|
|
- margin: 11px 0px 21px 0;
|
|
|
|
- padding-top: 19px !important;
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ margin: -5px 0px 21px 0;
|
|
|
|
+ padding-top: 19px !important;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|
|
#dialoges .greeds{
|
|
#dialoges .greeds{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 10px;
|
|
|
|
+ height: 10px;
|
|
|
|
+ background-color: #FF4949;
|
|
|
|
+margin-right: 8px;
|
|
|
|
+}
|
|
|
|
+#dialoges .greedss{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 10px;
|
|
width: 10px;
|
|
height: 10px;
|
|
height: 10px;
|
|
- background-color: #FF4949;
|
|
|
|
- margin-right: 8px;
|
|
|
|
-}
|
|
|
|
|
|
+ background-color: #13CE66;
|
|
|
|
+ margin-right: 8px;
|
|
|
|
+ }
|
|
#dialoges .greed{
|
|
#dialoges .greed{
|
|
- margin-left: 20px;
|
|
|
|
- /* background-color: #fff; */
|
|
|
|
- margin-bottom: 14px;
|
|
|
|
- margin-right: 40px;
|
|
|
|
|
|
+ margin-left: 0px;
|
|
|
|
+ /* background-color: #fff; */
|
|
|
|
+ margin-bottom: 14px;
|
|
|
|
+ margin-right: 40px;
|
|
}
|
|
}
|
|
#dialoges .zuiDa{
|
|
#dialoges .zuiDa{
|
|
- width: 540px;
|
|
|
|
- height: 284px;
|
|
|
|
- /* background-color: #fff; */
|
|
|
|
- color: #fff;
|
|
|
|
|
|
+ width: 540px;
|
|
|
|
+ height: 284px;
|
|
|
|
+ /* background-color: #fff; */
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|
|
#dialoges .red{
|
|
#dialoges .red{
|
|
- width: 139px;
|
|
|
|
- display: inline-block;
|
|
|
|
- /* margin-left: 2px; */
|
|
|
|
- /* background-color: #fff; */
|
|
|
|
- /* margin-bottom: 14px; */
|
|
|
|
- margin-right: 34px;
|
|
|
|
- font-size: 14px;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
+ width: 139px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ /* margin-left: 2px; */
|
|
|
|
+ /* background-color: #fff; */
|
|
|
|
+ /* margin-bottom: 14px; */
|
|
|
|
+margin-right: 34px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ margin-bottom: 10px;
|
|
}
|
|
}
|
|
-#dialoges .boxxx {
|
|
|
|
- margin-left: 20px;
|
|
|
|
|
|
+#dialoges .boxxx { margin-left: 20px;
|
|
}
|
|
}
|
|
/* #dialoges .red::after{
|
|
/* #dialoges .red::after{
|
|
- display: inline-block;
|
|
|
|
- content: "";
|
|
|
|
- width: 10px;
|
|
|
|
- height: 10px;
|
|
|
|
- background-color: #FF4949;
|
|
|
|
- margin-left: -97px;
|
|
|
|
|
|
+ display: inline-block;
|
|
|
|
+ content: "";
|
|
|
|
+ width: 10px;
|
|
|
|
+ height: 10px;
|
|
|
|
+ background-color: #FF4949;
|
|
|
|
+ margin-left: -97px;
|
|
} */
|
|
} */
|
|
-
|
|
|
|
- /* 主页左侧导航栏 */
|
|
|
|
- .nest-menu li{
|
|
|
|
- padding-left: 25px !important;
|
|
|
|
- }
|
|
|
|
- /* input下拉背景、字体颜色------input加类名 */
|
|
|
|
- .input_xiala{
|
|
|
|
- color: #000 !important;
|
|
|
|
- }
|
|
|
|
- .input_xiala:hover{
|
|
|
|
- color: #000 !important;
|
|
|
|
- }
|
|
|
|
|
|
+.shuJuTime { margin-bottom: 10px;
|
|
|
|
+}
|
|
|
|
|