#
whycq
2025-01-09 322d44a411b63c130a65d2e74ce7233bc3f95149
Monitor-APP/pages/home/home.css
@@ -34,3 +34,31 @@
.swiper-item:nth-child(2n-1) {
   /* background-color: rgba(255, 255, 255, .1); */
}
.manu-head {
   width: 100%;
   height: 5vh;
   background-color: rgba(54, 94, 226, 0.5);
   display: flex;
   align-items: center;
}
.manu-body {
   width: 100%;
   height: 90%;
}
.manu-body-main {
   width: 100%;
   height: 100%;
   /* background-color: #00a8ff; */
}
.manu-item {
   display: flex;
   align-items: center;
   border-bottom: 1px solid #000;
   background-color: rgba(0, 0, 0, .2);
}
.manu-item:nth-child(2n-1) {
   /* background-color: rgba(255, 255, 255, .1); */
}