|
@@ -68,15 +68,27 @@ img{
|
|
|
|
|
|
.el-input__wrapper {
|
|
|
background-color: transparent !important;
|
|
|
+ border: 1px solid #2CFFFF;
|
|
|
+ box-shadow: none;
|
|
|
}
|
|
|
|
|
|
.el-input .el-input__inner {
|
|
|
background-color: transparent !important;
|
|
|
+ color: #2CFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.el-input-group__append {
|
|
|
+ background-color: transparent !important;
|
|
|
+ border: 1px solid #2CFFFF;
|
|
|
+ box-shadow: none;
|
|
|
+ color: #2CFFFF;
|
|
|
}
|
|
|
|
|
|
.el-select .el-select__wrapper {
|
|
|
background-color: transparent !important;
|
|
|
border: 1px solid #2CFFFF;
|
|
|
+ box-shadow: none;
|
|
|
color: #2CFFFF;
|
|
|
}
|
|
|
|
|
@@ -86,6 +98,10 @@ img{
|
|
|
|
|
|
}
|
|
|
|
|
|
+.el-select__placeholder {
|
|
|
+ color: #2CFFFF;
|
|
|
+}
|
|
|
+
|
|
|
/* 修改输入框文字颜色 */
|
|
|
.el-select .el-input__inner {
|
|
|
color: #2CFFFF !important;
|
|
@@ -192,12 +208,16 @@ img{
|
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
- background: rgba(0, 0, 0, 0.3); /* 滚动条滑块半透明 */
|
|
|
+ background: rgba(44, 255, 255, 0.1); /* 滚动条滑块半透明 */
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
- background: rgba(0, 0, 0, 0.4); /* 鼠标悬停时颜色加深 */
|
|
|
+ background: rgba(44, 255, 255, 0.3); /* 鼠标悬停时颜色加深 */
|
|
|
+}
|
|
|
+
|
|
|
+.el-row {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.custom-card .content-container {
|
|
@@ -209,38 +229,112 @@ img{
|
|
|
justify-content: center;
|
|
|
|
|
|
.content-aside {
|
|
|
- width: 40%;
|
|
|
+ width: 30%;
|
|
|
height: 100%;
|
|
|
-
|
|
|
- .content-aside-rowtop {
|
|
|
- height: 70%;
|
|
|
- }
|
|
|
- .content-aside-rowbottom {
|
|
|
- height: 30%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+ .content-aside-img{
|
|
|
+ width: 85px;
|
|
|
+ height: 85px;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.content-form {
|
|
|
- width: 60%;
|
|
|
+ width: 70%;
|
|
|
height: 100%;
|
|
|
+ padding: 5px 0px;
|
|
|
|
|
|
-
|
|
|
+ overflow: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content-form-left {
|
|
|
+ padding-left: 10px;
|
|
|
+ }
|
|
|
+ .content-form-right {
|
|
|
+ padding-right: 10px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.el-form-item__label {
|
|
|
+.custom-form {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 5px 10px;
|
|
|
+ overflow: auto;
|
|
|
+
|
|
|
+ background-image: url(@/assets/img/form-bg.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-form .el-form-item {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-form .el-form-item__label {
|
|
|
font-weight: 400;
|
|
|
font-size: 12px;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
+.custom-form .el-button {
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ .el-icon {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #2CFFFF;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/* 自定义开关 */
|
|
|
.custom-switch {
|
|
|
transform: scale(0.5);
|
|
|
}
|
|
|
|
|
|
.custom-switch-colors {
|
|
|
- --el-switch-on-color: #E1EAFF;
|
|
|
- --el-switch-off-color: #2CFFFF;
|
|
|
+ --el-switch-on-color: #2CFFFF;
|
|
|
+ --el-switch-off-color: #E1EAFF;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-checkbox .el-checkbox__label{
|
|
|
+ font-size: 12px;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
+.custom-checkbox .el-checkbox__inner{
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-checkbox .el-checkbox__input.is-checked+.el-checkbox__label {
|
|
|
+ color: #2CFFFF; /* 选中时的文字颜色 */
|
|
|
+}
|
|
|
+
|
|
|
+.custom-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
|
|
|
+ background-color: #2CFFFF; /* 选中时的背景色 */
|
|
|
+ border-color: #2CFFFF; /* 选中时的边框色 */
|
|
|
+}
|
|
|
+
|
|
|
+/* 修改选中状态的勾选标记 */
|
|
|
+.el-checkbox__inner::after {
|
|
|
+ border-color: #000000 !important; /* 对勾颜色 */
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* 去除输入框中间的分隔线 */
|
|
|
+/* .noline .el-input__wrapper {
|
|
|
+ border-right: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.noline .el-input-group__append {
|
|
|
+ border-left: none !important;
|
|
|
+} */
|
|
|
+
|