Task:礼品赠送/送礼
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user