acdr-ui/dist/build/mp-weixin/pages/index/components/quickServiceCarousel.wxss

2 lines
866 B
Plaintext
Raw Normal View History

2024-10-01 09:15:35 +08:00
.carousel-container.data-v-67f04341{position:relative;width:100%;height:12vh;margin-top:20px;background-color:#fff;border-radius:10px}.carousel.data-v-67f04341{width:100%}.quick-services.data-v-67f04341{display:flex;justify-content:space-around;padding:10px}.quick-service-card.data-v-67f04341{display:flex;flex-direction:column;align-items:center;justify-content:center;width:25%;padding:10px}.quick-service-image.data-v-67f04341{width:40px;height:40px}.quick-service-text.data-v-67f04341{margin-top:5px;font-size:14px;text-align:center}.custom-indicators.data-v-67f04341{position:absolute;bottom:5%;left:50%;display:flex;justify-content:center;transform:translate(-50%)}.indicator.data-v-67f04341{width:10px;height:5px;margin:0 1px;background-color:#ccc;border-radius:5px;transition:width .3s}.indicator.active.data-v-67f04341{width:18px;background-color:#ffc107}