From 3fc70951bbd386c8c85e522cae80deba8823052e Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 15 八月 2024 17:28:20 +0800 Subject: [PATCH] 登录 --- src/pages/default/index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/default/index.vue b/src/pages/default/index.vue index 4061da5..5809c39 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/logo.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/boss.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> @@ -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