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

55 lines
1.0 KiB
Plaintext
Raw Normal View History

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