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

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

如何實現圖片居中并疊加的效果?

如何實現圖片居中并疊加的效果?

梵蒂岡之花 2018-12-19 18:19:05
有abc三張png圖片,如何讓它們水平居中并疊加在一起?
查看完整描述

1 回答

?
繁星coding

TA貢獻1797條經驗 獲得超4個贊

先上圖,不知道是不是你要的效果

https://img1.sycdn.imooc.com//5c4eb39b0001e48601240119.jpg

<head>

<style>

.div1 {

  width: 100px;

  height: 100px;

  position: absolute;

  display: flex;

  justify-content: center;

}


.img1{

  position: relative;

  width: 70px;

  height: 70px;

  background: #f00;

}


.img2{

  position: relative;

  width: 50px;

  height: 50px;

  background: #0f0;

}


.img3{

  position: relative;

  width: 30px;

  height: 30px;

  background: #00f;

}


.img2 {

  position: 

}

</style>

</head>


<body>

<div class="div1">

  <div class="img1"></div>

</div>

<div class="div1">

  <div class="img2"></div>

</div>

<div class="div1">

  <div class="img3"></div>

</div>

</body>


查看完整回答
反對 回復 2019-01-28
  • 1 回答
  • 0 關注
  • 402 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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