Browse Source

修改类型(新功能),影响的范围(代码逻辑),[改成和ele同一种主题色]

master
郑荣升 5 years ago
committed by wailovet
parent
commit
b287e2113b
  1. 1
      CHANGELOG.md
  2. 4
      index.html

1
CHANGELOG.md

@ -5,6 +5,7 @@
### 2019-11-13
#### 新功能
+ 3136352472 [13:26:08] :改成和ele同一种主题色;影响的范围(代码逻辑)
+ 3136352472 [13:23:41] :添加动画;影响的范围(代码逻辑)
+ 3136352472 [13:09:50] :禁止休眠;影响的范围(代码逻辑)
+ 3136352472 [12:38:04] :去除调试代码;影响的范围(代码逻辑)

4
index.html

@ -6,14 +6,14 @@
<style>
html {
text-align: center;
background: #2C3E50;
background: #50bfff;
/*background: linear-gradient(135deg, #3023ae 0%, #c86dd7 100%);*/
cursor: none;
}
</style>
</head>
<body>
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #2C3E50;display: none"
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #50bfff;display: none"
id="loading_img">
<img src="oval.svg" style="width:100%;height:100%;">
</div>

Loading…
Cancel
Save