|
|
@@ -225,23 +225,22 @@ textarea {
|
|
|
// 页面标题
|
|
|
.pageTitle {
|
|
|
font-size: 18px;
|
|
|
- font-weight: 700;
|
|
|
position: absolute;
|
|
|
z-index: 11;
|
|
|
- top: -73px;
|
|
|
+ top: -97px;
|
|
|
left: -18px;
|
|
|
padding-left: 40px;
|
|
|
color: var(--themeColor2);
|
|
|
- text-shadow: 1px 1px 1px black;
|
|
|
+ text-shadow: 2px 2px 2px black;
|
|
|
letter-spacing: 2px;
|
|
|
|
|
|
&::before {
|
|
|
position: absolute;
|
|
|
- left: 0px;
|
|
|
+ left: -14px;
|
|
|
content: '|';
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 24px;
|
|
|
font-weight: 700;
|
|
|
- top: -3px;
|
|
|
+ top: -9px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -269,28 +268,12 @@ textarea {
|
|
|
.ant-image-preview-operations {
|
|
|
background-color: rgba(0, 0, 0, 0.8) !important;
|
|
|
}
|
|
|
-// .ant-image-preview-mask {
|
|
|
-// z-index: 9999 !important;
|
|
|
-// }
|
|
|
-// .ant-image-preview-wrap {
|
|
|
-// z-index: 9999 !important;
|
|
|
-// }
|
|
|
-// .ant-image-preview-operations-wrapper {
|
|
|
-// z-index: 9999 !important;
|
|
|
-// }
|
|
|
-.AIdroRow {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
|
|
|
// --------关于表格
|
|
|
.ant-table-body {
|
|
|
background-color: var(--boxBcaColor) !important;
|
|
|
}
|
|
|
/* antd表格居中 */
|
|
|
-
|
|
|
.ant-table-cell {
|
|
|
text-align: center !important;
|
|
|
}
|