日期:2023-03-11 浏览次数:1169 次
日期:2023-03-11 浏览次数:1169 次
日期:2017-09-29 浏览次数:1169 次
日期:2017-09-29 浏览次数:1169 次
日期:2017-09-29 浏览次数:1169 次
日期:2017-09-29 浏览次数:1169 次
发布时间:2017-09-29 17:31:48 人气:1169 来源:本站
三角形翻转的效果,大家想必见过,这里就把相关代码贴下,大家可以应用哦,当然翻转效果暂时不支持IE 6 7 8。
1、纯CSS做个三角
代码如下:
<style type="text/css">
.rightdirection
{
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color:transparent transparent transparent #A9DBF6;
}
.bottomdirection
{
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color: #A9DBF6 transparent transparent transparent;
}
.leftdirection
{
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color: transparent #A9DBF6 transparent transparent;
}
.topdirection
{
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color: transparent transparent #A9DBF6 transparent;
}
</style>
<div class="rightdirection"></div>
<p>
<div class="bottomdirection"></div>
<p>
<div class="leftdirection"></div>
<p>
<div class="topdirection"></div>
2.翻转:实现翻转
<!DOCTYPE html>
<html>
<head>
<style>
.jt b {
border-color: #FFD0C0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-style: solid dashed dashed;
border-width: 10px;
font-size: 0;
height: 0;
line-height: 0;
position: absolute;
left: 150px;
top: 14px;
width: 0;
}
.jt:hover b {
border-color: #ccc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
transform: rotate(180deg);
transform-origin: 50% 30% 0;
transition: transform 0.2s ease-in 0s;
-moz-transform: rotate(180deg);
-moz-transform-origin: 50% 30% 0;
-moz-transition: transform 0.2s ease-in 0s;
}
</style>
</head>
<body>
<div class="jt">
<b>你好啊</b>
</div>
</body>
</html>
致力于互联网品牌建设与网络营销,专业领域包括网站建设、网站模板、移动互联网营销、小程序和APP开发等,服务范围涵盖基础的域名服务、主机 服务;企业邮箱、云服务器、网络营销等应用服务,为不同类型的客户提供良好的互联网应用定制解决方案,帮助客户在新的全球化互联网环境中保持优势。
我们一直致力于品牌精美的网页设计、网页制作DIV+CSS布局、JS效果、精美网站模板、标志设计、专业仿站, 低廉的价格,真诚的服务,我们拥有全国各地的客户群体和各行业的成功案例。以专业的技术服务,出色的网页设计和制作能力,认真严谨的工作态度为客户提供满意的服务。期待与您的合作!
热线电话
13381068015
上班时间
周一到周五
公司电话
13311215328