修改上传的附件

dev_forge
sylor_huang@126.com 5 years ago
parent 5e9547ea61
commit 9382c21a2a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 KiB

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p>移动视频的播放位置</p>
<video id="myVideo" width="320" height="176" controls>
<source src="/Users/hs/Downloads/SampleVideo_1280x720_2mb.mp4" type="video/mp4" preload="none">
您的浏览器不支持 HTML5 video 标签。
</video>
</body>
</html>

@ -1 +0,0 @@
react的工作流程比如请求链接后从路由 到 index.js 然后再到每个页面的js文件是这样的吗

@ -1 +0,0 @@
react的工作流程比如请求链接后从路由 到 index.js 然后再到每个页面的js文件是这样的吗

@ -1 +0,0 @@
react的工作流程比如请求链接后从路由 到 index.js 然后再到每个页面的js文件是这样的吗

@ -1 +0,0 @@
react的工作流程比如请求链接后从路由 到 index.js 然后再到每个页面的js文件是这样的吗

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

@ -1,65 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>彩虹</title>
<style>
.rainbow-wrap {
width: 500px;
height: 500px;
background-color: red;
position: relative;
left: 20px;
top: 20px;
border-radius: 100%;
}
.rainbow-wrap::after {
content: '';
width: 500px;
height: 250px;
background-color: white;
position: absolute;
bottom: 0;
}
.rainbow-wrap::before {
content: '';
width: 200px;
height: 200px;
background-color: white;
position: absolute;
bottom: 0;
border-radius: 100%;
top: 150px;
z-index: 10;
left: 150px;
}
.rainbow-wrap .rainbow-item {
position: absolute;
width: 400px;
height: 400px;
border-radius: 100%;
background-color: yellow;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rainbow-item:nth-child(2) {
background-color: blue;
width: 300px;
height: 300px;
}
.rainbow-item:nth-child(3) {
background-color: green;
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<div class="rainbow-wrap">
<div class="rainbow-item"></div>
<div class="rainbow-item"></div>
<div class="rainbow-item"></div>
</div>
</body>
</html>

@ -1,65 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>彩虹</title>
<style>
.rainbow-wrap {
width: 500px;
height: 500px;
background-color: red;
position: relative;
left: 20px;
top: 20px;
border-radius: 100%;
}
.rainbow-wrap::after {
content: '';
width: 500px;
height: 250px;
background-color: white;
position: absolute;
bottom: 0;
}
.rainbow-wrap::before {
content: '';
width: 200px;
height: 200px;
background-color: white;
position: absolute;
bottom: 0;
border-radius: 100%;
top: 150px;
z-index: 10;
left: 150px;
}
.rainbow-wrap .rainbow-item {
position: absolute;
width: 400px;
height: 400px;
border-radius: 100%;
background-color: yellow;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rainbow-item:nth-child(2) {
background-color: blue;
width: 300px;
height: 300px;
}
.rainbow-item:nth-child(3) {
background-color: green;
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<div class="rainbow-wrap">
<div class="rainbow-item"></div>
<div class="rainbow-item"></div>
<div class="rainbow-item"></div>
</div>
</body>
</html>
Loading…
Cancel
Save