This commit is contained in:
ken 2026-08-26 16:42:30 +08:00
parent 52e948c7bd
commit 557cace281
1 changed files with 20 additions and 0 deletions

View File

@ -83,3 +83,23 @@
}); });
}); });
</script> </script>
<style type="text/css">
.w-ba-banner .controlplay .resume-slide.active i{
color: #32D9C3;
}
.w-ba-banner .controlplay .pause-slide.active i{
color: #ff4500;
}
.w-ba-banner .controlplay{
width: auto;
}
.w-ba-banner .button-mid{
position: absolute;
width: 100%;
height: 0;
top: 50%;
}
.next-button,.prev-button{
cursor: pointer;
}
</style>