From 425faac492167c72803d30c96704a4d7df102675 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 13 Dec 2021 08:46:38 +0800
Subject: [PATCH] 实体添加及弹窗样式修改
---
src/styles/index.scss | 262 +---------------------------------------------------
1 files changed, 6 insertions(+), 256 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 6f17db6..afbe177 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -13,261 +13,11 @@
}
}
-.ol-zoom {
- padding: 0;
- top: 170px !important;
- left: auto !important;
- right: 10px !important;
- border-radius: 5px;
- button {
- margin: 1px;
- width: 30px;
- height: 30px;
- background: #fff;
- color: #666;
- box-shadow: 0px 0px 4px 1px #ccc;
- border-radius: 5px;
- }
-
- button:hover,
- button:focus {
- background: #666;
- color: #fff;
- }
-}
-
-.ol-full-screen {
- padding: 0;
- border-radius: 5px;
- top: 50px !important;
- left: auto !important;
- right: 10px !important;
-
- button {
- margin: 1px;
- width: 30px;
- height: 30px;
- background: #fff;
- color: #666;
-
- box-shadow: 0px 0px 4px 1px #ccc;
- border-radius: 5px;
- }
-
- button:hover,
- button:focus {
- background: #666;
- color: #fff;
- }
-}
-
-
-.ol-rotate {
- button {
- margin: 1px;
- width: 30px;
- height: 30px;
- background: #fff;
- color: #666;
- box-shadow: 0px 0px 4px 1px #ccc;
- border-radius: 5px;
- }
-
- button:hover,
- button:focus {
- background: #666;
- color: #fff;
- }
-}
-
-.ol-scale-line {
- background: #fff;
- box-shadow: 0px 0px 4px 1px #ccc;
-
- div {
- color: #666;
- border: 1px solid #666;
- border-top: none;
- }
-}
-
-.text-green {
- color: #44cc44;
-}
-
-.text-red {
- color: #ff0909;
-}
-
-.water-rain-box {
- .el-dialog {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto !important;
- width: 920px !important;
- height: 540px !important;
- background: #C1E6F3;
-
- color: #606266;
-
- .el-dialog__header {
- padding: 10px 20px;
-
- .el-dialog__title {
-
- color: #606266 !important;
- }
-
- .el-dialog__close {
- color: #606266 !important;
-
- }
-
- .el-dialog__headerbtn {
- top: 14px;
-
- }
-
- }
-
- .el-dialog__body {
- padding: 2px 20px 10px 20px;
- background: #fff;
- color: #606266;
-
- height: calc(100% - 44px);
-
- .risk-text {
-
- height: calc(100% - 12px);
-
- div.header {
- display: flex;
- align-items: center;
- height: 48px;
-
-
-
-
-
- .el-button {
- margin: 0 5px !important;
- }
-
- .search {
- margin: 0 !important;
- }
-
- }
-
- div.content {
- position: relative;
- height: calc(100% - 48px);
-
- p {
- position: absolute;
- top: 0;
- left: 0;
- padding: 5px;
- margin: 0;
- height: 100%;
- word-wrap: break-word;
- box-sizing: border-box;
- overflow-y: auto;
-
-
- scrollbar-width: thin;
- font-size: 16px;
- line-height: 32px;
- letter-spacing: 1.2px;
- word-break: break-all;
-
- span {
- color: #011dff;
-
- i {
- font-style: normal;
- color: #606266;
- }
-
- strong {
- font-weight: normal;
- cursor: pointer;
- }
- }
-
- span[ii="0"],
- span[ii="1"],
- span[ii="2"],
- span[ii="3"],
- span[ii="4"] {
- cursor: pointer;
- }
-
- .text-tab {
- color: red;
- cursor: pointer;
- font-weight: normal;
- }
-
- .text-tab:hover {
- border-bottom: 1px solid red;
- }
- }
- }
- }
- }
- }
-}
-
-.retail-popup {
- .el-dialog {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto !important;
- width: 920px !important;
- height: 540px !important;
- background: #C1E6F3;
-
- color: #606266;
-
- .el-dialog__header {
- padding: 10px 20px;
-
- .el-dialog__title {
-
- color: #606266 !important;
- }
-
- .el-dialog__close {
- color: #606266 !important;
-
- }
-
- .el-dialog__headerbtn {
- top: 14px;
-
- }
-
- }
-
- .el-dialog__body {
- padding: 0;
- height: calc(100% - 30px);
- background: #fff;
- color: #606266;
-
- iframe {
- width: 100%;
- height: 100%;
- }
- }
- }
+.deblurring {
+ image-rendering: -moz-crisp-edges;
+ image-rendering: -o-crisp-edges;
+ image-rendering: -webkit-optimize-contrast;
+ image-rendering: crisp-edges;
+ -ms-interpolation-mode: nearest-neighbor;
}
\ No newline at end of file
--
Gitblit v1.9.3