21 lines
898 B
Plaintext
21 lines
898 B
Plaintext
<!-- 人员信息绑定 -->
|
|
<view style="display: flex;flex-direction: column;align-items: center;">
|
|
<!-- 头部部分 -->
|
|
<view class="information-header">
|
|
<view style="width:100rpx;height: 100rpx;">
|
|
<image src="http://fileimg.makalu.cc/WEB_CC881597B56F4DDCBDF1FC92DD7C1B90.png" style="width: 100%;height: 100%;" mode=""/>
|
|
</view>
|
|
<view style="font-size: 36rpx;letter-spacing: 4rpx;width: 200rpx;height: 48rpx;margin-left: 40rpx;margin-top: -32rpx;">
|
|
绑定成功!
|
|
</view>
|
|
</view>
|
|
<!-- 底部部分 240+90-->
|
|
<view class="information-footer">
|
|
<view bindtap="affirmLearn" style="width: 408rpx;height: 88rpx;text-align: center;line-height: 88rpx;letter-spacing: 4rpx;border-radius: 80rpx;background-color: #523fa8;">
|
|
扫码确认安全学习
|
|
</view>
|
|
<view bindtap="back" style="font-size: 28rpx;letter-spacing: 4rpx;color: #848fce;">
|
|
退出
|
|
</view>
|
|
</view>
|
|
</view> |