瀏覽代碼

perf: 渐进色调整

TwoKe945 1 年之前
父節點
當前提交
9c4d61314e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/views/BasicInfo/components/VideoInfo.vue

+ 2 - 2
app/src/views/BasicInfo/components/VideoInfo.vue

@@ -112,7 +112,7 @@ components:{Monitor3D}
     .bg-num{
         width: 125px;
         height: 50px;
-        background: #00D5FF;
+        background: rgba(0, 213, 255, .18);
         padding: 5px 5px;
 
     }
@@ -129,4 +129,4 @@ components:{Monitor3D}
         margin-right: 5px;
     }
 }
-</style>
+</style>