acdr-ui/dist/dev/mp-weixin/modules/pet/address/index.wxss

56 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
.address-management.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
padding: 20px;
}
2024-10-01 09:15:35 +08:00
.address-cell.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border-bottom: 1px solid #eee;
}
2024-10-01 09:15:35 +08:00
.address-info.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
display: flex;
flex: 1;
align-items: center;
}
2024-10-01 09:15:35 +08:00
.address-label.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
display: flex;
align-items: center;
}
2024-10-01 09:15:35 +08:00
.tag.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
padding: 2px 5px;
margin-right: 10px;
color: white;
background-color: #f5a623;
border-radius: 3px;
}
2024-10-01 09:15:35 +08:00
.address-detail.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
flex-grow: 1;
}
2024-10-01 09:15:35 +08:00
.address-actions.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
display: flex;
gap: 10px; /* Ensure space between icons */
align-items: center;
}
2024-10-01 09:15:35 +08:00
.wd-icon.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
color: #333; /* Adjust color as needed */
cursor: pointer;
}
2024-10-01 09:15:35 +08:00
.add-address-button.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
position: absolute;
bottom: 30px;
left: 50%;
width: 90%;
min-height: 50px;
cursor: pointer;
background-color: #fcd038 !important;
border: none;
transform: translateX(-50%);
}
2024-10-01 09:15:35 +08:00
.wd-popup.data-v-af9e3f15 {
2024-09-19 07:20:14 +08:00
display: flex;
align-items: center;
justify-content: center;
}