JSDM

HTML

 
1
<div class="outer">
2
  <div class="progress"></div>
3
  <div class="info">
4
    11:12:29  
5
  <div>
6
</div>

CSS

x
 
1
body {
2
  background: #7973d3;
3
}
4
5
* {
6
  margin: 0;
7
  padding: 0
8
}
9
10
.outer {
11
  margin: 50px;
12
  width: 500px;
13
  height: 100px;
14
  background: #284f8e;
15
  color: #ffffff;
16
  position: relative;
17
  display: flex;
18
  justify-content:center;
19
  align-items: center;
20
}
21
22
.info {
23
  font-size: 26px;
24
}
25
26
.progress{
27
  position: absolute;
28
  width: 70%;
29
  height: 98px;
30
  top: 0px;
31
  left: 1px;
32
  background: rgba(255, 255, 255, 0.3)
33
}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

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

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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