mzx16822 6 年之前
父节点
当前提交
ed433b2025
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/h5/datigame/index.html

+ 1 - 1
public/h5/datigame/index.html

@@ -200,7 +200,7 @@ for (var i = 0; i < maxStars; i++) {
 function animation() {
 function animation() {
   ctx.globalCompositeOperation = 'source-over';
   ctx.globalCompositeOperation = 'source-over';
   ctx.globalAlpha = 0.8;
   ctx.globalAlpha = 0.8;
-  ctx.fillStyle = 'rgba(39,48,123,0.2)';
+  ctx.fillStyle = 'rgb(39,48,123)';
   ctx.fillRect(0, 0, w, h)
   ctx.fillRect(0, 0, w, h)
 
 
   ctx.globalCompositeOperation = 'lighter';
   ctx.globalCompositeOperation = 'lighter';