<template>
<view>
<view>
<view style="display: flex;margin: 34rpx 0 0 30rpx;">
<view style="width: 300rpx;height: 153rpx;display: flex;flex-direction: column;background: #F7F7F7;">
<text style="margin:24rpx 0 0 24rpx;
font-size: 30rpx;color: #333333;">上班时间-8:30</text>
<view style="margin:14rpx 0 0 24rpx">
<u-icon name="checkmark" color="#2979ff" size="28"></u-icon>
<text style="margin-left: 5rpx;font-size: 24rpx;color: #999999;">上班时间-8:30</text>
</view>
</view>
<view style="margin-left: 82rpx;width: 300rpx;height: 153rpx;display: flex;flex-direction: column;background: #F7F7F7;">
<text style="margin:24rpx 0 0 24rpx;
font-size: 30rpx;color: #333333;">上班时间-8:30</text>
<view style="margin:14rpx 0 0 24rpx">
<text style="font-size: 24rpx;color: #999999;">上班时间-8:30</text>
</view>
</view>
</view>
<view style="margin: 112rpx 0 0 218rpx;width: 315rpx;height: 315rpx;display: flex;justify-content: center;align-items: center;">
<view style="border-radius: 217rpx;width: 217rpx;height: 217rpx;
background: linear-gradient(91deg, #43B9FD 0%, #1FB5FE 100%);display: flex;flex-direction: column;justify-content: center;align-items: center;"">
<text style="color: #FFFFFF;">
打卡成功
</text>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
运行结果