You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
537 B
Vue

<template>
<view class="coupousAct">
<view class="activeCode">
<u-input shape="square" maxlength="-1" placeholder="输入激活码"></u-input>
<view ></view>
</view>
<view class="cardBody">
<view class="card">
<view class="left"></view>
<view class="right"></view>
</view>
</view>
</view>
</template>
<script>
export default {
data(){
return{
}
}
}
</script>
<style>
.coupousAct{
width: 750rpx;
min-height: 100vh;
background: #FFFFFF;
border-radius: 20rpx 20rpx 0rpx 0rpx;
}
</style>