You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.7 KiB
34 lines
1.7 KiB
<view class="login">
|
|
<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" />
|
|
</view>
|
|
<view class="title">现代榆山工作端</view>
|
|
<view class="logo-form">
|
|
<view class="username item">
|
|
<image src="../../images/login-username.png" />
|
|
<input bindblur="getUserName" bindinput="getUserName" placeholder-class="placeholder-style" placeholder="请输入用户名" type="text"/>
|
|
</view>
|
|
<view class="password item">
|
|
<image src="../../images/login-password.png" />
|
|
<input bindblur="getPassword" bindinput="getPassword" placeholder-class="placeholder-style" placeholder="请输入密码" type="password"/>
|
|
</view>
|
|
<view class="submit">
|
|
<button hover-class="hover-button" bindtap="handleLogin">登录</button>
|
|
</view>
|
|
</view>
|
|
<view class="note">
|
|
<view class="intro-note" bindtap="showNote">
|
|
<view class="note-title">介绍说明</view>
|
|
<image src="../../images/login-note.png" />
|
|
</view>
|
|
<view class="intro-content" wx:if="{{noteVisible}}">
|
|
<view class="close">
|
|
<image catchtap="closeNote" src="../../images/login-close.png" />
|
|
</view>
|
|
<view class="program-intro">该小程序是现代榆山党建引领城乡共治平台的工作人员业务端,用于处理居民端提报的一些问题,并及时处理或向上反馈。</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|