Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 9fa32532 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 2762dd4b master
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 6 deletions
  • mobile/download/css/index.css
  • mobile/download/css/index.less
  • mobile/download/download.html
  • mobile/download/download2.html
  • mobile/download/download4.html
  • mobile/download/downloadPc.html
mobile/download/css/index.css
View file @ 9fa32532
.bg {
width: 100vw;
height: 100vh;
background: url(../images/bg.png) no-repeat;
background: url(../images/bg.png?v=20220805) no-repeat;
background-size: 100% 100%;
position: relative;
}
......
This diff is collapsed. Click to expand it.
mobile/download/css/index.less
View file @ 9fa32532
.bg{
width: 100vw;
height: 100vh;
background: url(../images/bg.png)no-repeat;
background: url(../images/bg.png?v=20220805)no-repeat;
background-size: 100% 100%;
position: relative;
}
......
This diff is collapsed. Click to expand it.
mobile/download/download.html
View file @ 9fa32532
......@@ -36,7 +36,7 @@
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20220805">
<link rel="stylesheet" href="css/index.css?v=2022080501">
</head>
<body>
......
This diff is collapsed. Click to expand it.
mobile/download/download2.html
View file @ 9fa32532
......@@ -36,7 +36,7 @@
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20220805">
<link rel="stylesheet" href="css/index.css?v=2022080501">
</head>
<body>
......
This diff is collapsed. Click to expand it.
mobile/download/download4.html
View file @ 9fa32532
......@@ -36,7 +36,7 @@
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20220805">
<link rel="stylesheet" href="css/index.css?v=2022080501">
</head>
<body>
......
This diff is collapsed. Click to expand it.
mobile/download/downloadPc.html
View file @ 9fa32532
......@@ -36,7 +36,7 @@
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20220805">
<link rel="stylesheet" href="css/index.css?v=2022080501">
</head>
<body>
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment