工作246:uniapp--考勤管理--樣式佈局

<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: 50rpx;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>
			
			<view style="margin: 265rpx 0 0 218rpx;width: 315rpx;height: 315rpx;background-color: #F7F7F7;display: flex;justify-content: center;align-items: center;">
				<view style="border-radius: 217rpx;width: 217rpx;height: 217rpx;background-color: #6FC7FA;display: flex;flex-direction: column;justify-content: center;align-items: center;"">	
				<text>
						下班打卡
					</text>
					<text>
						15:03:03
					</text>
				</view>
				
			</view>
			<view >
				<u-icon style="margin-left:231rpx;font-size:30rpx;" name="checkmark"  color="#2979ff" size="28"></u-icon>
				<text style="margin-left:10rpx;font-size:28rpx;color:#666666;">已進入考勤管理</text>
				<u-icon  style="margin-left:10rpx;font-size:30rpx;" name="reload"  color="#2979ff" size="28"></u-icon>
			</view>
		</view>
	</view>
</template>

<script>
	export default {
		data() {
			return {

			}
		},
		methods: {

		}
	}
</script>

<style>

</style>

運行結果

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章