From 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 24 三月 2025 09:23:08 +0800
Subject: [PATCH] -
---
src/pages/default/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/pages/default/index.vue b/src/pages/default/index.vue
index 4061da5..7849405 100644
--- a/src/pages/default/index.vue
+++ b/src/pages/default/index.vue
@@ -2,7 +2,7 @@
<view class="content">
<view class="chuany-flex chuany-flex-direction chuany-paddingbottom-100 chuany-align-center">
<view class="logo">
- <image src="/static/logo.png"></image>
+ <image mode="widthFix" src="/static/boss.png"></image>
</view>
<text class="title chuany-padding18 c-m-t-10">娆㈣繋鏉ュ埌瀵垮畨宸ヤ笟鍖�</text>
<text class="title"> </text>
@@ -10,7 +10,7 @@
</view>
<view class="titlecon chuany-flex chuany-align-center" @click="goEnterprise">
<view class="logo">
- <image src="/static/boss.png"></image>
+ <image mode="widthFix" src="/static/logo.png"></image>
</view>
<view class="chuany-flex chuany-justify-between chuany-paddingleft-28 vwidth">
<text class="chuany-font36">鎴戞槸浼佷笟</text>
@@ -20,7 +20,7 @@
</view>
<view class="titlecon chuany-flex chuany-align-center c-m-b-140" @click="goWorker">
<view class="logo">
- <image src="/static/worker.png"></image>
+ <image mode="widthFix" src="/static/worker.png"></image>
</view>
<view class="chuany-flex chuany-justify-between chuany-paddingleft-28 vwidth">
<text class="chuany-font36">鎴戞槸宸ヤ汉</text>
@@ -42,7 +42,7 @@
uni.getStorage({
key: 'identity',
success: function (res) {
- console.log('identity',res.data);
+ console.log('identity www',res.data);
if(res.data){
uni.switchTab({
url: '/pages/index/index'
@@ -86,13 +86,13 @@
flex-direction: column;
align-items: center;
justify-content: center;
- background-color: #e8eaed;
+ background: linear-gradient(to bottom, #B4DEFF, #ffffff);
height: 100vh;
}
.logo {
- height: 140rpx;
- width: 140rpx;
+ height: 160rpx;
+ width: 160rpx;
/* margin-top: 200rpx; */
/* margin-left: auto;
margin-right: auto; */
@@ -101,7 +101,7 @@
/* 瓒呭嚭瀹瑰櫒鐨勫浘鐗囬儴鍒嗗皢琚殣钘� */
image {
- width: 100%;
+ width: 80%;
/* 鍥剧墖瀹藉害鑷�傚簲瀹瑰櫒瀹藉害 */
height: 100%;
/* 鍥剧墖楂樺害鑷�傚簲瀹瑰櫒楂樺害 */
--
Gitblit v1.9.1