圣旨到~升职加薪见者有份

在这里插入图片描述

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Document</title>
</head>
<style type="text/css">
	body {
		background: #888;
	}

	@keyframes moveReel {
		to {
			transform: translateX(752px);
		}	
	}

	@keyframes expandPainting {
		100% {
			width: 720px;
	    	border: 20px solid #EBC669;
		}
	}

	.container {
		margin: 0 auto;
		width: 900px;
		height: 500px;
	 	background: #fff;
	 	position: relative;
	 	margin-top: 100px;
	}

	.leftReelWrapper {
		position: absolute;
		left: 50px;
		top: 50%;
		margin-top: -180px;
	}

	.rightReelWrapper {
		position: absolute;
		left: 76px;
		top: 50%;
		margin-top: -180px;
		animation: moveReel 5s linear 1s forwards;
	}

	.leftTopReel, .rightReel {
		width: 20px;
		height: 300px;
		margin-left: 3px;
		background: linear-gradient(90deg, #884433, #FBBC62, #CC5F3D);
	}

	.leftTopHandle, .rightTopHandle, .leftBottomHandle, .rightBottomHandle {
		width: 20px;
		height: 24px;
		margin-left: 3px;
		background: linear-gradient(90deg, #411C1D, #832C29, #411C1D);
	}

	.leftTopHandleBorder, .leftBottomHandleBorder, .rightTopHandleBorder, .rightBottomHandleBorder {
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: linear-gradient(90deg, #411C1D, #832C29, #411C1D);
	}

	.content {
	    position: absolute;
	    background-color: transparent;
	    border-left: 20px solid #EBC669;
	    border-top: 20px solid #EBC669;
	    border-bottom: 20px solid #EBC669;
	    width: 6px;
	    height: 261px;
    	left: 72px;
	    top: 56%;
	    margin-top: -180px;
		animation: expandPainting 5s linear 1s forwards;
		overflow: hidden;
	}

</style>
<body>
	
	<div class="container">

		<div class="leftReelWrapper">
			<div class="leftTopHandleBorder"></div>
			<div class="leftTopHandle"></div>
			<div class="leftTopReel"></div>
			<div class="leftBottomHandle"></div>
			<div class="leftBottomHandleBorder"></div>
		</div>

		<div class="content">
			<img class="pic" src='https://img0.baidu.com/it/u=2730152508,122072337&fm=253&app=138&size=w931&n=0&f=JPG&fmt=auto?sec=1686762000&t=a72ad0b9200d2385ecb5c0617d48c40e' width="720px" height="261px" />
		</div>

		<div class="rightReelWrapper">
			<div class="rightTopHandleBorder"></div>
			<div class="rightTopHandle"></div>
			<div class="rightReel"></div>
			<div class="rightBottomHandle"></div>
			<div class="rightBottomHandleBorder"></div>
		</div>
		
	</div>
</body>
</html>

		<!-- <div class="content">
			<img src='./route.jpeg' width="100%" height="260px" />
		</div> -->

		<!-- 透视过去 -->

		<!-- border问题 -->
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

码上流星&洒下星辰

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值