Skip to content

Commit

Permalink
hua aide-pro(add donate dialog)
Browse files Browse the repository at this point in the history
  • Loading branch information
yichen9247 committed Aug 19, 2024
1 parent da7862a commit 451202f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
1 change: 0 additions & 1 deletion src/pages/PageDonate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
document.querySelector("#application").style = `
min-height: 100%;
padding-top: 0!important;
background-color: #f7f8fa;
`;
});
Expand Down
9 changes: 1 addition & 8 deletions src/pages/assets/PageDonate.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ div.price-item {
text-align: center;
border-radius: 8px;
width: calc(100% - 30px);
background-color: #ffffff;
background-color: #f1f1f1;
}
div.price-item input.price-input {
width: 100%;
Expand All @@ -97,10 +97,3 @@ div.price-item.item-active {
div.price-item.item-active input.price-input {
color: #ffffff;
}
div.donate-content div.price-item {
background-color: #f1f1f1;
}
div.donate-content div.price-item.item-active {
color: #ffffff;
background-color: #dd524d;
}
13 changes: 1 addition & 12 deletions src/pages/assets/PageDonate.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ div.price-item {
text-align: center;
border-radius: 8px;
width: calc(100% - 30px);
background-color: #ffffff;
background-color: #f1f1f1;

input.price-input {
width: 100%;
Expand Down Expand Up @@ -115,15 +115,4 @@ div.price-item.item-active {
input.price-input {
color: #ffffff;
}
}

div.donate-content {
div.price-item {
background-color: #f1f1f1;
}

div.price-item.item-active {
color: #ffffff;
background-color: #dd524d;
}
}

0 comments on commit 451202f

Please sign in to comment.