796774f2 by lttnew

背景图

1 parent e3bced87
......@@ -860,6 +860,7 @@ function handleDelete(row) {
// padding:0 30px;
margin-top: 20rpx;
margin-left: 100rpx;
height: 100rpx;
// flex-direction: column;
// align-items: flex-end;
// gap: 16rpx;
......
......@@ -5,7 +5,7 @@
<uni-icons color="#fff" size="20" type="left"></uni-icons>
</view>
</view>
<image :src="config.baseUrl_api+'/fs/static/login/ren1.png'" class="ren1"/>
<image :src="config.baseUrl_api+'/fs/static/dg/home_bg.png'" class="ren1"/>
<!-- 登录 -->
<view class="retop">
<image :src="config.baseUrl_api+'/fs/static/login/logo@2x.png'" class="logotop"></image>
......@@ -77,7 +77,7 @@
</view>
</view>
<image :src="config.baseUrl_api+'/fs/static/login/ren2.png'" class="ren2"/>
<!-- <image :src="config.baseUrl_api+'/fs/static/login/ren2.png'" class="ren2"/> -->
<view class="fixedagree">
<text>仅供中国跆拳道协会会员单位登录使用</text>
<!-- <image @click="changeAgree(agree)" v-if="agree" src="@/static/login/xz_dwn@2x.png"></image>
......@@ -360,8 +360,8 @@ function call(num) {
}
.ren1 {
width: 300rpx;
height: 560rpx;
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 0;
......
<template>
<view>
<view class="page-bg">
<image class="ren1" :src="config.baseUrl_api+'/fs/static/login/ren1.png'"/>
<image class="ren1" :src="config.baseUrl_api+'/fs/static/dg/home_bg.png'"/>
<!-- 登录 -->
<view class="retop">
<image class="logotop" :src="config.baseUrl_api+'/fs/static/login/logo@2x.png'"></image>
......@@ -51,7 +51,7 @@
</view>
</view>
<image class="ren2" :src="config.baseUrl_api+'/fs/static/login/ren2.png'" />
<!-- <image class="ren2" :src="config.baseUrl_api+'/fs/static/login/ren2.png'" /> -->
<view class="fixedagree">
<!-- <image @click="changeAgree(agree)" v-if="agree" src="@/static/login/xz_dwn@2x.png"></image>
<image v-else src="@/static/login/xz2@2x.png"></image>
......@@ -331,8 +331,8 @@ function timeup() {
}
.ren1 {
width: 300rpx;
height: 560rpx;
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 0;
......
......@@ -24,7 +24,7 @@
<view class="unit-btn" @click="goPath('/myCenter/auth')">
<image :src="config.loginImage_api + '/fs/static/dg/icon02@3x.png'" class="btn-icon"></image><text>基本信息</text>
</view>
<view class="unit-btn" @click="goPath('/personalVip/payment')">
<view class="unit-btn" @click="goPath('/myCenter/perfect')">
<image :src="config.loginImage_api + '/fs/static/dg/icon03@3x.png'" class="btn-icon"></image><text>认证缴费</text>
</view>
<view class="unit-btn" @click="goPath('/myCenter/reviewList')">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!