Nikolay Suslov 7 年之前
父節點
當前提交
b8a7a208a0
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/web/lib/app.css
  2. 1 1
      public/web/lib/app.js
  3. 二進制
      public/webrtc/webimg.jpg

+ 1 - 1
public/web/lib/app.css

@@ -10,7 +10,7 @@ background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(
 }
 
 .world-card {
-  background-color: white;
+  background-color: #f5f5f5;
 }
 
 .world-link a:link {

+ 1 - 1
public/web/lib/app.js

@@ -122,7 +122,7 @@ var options = {
                             class: "mdc-card__media world-card__16-9-media",
                             $init: function () {
                                 if (desc[1].imgUrl !== "") {
-                                    this.style.backgroundImage = 'linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(' + desc[1].imgUrl + ')';
+                                    this.style.backgroundImage = 'linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(' + desc[1].imgUrl + ')';
                                 }
                             }
                         },

二進制
public/webrtc/webimg.jpg