#
whycq
2024-07-01 346a966f1d29883aaa3181b421da5e697b1c5d32
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
   width: 100%;
   height: 100%;
   font-size: 22px;
   font-size: 1.6vw;
   /* background-color: aliceblue;    */
}
.swiper-head {
@@ -15,7 +15,7 @@
}
.swiper-body {
   width: 100%;
   height: 90%;
   height: 100%;
   /* background-color: #aa0000; */
}
.swiper-body-main {
@@ -33,11 +33,11 @@
   background-color: rgba(0, 0, 0, .2);
}
.swiper-item:nth-child(2n-1) {
   background-color: rgba(255, 255, 127, 0.1);
   background-color: rgba(145, 145, 145, 0.1);
}
.swiper-item:first-child {
   background-color: rgba(255, 85, 0, 1.0);
   background-color: rgba(255, 85, 0, 0.7);
}
.swiper-item:nth-child(2) {
   background-color: rgba(211, 70, 0, 1.0);
   background-color: rgba(255, 85, 0, 0.5);
}