Browse Source

Merge branch 'login' into dev

dev
kola-web 2 months ago
parent
commit
7bcf2feccb
  1. BIN
      src/images/login-bg.png
  2. BIN
      src/images/login-label.png
  3. 11
      src/module1/pages/login/index.scss
  4. 5
      src/module1/pages/login/index.wxml

BIN
src/images/login-bg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 184 KiB

BIN
src/images/login-label.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

11
src/module1/pages/login/index.scss

@ -11,10 +11,21 @@ @@ -11,10 +11,21 @@
.container {
padding: 234rpx 30rpx 80rpx;
.label {
display: block;
width: 104rpx;
height: 42rpx;
}
.title {
display: block;
width: 584rpx;
height: 144rpx;
}
.tip {
margin-top: 18rpx;
font-size: 24rpx;
color: #ed4f39;
}
.form {
padding-top: 66rpx;
.tel {

5
src/module1/pages/login/index.wxml

@ -1,10 +1,11 @@ @@ -1,10 +1,11 @@
<view
class="page"
style="background: url({{imageUrl}}login-bg.png?r={{Timestamp}}) no-repeat top center/100% 300rpx;padding-top:{{menuButtonInfo.bottom}}px;"
style="background: url({{imageUrl}}login-bg.png?r={{Timestamp}}) no-repeat top center/100% 316rpx;padding-top:{{menuButtonInfo.bottom}}px;"
>
<!-- <view class="page-line" style="top:{{menuButtonInfo.bottom+94}}px"></view> -->
<view class="container">
<image class="label" src="{{imageUrl}}login-label.png?t={{Timestamp}}"></image>
<image class="title" src="{{imageUrl}}login-title.png?t={{Timestamp}}"></image>
<view class="tip">注意:该小程序仅支持具备执业资质的医生人群登录使用</view>
<view class="form">
<view class="tel">
<input

Loading…
Cancel
Save