浏览代码

添加 'add_style.css'

WXT往昔 3 年之前
父节点
当前提交
56c761cbed
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      add_style.css

+ 10 - 0
add_style.css

@@ -0,0 +1,10 @@
+ #ifame{
+        position: absolute;
+        min-width: 1200px;
+        width: 100%;
+        height: 100%;
+        background-color: transparent;
+        background-size: cover;
+        background-position: center center;
+        background-repeat: no-repeat;
+}