This commit is contained in:
kron
2025-09-27 16:11:47 +08:00
parent b75ab93af9
commit 9af2f5b887
3 changed files with 21 additions and 13 deletions

View File

@@ -53,8 +53,7 @@ const props = defineProps({
position: relative;
width: 75vw;
margin-bottom: 15px;
border-radius: 20px;
overflow: hidden;
border-radius: 30rpx;
background: #fff;
}
.container > view:first-child > image {
@@ -62,5 +61,7 @@ const props = defineProps({
width: 100%;
z-index: -1;
top: 0;
border-top-left-radius: 30rpx;
border-top-right-radius: 30rpx;
}
</style>