| | |
| | | /> |
| | | </wd-cell-group> |
| | | <view class="footer"> |
| | | <view class="w-full text-end"> |
| | | <wd-checkbox v-model="rember" shape="square" @change="handleChange"> |
| | | 记住密码 |
| | | <view> |
| | | <wd-checkbox v-model="rember" @change="handleChange"> |
| | | <text class="rember-text">记住密码</text> |
| | | </wd-checkbox> |
| | | </view> |
| | | <wd-button class="mt-6" type="primary" size="large" @click="handleSubmit" block> |
| | | 提交 |
| | | </wd-button> |
| | | |
| | | <view class="copyright-info"> |
| | | <text> |
| | | 上海兰宝传感科技股份有限公司 |
| | | </text> |
| | | |
| | | </view> |
| | | </view> |
| | | </wd-form> |
| | | </template> |
| | |
| | | |
| | | <style scoped lang="scss"> |
| | | .footer { |
| | | padding: 12px; |
| | | padding: 24rpx; |
| | | } |
| | | .rember-text { |
| | | font-size: 24rpx; |
| | | color: $uni-text-color-grey; |
| | | } |
| | | |
| | | .copyright-info { |
| | | position: absolute; |
| | | bottom: 20rpx; |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: center; |
| | | color: $uni-text-color-disable; |
| | | font-size: 24rpx; |
| | | } |
| | | </style> |