Browse Source

替换logo

release
zhaoyongnian 4 years ago
parent
commit
4966d19d86
  1. BIN
      images/login-logo.png
  2. 2
      pages/login/login.wxml
  3. 1
      pages/login/login.wxss

BIN
images/login-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

2
pages/login/login.wxml

@ -2,7 +2,7 @@
<image class="login-bg" src="https://epdc-yushan.elinkservice.cn/files-pro/20210225/f3078274944147aabd0a053937bc2de5.png" />
<view class="content">
<view class="logo">
<image src="https://epdc-yushan.elinkservice.cn/files-pro/20210225/220c703dbfcc40d4bf23da25531c5a95.png" />
<image src="../../images/login-logo.png" />
</view>
<view class="title">现代榆山工作端</view>
<view class="logo-form">

1
pages/login/login.wxss

@ -40,6 +40,7 @@ page {
width: 100%;
height:100%;
background: #fff;
border-radius: 50%;
}
.login .content .title {
font-size: 40rpx;

Loading…
Cancel
Save