| | |
| | | <template> |
| | | <view class="main-container login-container img100" style="margin-top: 0rpx;"> |
| | | <view class="main-container login-container img100 relative" style="margin-top: 0rpx;"> |
| | | <!-- background-image:url('@/static/images/farmer/login/bg.png') --> |
| | | |
| | | <image class="component-bg" src="/static/images/farmer/login/bg.png" mode="scaleToFill" /> |
| | | <view class="t-login top-bg"> |
| | | <view class="nav-title">登录</view> |
| | | <view class="login"> |
| | |
| | | |
| | | .t-login .t-a { |
| | | position: relative; |
| | | |
| | | .get-code{ |
| | | position: absolute; |
| | | right: 40rpx; |
| | | top: 20rpx; |
| | | top: 25rpx; |
| | | } |
| | | } |
| | | |