|
|
|
@ -579,7 +579,8 @@ const delMode = () => {
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
|
|
|
overflow: auto;
|
|
|
|
background: center / cover url('@/assets/images/handle_control_bg.png') no-repeat;
|
|
|
|
background: center / cover url('@/assets/images/背景小@2x.png') no-repeat;
|
|
|
|
|
|
|
|
background-color: #0A3933;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.main-content {
|
|
|
|
.main-content {
|
|
|
|
@ -660,7 +661,7 @@ const delMode = () => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
&.selected {
|
|
|
|
background-color: #0881FE;
|
|
|
|
background-color: #FFAF11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -691,12 +692,12 @@ const delMode = () => {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
background-color: #3e4458;
|
|
|
|
background-color: rgba($color: #188549, $alpha: .3);
|
|
|
|
|
|
|
|
|
|
|
|
.el-icon {
|
|
|
|
.el-icon {
|
|
|
|
font-size: 30px;
|
|
|
|
font-size: 30px;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
background: linear-gradient(180deg, rgba(248, 251, 255, 1) 0%, rgba(248, 251, 255, 1) 0%, rgb(124, 144, 181) 96%, rgba(165, 197, 255, 1) 94.08%);
|
|
|
|
background: linear-gradient(180deg, rgba(244, 248, 247, 1) 0%, rgba(142, 198, 185, 1) 96%);
|
|
|
|
width: 40px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
@ -730,7 +731,7 @@ const delMode = () => {
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #212329;
|
|
|
|
background-color: rgba($color: #188549, $alpha: .3);
|
|
|
|
width: 30px;
|
|
|
|
width: 30px;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -912,7 +913,7 @@ const delMode = () => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.time-item {
|
|
|
|
.time-item {
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
margin: 0 20px;
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -928,9 +929,11 @@ const delMode = () => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.back-button {
|
|
|
|
.back-button {
|
|
|
|
background-color: #000;
|
|
|
|
// background-color: #000;
|
|
|
|
color: #fff;
|
|
|
|
// color: #fff;
|
|
|
|
border: #000;
|
|
|
|
border: #000;
|
|
|
|
|
|
|
|
background: linear-gradient(180deg, rgba(223, 196, 137, 1) 0%, rgba(190, 151, 99, 1) 100%);
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -987,7 +990,7 @@ const delMode = () => {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
&.add {
|
|
|
|
&.add {
|
|
|
|
background-color: #397ff6;
|
|
|
|
background: linear-gradient(180deg, rgba(51, 224, 188, 1) 0%, rgba(5, 149, 117, 1) 100%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.del {
|
|
|
|
&.del {
|
|
|
|
@ -1002,8 +1005,8 @@ const delMode = () => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mode-button.active {
|
|
|
|
.mode-button.active {
|
|
|
|
background: #ffffff;
|
|
|
|
background: linear-gradient(180deg, rgba(51, 224, 188, 1) 0%, rgba(5, 149, 117, 1) 100%);
|
|
|
|
color: #1976d2;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.setting-button {
|
|
|
|
.setting-button {
|
|
|
|
@ -1033,8 +1036,9 @@ const delMode = () => {
|
|
|
|
|
|
|
|
|
|
|
|
/* 弹窗样式 */
|
|
|
|
/* 弹窗样式 */
|
|
|
|
:deep(.brightness-dialog) {
|
|
|
|
:deep(.brightness-dialog) {
|
|
|
|
background: rgba(30, 30, 30, 0.95);
|
|
|
|
// background: rgba(30, 30, 30, 0.95);
|
|
|
|
backdrop-filter: blur(20px);
|
|
|
|
// backdrop-filter: blur(20px);
|
|
|
|
|
|
|
|
background: linear-gradient(180.44deg, rgba(226, 232, 251, 1) 0.64%, rgba(255, 255, 255, 1) 25.32%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.brightness-dialog .el-dialog__header) {
|
|
|
|
:deep(.brightness-dialog .el-dialog__header) {
|
|
|
|
@ -1043,14 +1047,14 @@ const delMode = () => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.brightness-dialog .el-dialog__title) {
|
|
|
|
:deep(.brightness-dialog .el-dialog__title) {
|
|
|
|
color: #ffffff;
|
|
|
|
color: #6C75A0 100%;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 500;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.brightness-dialog .el-dialog__body) {
|
|
|
|
:deep(.brightness-dialog .el-dialog__body) {
|
|
|
|
// background: rgba(255, 255, 255, 0.05);
|
|
|
|
// background: rgba(255, 255, 255, 0.05);
|
|
|
|
color: #ffffff;
|
|
|
|
color: #6C75A0 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.brightness-content {
|
|
|
|
.brightness-content {
|
|
|
|
@ -1062,7 +1066,7 @@ const delMode = () => {
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 500;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
color: #ffffff;
|
|
|
|
color: #6C75A0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.brightness-slider-container {
|
|
|
|
.brightness-slider-container {
|
|
|
|
@ -1138,12 +1142,12 @@ const delMode = () => {
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.el-input-number__increase) {
|
|
|
|
:deep(.el-input-number__increase) {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
color: #6C75A0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.el-input-number__decrease) {
|
|
|
|
:deep(.el-input-number__decrease) {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
color: #6C75A0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1151,10 +1155,10 @@ const delMode = () => {
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.el-input__wrapper) {
|
|
|
|
:deep(.el-input__wrapper) {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
color: #6C75A0;
|
|
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
input {
|
|
|
|
color: #fff;
|
|
|
|
color: #6C75A0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|