Browse Source

修改类型(新功能),影响的范围(前端界面),[改了下颜色]

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

1
CHANGELOG.md

@ -5,6 +5,7 @@
### 2019-11-13
#### 新功能
+ 3136352472 [12:23:18] :改了下颜色;影响的范围(前端界面)
+ 3136352472 [12:20:12] :切合服务器;影响的范围(代码逻辑)
+ 3136352472 [10:56:03] :添加忽略文件;影响的范围(代码逻辑)
+ 3136352472 [10:55:29] :添加egit工具;影响的范围(代码逻辑)

5
index.html

@ -5,13 +5,14 @@
<style>
html {
text-align: center;
background: linear-gradient(135deg, #3023ae 0%, #c86dd7 100%);
background: #2C3E50;
/*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;padding: 20px;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.37)">
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #2C3E50;padding: 20px;">
<img src="oval.svg" style="width:100%;height:100%;">
</div>
</body>
Loading…
Cancel
Save