JSDM

HTML

 
1
<div class="parent">
2
  <div class="inner">
3
    
4
    <img src="https://cn.vuejs.org/images/logo.png">
5
     
6
  </div>  
7
</div>

CSS

x
 
1
.parent{
2
  width:100px;
3
  position: relative;
4
  border: 1px solid black;
5
  height: 50px;
6
  
7
}
8
.inner {
9
  padding-top:100%;
10
  position: relative;
11
  width:100%;height:100%;
12
}
13
14
img{
15
  width:100%;position:absolute; top: 0;right:0; bottom:0;left:0; margin:auto;
16
}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

xxxxxxxxxx
1
 
1
必须是有效的URL
+ 添加另一个资源
Close

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

  1. 暂无文件
拖动文件到上面的区域或者:
加载中 ..................