|
@@ -11,7 +11,8 @@ html {
|
|
}
|
|
}
|
|
|
|
|
|
body {
|
|
body {
|
|
- font: 1em/1.4 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
|
|
|
|
|
|
+ font: 1em/1.4 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB',
|
|
|
|
+ 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
|
|
height: 100%;
|
|
height: 100%;
|
|
color: black;
|
|
color: black;
|
|
}
|
|
}
|
|
@@ -50,21 +51,16 @@ textarea {
|
|
|
|
|
|
/* 主题色 */
|
|
/* 主题色 */
|
|
:root {
|
|
:root {
|
|
- --themeColor: #0A3B40;
|
|
|
|
- --themeColor2: #2CD196;
|
|
|
|
|
|
+ --themeColor: #0a3b40;
|
|
|
|
+ --themeColor2: #2cd196;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
/* 找不到页面 */
|
|
/* 找不到页面 */
|
|
.noFindPage {
|
|
.noFindPage {
|
|
opacity: 0;
|
|
opacity: 0;
|
|
- transition: opacity .5s;
|
|
|
|
|
|
+ transition: opacity 0.5s;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
/* 兼容360浏览器的下拉框 */
|
|
/* 兼容360浏览器的下拉框 */
|
|
.ant-select-selector {
|
|
.ant-select-selector {
|
|
position: relative;
|
|
position: relative;
|
|
@@ -73,7 +69,6 @@ textarea {
|
|
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
// 重置antd样式
|
|
// 重置antd样式
|
|
#root {
|
|
#root {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
@@ -120,66 +115,61 @@ textarea {
|
|
}
|
|
}
|
|
|
|
|
|
/* antd分页器样式 */
|
|
/* antd分页器样式 */
|
|
- .ant-pagination .ant-pagination-item {
|
|
|
|
- border-radius: 50%;
|
|
|
|
- border: 1px solid #999;
|
|
|
|
- background-color: transparent !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .ant-pagination .ant-pagination-item-active {
|
|
|
|
- background-color: var(--themeColor) !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- .ant-pagination .ant-pagination-item-active a {
|
|
|
|
- color: #fff !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .ant-pagination .ant-pagination-item:hover {
|
|
|
|
- background-color: var(--themeColor) !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .ant-pagination .ant-pagination-item:hover a {
|
|
|
|
- color: #fff !important;
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination .ant-pagination-item {
|
|
|
|
+ // border-radius: 50%;
|
|
|
|
+ // border: 1px solid #999;
|
|
|
|
+ // background-color: transparent !important;
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-prev {
|
|
|
|
- border-radius: 50% !important;
|
|
|
|
- border: 1px solid #999;
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination .ant-pagination-item-active {
|
|
|
|
+ // background-color: var(--themeColor) !important;
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-prev:hover {
|
|
|
|
- background-color: var(--themeColor);
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination .ant-pagination-item-active a {
|
|
|
|
+ // color: #fff !important;
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-prev:hover button {
|
|
|
|
- color: #fff;
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination .ant-pagination-item:hover {
|
|
|
|
+ // background-color: var(--themeColor) !important;
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
+ // .ant-pagination .ant-pagination-item:hover a {
|
|
|
|
+ // color: #fff !important;
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
+ // .ant-pagination-prev {
|
|
|
|
+ // border-radius: 50% !important;
|
|
|
|
+ // border: 1px solid #999;
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-next {
|
|
|
|
- border-radius: 50% !important;
|
|
|
|
- border: 1px solid #999;
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination-prev:hover {
|
|
|
|
+ // background-color: var(--themeColor);
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
+ // .ant-pagination-prev:hover button {
|
|
|
|
+ // color: #fff;
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-next:hover {
|
|
|
|
- background-color: var(--themeColor);
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination-next {
|
|
|
|
+ // border-radius: 50% !important;
|
|
|
|
+ // border: 1px solid #999;
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-next:hover button {
|
|
|
|
- color: #fff;
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination-next:hover {
|
|
|
|
+ // background-color: var(--themeColor);
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-disabled {
|
|
|
|
- border: 1px solid #ccc;
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination-next:hover button {
|
|
|
|
+ // color: #fff;
|
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-disabled:hover {
|
|
|
|
- background-color: transparent;
|
|
|
|
- }
|
|
|
|
|
|
+ // .ant-pagination-disabled {
|
|
|
|
+ // border: 1px solid #ccc;
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
+ // .ant-pagination-disabled:hover {
|
|
|
|
+ // background-color: transparent;
|
|
|
|
+ // }
|
|
|
|
|
|
/* 表格的图片居中 */
|
|
/* 表格的图片居中 */
|
|
.tableImgAuto {
|
|
.tableImgAuto {
|
|
@@ -198,7 +188,6 @@ textarea {
|
|
text-align: center !important;
|
|
text-align: center !important;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
// 树型 表格 定制化
|
|
// 树型 表格 定制化
|
|
#A2Table3 {
|
|
#A2Table3 {
|
|
.ant-table-row-expand-icon {
|
|
.ant-table-row-expand-icon {
|
|
@@ -211,18 +200,12 @@ textarea {
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
[hidden] {
|
|
[hidden] {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
#upInput {
|
|
#upInput {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -273,4 +256,4 @@ textarea {
|
|
-webkit-box-shadow: inset 0 0 5px transparent;
|
|
-webkit-box-shadow: inset 0 0 5px transparent;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
background: transparent;
|
|
background: transparent;
|
|
-}
|
|
|
|
|
|
+}
|