Task:礼品赠送/送礼

This commit is contained in:
modendeveloper
2025-02-17 23:36:27 +08:00
parent 044c1a0863
commit 5dc1f5ad92
4 changed files with 159 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
<template>
<view>
<view class="top-card"></view>
</view>
</template>
<script>
export default {
}
</script>
<style lang="less" scoped>
.top-card{
width: 710rpx;
height: 280rpx;
background: #fff;
border-radius: 16rpx;
}
</style>