Browse Source

更换登录页面logo

release
ZhaoTongYao 4 years ago
parent
commit
e1369727c4
  1. BIN
      src/assets/images/login-head-v2.png
  2. BIN
      src/assets/images/login-head.png
  3. 6
      src/pages/login/login.scss
  4. 6
      src/pages/login/login.wxml

BIN
src/assets/images/login-head-v2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

BIN
src/assets/images/login-head.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

6
src/pages/login/login.scss

@ -9,6 +9,12 @@ page {
position: relative; position: relative;
} }
.main-bg .logo {
width: 100%;
height: 100%;
background-color: #fff;
border-radius: 50%;
}
.main-bg image{ .main-bg image{
width: 100%; width: 100%;

6
src/pages/login/login.wxml

@ -3,12 +3,12 @@
<view class="login-top"> <view class="login-top">
<view class="picture"> <view class="picture">
<view class="picture-bg"> <view class="picture-bg">
<image src="../../../../../../assets/images/login-head-v2.png"></image> <image class="logo" src="https://epdc-yushan.elinkservice.cn/files-pro/20211027/798ef97bc30140099b25911edfe0089d.png"></image>
</view> </view>
<view class="data-name"> <!-- <view class="data-name">
<image src="../../../../../../assets/images/login-yj.png"></image> <image src="../../../../../../assets/images/login-yj.png"></image>
<view class="name">数据端</view> <view class="name">数据端</view>
</view> </view> -->
</view> </view>
</view> </view>
<view class="login-bottom"> <view class="login-bottom">

Loading…
Cancel
Save