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

测试

parent 5fc3b9bd
Hide whitespace changes
Inline Side-by-side
Showing with 13 additions and 4 deletions
  • mobile/css2/index.css
  • mobile/css2/index.less
  • mobile/video.html
mobile/css2/index.css
View file @ 4917039c
......@@ -752,7 +752,7 @@
.back {
width: 0.6rem;
position: fixed;
left: 0rem;
left: 0.3rem;
z-index: 800;
top: 0.3rem;
}
......
This diff is collapsed. Click to expand it.
mobile/css2/index.less
View file @ 4917039c
......@@ -768,7 +768,7 @@
.back{
width: 0.6rem;
position: fixed;
left: 0rem;
left: 0.3rem;
z-index: 800;
top: 0.3rem;
}
......
This diff is collapsed. Click to expand it.
mobile/video.html
View file @ 4917039c
......@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css2/base.css">
<link rel="stylesheet" href="css2/layer.css">
<link rel="stylesheet" href="css2/daily.css">
<link rel="stylesheet" href="css2/index.css?v=2022120701">
<link rel="stylesheet" href="css2/index.css?v=2022120702">
<script src="lib/flv.js"></script>
<style>
.recommend-swiper{
......@@ -46,11 +46,20 @@
height: 5.05rem;
overflow: hidden;
}
.back-p{
font-size: 0.35rem;
color: #333 !important;
display: inline-block;
line-height: 1.2rem;
height: 1.2rem;
text-indent: 0.8rem;
}
</style>
</head>
<body style="background: #F3F3F3">
<div class="m-content">
<a href="javascript:history.go(-1);"><img class="back" src="images/back.png" alt=""></a>
<a class="back-p" href="javascript:history.go(-1);"><img class="back" src="images/back.png" alt="">返回</a>
<div style="height: 0.8rem;"></div>
<div class="grap-swiper-box">
<div class="recommend-swiper">
......
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