add:照明系统 抽屉功能tab2分页功能完善

This commit is contained in:
chenpingsen
2024-07-22 09:18:46 +08:00
parent 2bc56cc1d4
commit 2d1d3a41a8
6 changed files with 159 additions and 130 deletions

View File

@@ -44,8 +44,7 @@
display: inline-block;
justify-content: center;
}
.plan.enabled {
.plan {
border: none;
font-size: 14px;
font-weight: 400;
@@ -54,28 +53,20 @@
margin-left: 235px;
width: 88px;
height: 32px;
background: linear-gradient(180deg, rgba(103, 222, 0, 1) 0%, rgba(0, 181, 6, 1) 100%);
color: white;
cursor: pointer;
}
.plan.enabled {
background: linear-gradient(180deg, rgba(103, 222, 0, 1) 0%, rgba(0, 181, 6, 1) 100%);
}
.plan.disabled {
border: none;
font-size: 14px;
font-weight: 400;
border-radius: 5px;
color: white;
vertical-align: top;
margin-left: 235px;
width: 88px;
height: 32px;
background-color: red;
}
.plan:disabled {
cursor: not-allowed;
}
.openPlan.enabled2 {
.openPlan {
cursor: pointer;
border: none;
font-size: 14px;
font-weight: 400;
@@ -84,19 +75,12 @@
vertical-align: top;
width: 88px;
height: 32px;
}
.openPlan.enabled2 {
background: linear-gradient(180deg, rgba(103, 222, 0, 1) 0%, rgba(0, 181, 6, 1) 100%);
color: white;
}
.openPlan.disabled2 {
border: none;
font-size: 14px;
font-weight: 400;
border-radius: 5px;
color: white;
vertical-align: top;
width: 88px;
height: 32px;
background-color: red;
}
@@ -135,6 +119,7 @@
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.btn2 {