diff --git a/src/components/cartBoxTowContent.vue b/src/components/cartBoxTowContent.vue index 00e3cc6..83a5b0d 100644 --- a/src/components/cartBoxTowContent.vue +++ b/src/components/cartBoxTowContent.vue @@ -116,7 +116,8 @@ defineProps({ height: 100%; span { - border-radius: 4px; + font-weight: 400; + border: 0; background: linear-gradient(180deg, #f7ff8d 0%, #99cfb5 100%); background-clip: text; -webkit-background-clip: text; @@ -131,6 +132,7 @@ defineProps({ text-align: center; line-height: 5rem; display: block; + /* align-items: center; */ } h6 { @@ -143,10 +145,11 @@ defineProps({ } footer { - width: 4.2rem; - height: 5.4rem; + border: 0px; + width: 3.9rem; + height: 5.1rem; padding: 0.2rem; - background: linear-gradient(180deg, #f7ff8d 0%, #99cfb5 100%); + background: linear-gradient(to bottom, #B2E3CE 0%, #383B40 100%); border-radius: 4px; display: flex; justify-content: center; @@ -154,9 +157,11 @@ footer { } .bg { - border-radius: 4px; - background-color: #142222; - width: 100%; - height: 100%; +border: 0px; +border-radius: 4px; +background-color: #142222; +width: 100%; +height: 100%; + }