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

+ 1 - 1
public/h5/datigame/css/main.css

@@ -108,7 +108,7 @@ body{
 .cov1 .userface{width: 2.2rem;height: 2.2rem;margin: 0 auto;}
 .gstart .cov3{}
 .cov3{left: 50%;top: 9rem;width: 2rem;height: 1rem;line-height: 1rem;margin-left: -1rem;text-align: center;font-size: .5rem;color: #FFF;font-weight: bold;border-radius: .2rem;}
-.cov4{right: 50%;top: 8.5rem;width: 2rem;margin-right: -1rem;opacity: 0;}
+.cov4{right: 50%;top: 8.5rem;width: 2rem;margin-right: -1rem; }
 .ready .cov4{opacity:1;top:3rem;right: 1.5rem;}
 .ready .cov4 .userface{
     width: 1.5rem;

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

@@ -19,7 +19,7 @@
 </script>
 <link href="./css/wapzt_base_rem.1.0.css" rel="stylesheet" type="text/css" />
 <link rel="stylesheet" href="./css/animate.min.css">
-<link rel="stylesheet" href="./css/main.css?v9">
+<link rel="stylesheet" href="./css/main.css?v10">
 </head>
 <body>
 	<div class="g-doc">
@@ -199,7 +199,7 @@ for (var i = 0; i < maxStars; i++) {
 
 function animation() {
   ctx.globalCompositeOperation = 'source-over';
- // ctx.globalAlpha =1;
+  ctx.globalAlpha = 0.8;
   ctx.fillStyle = 'rgb(39,48,123)';
   ctx.fillRect(0, 0, w, h);
   ctx.globalCompositeOperation = 'lighter';