1
This commit is contained in:
@@ -2,27 +2,45 @@
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="containertop">
|
<view class="containertop">
|
||||||
<view class="containertopbox">
|
<view class="containertopbox">
|
||||||
<view class=""></view>
|
<view class="containertopboxone flex-start">
|
||||||
|
<view>可使用红包</view>
|
||||||
|
<view>200张</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.container{
|
.container {
|
||||||
.containertop{
|
.containertop {
|
||||||
padding:48rpx 32rpx;
|
padding: 48rpx 32rpx;
|
||||||
.containertopbox{
|
|
||||||
|
.containertopbox {
|
||||||
|
.containertopboxone{
|
||||||
|
view{
|
||||||
|
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
text{
|
||||||
|
margin-left: 12rpx;
|
||||||
|
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #666666;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user