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

56 lines
1.1 KiB
Plaintext

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