|
@@ -744,7 +744,45 @@ function cbIntegrationCallBack(oData) {
|
|
|
.TVcontainer{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
-}
|
|
|
+}
|
|
|
+.el-dialog {
|
|
|
+ background: #014f9f!important;
|
|
|
+}
|
|
|
+.el-dialog__header {
|
|
|
+ padding: 20px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+}
|
|
|
+.TVWallCustomWidth {
|
|
|
+ width: 1500px !important;
|
|
|
+ height: 790px !important;
|
|
|
+ background: #04080c !important;
|
|
|
+ box-shadow:rgba($color: #078ad1, $alpha: .8) 0px 0px 18px inset!important;
|
|
|
+ border: 1px solid rgba($color: #33467f, $alpha: .7)!important;
|
|
|
+ .el-dialog__header {
|
|
|
+ padding: 15px 20px !important;
|
|
|
+ background-image: -moz-linear-gradient(180deg, rgba($color: #124799, $alpha: .8),
|
|
|
+rgba($color: #04151e, $alpha: .8)) !important;
|
|
|
+ background-image: -webkit-linear-gradient(180deg, rgba($color: #124799, $alpha: .8),
|
|
|
+rgba($color: #04151e, $alpha: .8)) !important;
|
|
|
+ background-image: linear-gradient(180deg, rgba($color: #124799, $alpha: .8),
|
|
|
+rgba($color: #04151e, $alpha: .8)) !important;
|
|
|
+ box-shadow: $shadowTitle !important;
|
|
|
+
|
|
|
+ .el-dialog__title {
|
|
|
+ font-weight: bolder !important;
|
|
|
+ color: #3cd7ef !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-descriptions__body{
|
|
|
+ background:transparent !important;
|
|
|
+ color: #fff;
|
|
|
+ .el-descriptions-item__label{
|
|
|
+ background:transparent !important;
|
|
|
+ color: #fff;
|
|
|
+ width: 100px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
.detailLabel{
|
|
|
background-color: #bfc;
|
|
|
}
|