796774f2 by lttnew

背景图

1 parent e3bced87
...@@ -860,6 +860,7 @@ function handleDelete(row) { ...@@ -860,6 +860,7 @@ function handleDelete(row) {
860 // padding:0 30px; 860 // padding:0 30px;
861 margin-top: 20rpx; 861 margin-top: 20rpx;
862 margin-left: 100rpx; 862 margin-left: 100rpx;
863 height: 100rpx;
863 // flex-direction: column; 864 // flex-direction: column;
864 // align-items: flex-end; 865 // align-items: flex-end;
865 // gap: 16rpx; 866 // gap: 16rpx;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 <uni-icons color="#fff" size="20" type="left"></uni-icons> 5 <uni-icons color="#fff" size="20" type="left"></uni-icons>
6 </view> 6 </view>
7 </view> 7 </view>
8 <image :src="config.baseUrl_api+'/fs/static/login/ren1.png'" class="ren1"/> 8 <image :src="config.baseUrl_api+'/fs/static/dg/home_bg.png'" class="ren1"/>
9 <!-- 登录 --> 9 <!-- 登录 -->
10 <view class="retop"> 10 <view class="retop">
11 <image :src="config.baseUrl_api+'/fs/static/login/logo@2x.png'" class="logotop"></image> 11 <image :src="config.baseUrl_api+'/fs/static/login/logo@2x.png'" class="logotop"></image>
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
77 77
78 </view> 78 </view>
79 </view> 79 </view>
80 <image :src="config.baseUrl_api+'/fs/static/login/ren2.png'" class="ren2"/> 80 <!-- <image :src="config.baseUrl_api+'/fs/static/login/ren2.png'" class="ren2"/> -->
81 <view class="fixedagree"> 81 <view class="fixedagree">
82 <text>仅供中国跆拳道协会会员单位登录使用</text> 82 <text>仅供中国跆拳道协会会员单位登录使用</text>
83 <!-- <image @click="changeAgree(agree)" v-if="agree" src="@/static/login/xz_dwn@2x.png"></image> 83 <!-- <image @click="changeAgree(agree)" v-if="agree" src="@/static/login/xz_dwn@2x.png"></image>
...@@ -360,8 +360,8 @@ function call(num) { ...@@ -360,8 +360,8 @@ function call(num) {
360 } 360 }
361 361
362 .ren1 { 362 .ren1 {
363 width: 300rpx; 363 width: 100%;
364 height: 560rpx; 364 height: 100%;
365 position: absolute; 365 position: absolute;
366 right: 0; 366 right: 0;
367 top: 0; 367 top: 0;
......
1 <template> 1 <template>
2 <view> 2 <view>
3 <view class="page-bg"> 3 <view class="page-bg">
4 <image class="ren1" :src="config.baseUrl_api+'/fs/static/login/ren1.png'"/> 4 <image class="ren1" :src="config.baseUrl_api+'/fs/static/dg/home_bg.png'"/>
5 <!-- 登录 --> 5 <!-- 登录 -->
6 <view class="retop"> 6 <view class="retop">
7 <image class="logotop" :src="config.baseUrl_api+'/fs/static/login/logo@2x.png'"></image> 7 <image class="logotop" :src="config.baseUrl_api+'/fs/static/login/logo@2x.png'"></image>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
51 51
52 </view> 52 </view>
53 </view> 53 </view>
54 <image class="ren2" :src="config.baseUrl_api+'/fs/static/login/ren2.png'" /> 54 <!-- <image class="ren2" :src="config.baseUrl_api+'/fs/static/login/ren2.png'" /> -->
55 <view class="fixedagree"> 55 <view class="fixedagree">
56 <!-- <image @click="changeAgree(agree)" v-if="agree" src="@/static/login/xz_dwn@2x.png"></image> 56 <!-- <image @click="changeAgree(agree)" v-if="agree" src="@/static/login/xz_dwn@2x.png"></image>
57 <image v-else src="@/static/login/xz2@2x.png"></image> 57 <image v-else src="@/static/login/xz2@2x.png"></image>
...@@ -331,8 +331,8 @@ function timeup() { ...@@ -331,8 +331,8 @@ function timeup() {
331 } 331 }
332 332
333 .ren1 { 333 .ren1 {
334 width: 300rpx; 334 width: 100%;
335 height: 560rpx; 335 height: 100%;
336 position: absolute; 336 position: absolute;
337 right: 0; 337 right: 0;
338 top: 0; 338 top: 0;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
24 <view class="unit-btn" @click="goPath('/myCenter/auth')"> 24 <view class="unit-btn" @click="goPath('/myCenter/auth')">
25 <image :src="config.loginImage_api + '/fs/static/dg/icon02@3x.png'" class="btn-icon"></image><text>基本信息</text> 25 <image :src="config.loginImage_api + '/fs/static/dg/icon02@3x.png'" class="btn-icon"></image><text>基本信息</text>
26 </view> 26 </view>
27 <view class="unit-btn" @click="goPath('/personalVip/payment')"> 27 <view class="unit-btn" @click="goPath('/myCenter/perfect')">
28 <image :src="config.loginImage_api + '/fs/static/dg/icon03@3x.png'" class="btn-icon"></image><text>认证缴费</text> 28 <image :src="config.loginImage_api + '/fs/static/dg/icon03@3x.png'" class="btn-icon"></image><text>认证缴费</text>
29 </view> 29 </view>
30 <view class="unit-btn" @click="goPath('/myCenter/reviewList')"> 30 <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!