浏览代码

上传文件至 'Webapp/css'

1801010441 5 年之前
父节点
当前提交
a75b5d8dd3
共有 3 个文件被更改,包括 106 次插入0 次删除
  1. 5 0
      Webapp/css/bootstrap.min.css
  2. 50 0
      Webapp/css/index.css
  3. 51 0
      Webapp/css/login.css

文件差异内容过多而无法显示
+ 5 - 0
Webapp/css/bootstrap.min.css


+ 50 - 0
Webapp/css/index.css

@@ -0,0 +1,50 @@
+*{
+    margin: 0;
+    padding: 0;
+}
+.header{
+    margin: 60px auto;
+    width: 1000px;
+    position: relative;
+}
+.header .btnbox{
+    position: absolute;
+    right: 1px;
+    top: 45px;
+}
+.header .btnbox button{
+    margin-left: 5px;
+}
+.table{
+    width: 1000px;
+    margin: 10px auto;
+}
+.table tr td button span{
+    display: inline-block;
+    width: 16px;
+    height: 16px;
+    background: url("../sources/edit.png");
+}
+.foot{
+    width: 22%;
+    margin: 10px auto;
+}
+#editbtn{
+    margin-right: 10%;
+}
+.alert{
+    margin-left: 222px;
+}
+.none{
+    display: none;
+}
+.find{
+    margin-left: 528px;
+    margin-top: -5px;
+    width: 30%;
+}
+.tabdiv{
+    justify-content: center;
+    display: flex;
+    box-sizing: border-box;
+}

+ 51 - 0
Webapp/css/login.css

@@ -0,0 +1,51 @@
+.tx{
+    border-radius: 15px;
+}
+.form-siginin{
+    margin: 150px auto;
+}
+.form-control{
+    width: 30%;
+    margin: 1px auto;
+}
+.btn-block{
+    width: 20%;
+    margin: 0px auto;
+}
+.pp{
+    position: relative;
+}
+.bg{
+    position:fixed;
+    top: 0;
+    left: 0;
+    width:100%;
+    height:100%;
+    min-width: 1000px;
+    z-index:-10;
+    zoom: 1;
+    background: url("../sources/3.jpg") no-repeat;
+    background-repeat: no-repeat;
+    background-size: cover;
+    -webkit-background-size: cover;
+    -o-background-size: cover;
+    background-position: center 0;
+}
+.bg-blur{
+    width: 100%;
+    -webkit-filter: blur(15px);
+    -moz-filter: blur(15px);
+    -o-filter: blur(15px);
+    -ms-filter: blur(15px);
+    filter: blur(15px);
+}
+.content{
+    position: absolute;
+    width: 100%;
+    top: 0px;
+    left: 0px;
+}
+.btn-link{
+    margin-top: -18px;
+    margin-bottom: 10px;
+}

部分文件因为文件数量过多而无法显示