@@ -1,6 +1,6 @@ | |||||
.box { | .box { | ||||
box-shadow: 0px 3px 20px #0000000b; | box-shadow: 0px 3px 20px #0000000b; | ||||
@apply bg-white rounded-md relative; | |||||
@apply bg-white rounded-3xl relative overflow-hidden; | |||||
} | } | ||||
.dark { | .dark { | ||||
@@ -1,12 +1,6 @@ | |||||
.report-box { | .report-box { | ||||
@apply relative; | @apply relative; | ||||
&:before { | |||||
content: ""; | |||||
width: 85%; | |||||
background: #F9FAFC; | |||||
box-shadow: 0px 3px 20px #0000000b; | |||||
@apply h-full mt-3 absolute rounded-md mx-auto inset-x-0; | |||||
} | |||||
.report-box__icon { | .report-box__icon { | ||||
width: 28px; | width: 28px; | ||||
height: 28px; | height: 28px; | ||||
@@ -17,7 +17,7 @@ | |||||
src="@/assets/images/logo.svg" | src="@/assets/images/logo.svg" | ||||
/> | /> | ||||
<span class="hidden xl:block text-white text-lg ml-3"> | <span class="hidden xl:block text-white text-lg ml-3"> | ||||
Mid<span class="font-medium">one</span> | |||||
ZhiOS<span class="font-medium">智莺</span> | |||||
</span> | </span> | ||||
</router-link> | </router-link> | ||||
<!-- END: Logo --> | <!-- END: Logo --> | ||||