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 76ed769c authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 4776c213
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 9 deletions
  • mTest/css/index.css
  • mTest/css/index.less
  • mTest/index.html
mTest/css/index.css
View file @ 76ed769c
......@@ -133,21 +133,22 @@
}
.bottom-nav {
width: 10rem;
height: 1.2rem;
height: 1.4rem;
position: fixed;
bottom: 0;
left: 50%;
margin-left: -5rem;
z-index: 580;
background: #FFFFFF;
box-shadow: 0rem 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
}
.bottom-nav > div {
width: 25%;
height: 1.2rem;
height: 1.4rem;
line-height: 1.4rem;
float: left;
font-size: 0;
text-align: center;
line-height: 1.2rem;
}
.bottom-nav > div .bottom-nav-img1 {
transition: 0.35s all;
......
This diff is collapsed. Click to expand it.
mTest/css/index.less
View file @ 76ed769c
......@@ -139,21 +139,21 @@
}
.bottom-nav{
width: 10rem;
height: 1.2rem;
height: 1.4rem;
position: fixed;
bottom: 0;
left: 50%;
margin-left: -5rem;
z-index: 580;
background: #FFFFFF;
box-shadow: 0rem 0.1rem 0.3rem rgba(0,0,0,0.3);
>div{
width: 25%;
height: 1.2rem;
line-height: 1.2rem;
height: 1.4rem;
line-height: 1.4rem;
float: left;
font-size: 0;
text-align: center;
line-height: 1.2rem;
.bottom-nav-img1{
transition: 0.35s all;
width: 0.62rem;
......
This diff is collapsed. Click to expand it.
mTest/index.html
View file @ 76ed769c
......@@ -34,8 +34,8 @@
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css?v=2022111701">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022112201">
<link rel="stylesheet" href="css/login.css?v=2022111811">
<link rel="stylesheet" href="css/index.css?v=2022112203">
<link rel="stylesheet" href="css/login.css?v=2022111813">
<script src="index.js?v=20221123" defer=""></script>
<link rel="manifest" href="manifest.webmanifest?v=20221123" />
......
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