亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

我想知道如何實現這個效果用css

我想知道如何實現這個效果用css

木漁人R3435218 2016-10-22 15:51:38
<style>.box { border: 2px solid #000000; width: 400px; height: 400px; float: left; } .box_content { border: 2px solid #7FFFD4; width: 196px; height: 196px; float: right; } .box_content p { float: left; } .box_top { width: 202px; float: left; border-left: 100px solid transparent; border-right: 100px solid transparent; border-top: 100px solid #1E74CC; } .box_bottom { width: 202px; float: left; border-left: 100px solid transparent; border-right: 100px solid transparent; border-bottom: 100px solid #7FFFD4; margin-top: 200px; } .box_left { height: 300px; border-left: 100px solid #8FBC8F; border-right: 100px solid transparent; border-bottom: 100px solid transparent; } .box_right { height: 200px; border-left: 100px solid transparent; border-right: 100px solid #DAA520; border-bottom: 100px solid transparent; } </style><body> <div class="box" class="clearfix"> <div class="box_top"> </div> <div class="box_bottom"> </div> <div class="box_left"> </div> <div class="box_content"> <p>1</p> </div> <div class="box_right" > </div> </div></body>
查看完整描述

2 回答

已采納
?
stone310

TA貢獻361條經驗 獲得超191個贊

<style>
????*{margin:0?;padding:0}
????.box?{
????????border:?2px?solid?#000000;
????????width:?400px;
????????height:?400px;
????????float:?left;
????}
????.box_content?{
????????border:?2px?solid?#7FFFD4;
????????width:?196px;
????????height:?196px;
????????margin:?100px;
????????position:?absolute;
????}
????.box_content?p?{
????????float:?left;
????}
????.box_top?{
????????width:?200px;
????????position:absolute;
????????border-left:?100px?solid?transparent;
????????border-right:?100px?solid?transparent;
????????border-top:?100px?solid?#1E74CC;
????}
????.box_bottom?{
????????width:?200px;
????????position:absolute;
????????border-left:?100px?solid?transparent;
????????border-right:?100px?solid?transparent;
????????border-bottom:?100px?solid?#7FFFD4;
????????top:?302px;
????}
????.box_left?{
????????float:left;
????????height:?200px;
????????border-left:?100px?solid?#8FBC8F;
????????border-bottom:?100px?solid?transparent;
????????border-top:100px?solid?transparent;
????}
????.box_right?{
????????float:right;
????????height:?200px;
????????border-right:?100px?solid?#DAA520;
????????border-bottom:?100px?solid?transparent;
????????border-top:100px?solid?transparent;
????}
</style>


查看完整回答
反對 回復 2016-10-22
?
weibo_一臉懵逼Oo_04021341

TA貢獻8條經驗 獲得超0個贊

??<!DOCTYPE?html>
<html>
<head>
<meta?charset="utf-8"?/>
<title></title>
<style>
div{float:left;margin-right:5px;}

.outset{padding:10px;border-bottom:10px?outset?red;background:white;}
.outset{padding:10px;border-top:?10px?outset?blue;background:white;}
.outset{padding:10px;border-left:?10px?outset?yellow;background:white;}
.outset{padding:10px;border-right:?10px?outset?green;background:white;}
</style>
</head>
<body>

<div>outset</div>
</body>
</html>


查看完整回答
反對 回復 2016-10-24
  • 2 回答
  • 0 關注
  • 1640 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號