acdr-ui/dist/dev/mp-weixin/pages/service/detail.wxss

63 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-09-19 07:20:14 +08:00
.pet-item.data-v-dbbf9860 {
display: flex;
flex-direction: column;
}
.pet-avatar.data-v-dbbf9860 {
border: 2px solid #fcd038;
border-radius: 50%;
}
.add-avatar.data-v-dbbf9860 {
width: 102rpx;
height: 102rpx;
background-color: #fff;
border: 2px dashed #fcd038;
}
.pet-label.data-v-dbbf9860 {
font-size: 14px;
color: #666;
}
.add-icon.data-v-dbbf9860 {
font-size: 36px;
line-height: 45px;
color: #fcd038;
text-align: center;
}
.options.data-v-dbbf9860 {
position: fixed;
bottom: 0;
width: 100%;
background-color: #fff;
}
.mapContainer.data-v-dbbf9860 {
width: 100%;
height: 20vh;
}
.fixed.data-v-dbbf9860 {
position: fixed;
}
.bottom-0.data-v-dbbf9860 {
bottom: 0;
}
.left-0.data-v-dbbf9860 {
left: 0;
}
.right-0.data-v-dbbf9860 {
right: 0;
}
.bg-white.data-v-dbbf9860 {
background-color: white;
}
.rounded-full.data-v-dbbf9860 {
border-radius: 9999px;
}
.shadow.data-v-dbbf9860 {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.text-red-500.data-v-dbbf9860 {
color: #f56565;
}
.border-4.data-v-dbbf9860 {
border-width: 4px;
}