You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
<template>
|
|
<view>
|
|
<view class="lf-row-between lf-m-t-40">
|
|
<view class="lf-font-32 lf-color-222 lf-p-l-30 lf-text-center">7月</view>
|
|
<view class="lf-row-between lf-p-r-30">
|
|
<image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
|
|
<image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
|
|
<image src="../../static/logo.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
<view class="lf-row-between lf-m-t-40">
|
|
<view class="lf-font-32 lf-color-222 lf-p-l-30 lf-text-center">8月</view>
|
|
<view class="lf-row-between lf-p-r-30">
|
|
<image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
|
|
<image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
|
|
<image src="../../static/logo.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style scoped="scoped">
|
|
.qzone-img {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
</style>
|