acdr-ui/dist/dev/mp-weixin/modules/pet/service/detail.wxss
2024-10-01 09:15:35 +08:00

63 lines
1.1 KiB
Plaintext

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