猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
这个区域不知道怎么写
用了很多方法还是做不出这效果。而且这个小三角我也打不出来。
Miss时刻想你
浏览 1124
回答 1
1回答
FSYu
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> * { margin: 0; padding: 0; } .box { width: 100%; clear: both; } .n1 { width: 50%; float: left; } .tu { background: red; height: 300px; width: 50%; float: left; } .txt { background: blue; height: 300px; width: 50%; float: right; position: relative; } .jiao { position: absolute; left: -30px; top: 50%; margin-top: -30px; width: 0; height: 0; border-top: 30px solid transparent; border-right: 30px solid blue; border-bottom: 30px solid transparent; } </style> </head> <body> <div class="box"> <div> <div class="n1"> <div class="tu"></div> <div class="txt"> <div class="jiao"></div> </div> </div> <div class="n1"> <div class="tu"></div> <div class="txt"> <div class="jiao"></div> </div> </div> </div> </div> </body> </html>要下班了,只打了第一行的。第二行同理,你自己看着弄吧!
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关问题
为什么字体颜色在Eclipse上没有变化
2 回答
相关分类
Html/CSS
为什么字体颜色在Eclipse上没有变化
2 回答
Html5
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续