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

63 lines
1.1 KiB
Plaintext
Raw Normal View History

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