| | |
| | | <template> |
| | | <view class="bodyView"> |
| | | <view class="topView"> |
| | | <cover-image src="/static/img/login_top.png"> |
| | | </cover-image> |
| | | <image src="/static/img/login_top.png" mode="aspectFill"> |
| | | </image> |
| | | </view> |
| | | <view class="logoView"> |
| | | <cover-image src="/static/img/newLogo.png"> |
| | | </cover-image> |
| | | <image src="/static/img/newLogo.png" mode="aspectFit"> |
| | | </image> |
| | | </view> |
| | | <view class="bottomView"> |
| | | <view class="itemView" style="margin-bottom: 40px;"> |
| | |
| | | color: #ababab; |
| | | } |
| | | .textType3{ |
| | | font-family: a3; |
| | | font-family: a4; |
| | | } |
| | | .bodyView{ |
| | | display: flex; |
| | |
| | | .topView{ |
| | | flex: 7; |
| | | } |
| | | .topView cover-image{ |
| | | .topView image{ |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | object-fit: cover; |
| | | } |
| | | .logoView{ |
| | | flex: 1; |
| | |
| | | align-items: center; |
| | | |
| | | } |
| | | .logoView cover-image{ |
| | | .logoView image{ |
| | | width: 33%; |
| | | height: 35px; |
| | | object-fit: cover; |
| | | height: 50px; |
| | | margin-right: 20px; |
| | | } |
| | | .bottomView{ |
| | |
| | | } |
| | | .loadingButton{ |
| | | background-color: #ffda1e; |
| | | |
| | | font-family: a1; |
| | | } |
| | | .check { |
| | | |