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

libai / footsen

  • 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 daa3aacd authored 3 years ago by agan's avatar agan
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

提交

parent 481399b9 master
Show whitespace changes
Inline Side-by-side
Showing with 11 additions and 5 deletions
  • css/new/index.css
css/new/index.css
View file @ daa3aacd
......@@ -77,6 +77,8 @@ body {
.videoCon {
border-radius: 1rem;
-moz-border-radius: 1rem;
-webkit-border-radius: 1rem;
overflow: hidden;
height: 100%;
margin: 0rem 0.2rem;
......@@ -185,6 +187,8 @@ body {
margin: 0 auto;
position: relative;
border-radius: 0.267rem;
-webkit-border-radius: 0.267rem;
-moz-border-radius: 0.267rem;
overflow: hidden;
}
......@@ -196,23 +200,25 @@ body {
height: 100%;
}
.rInfo{
.rInfo {
line-height: 1rem;
color: #fff;
font-size: 0.347rem;
}
.rTime{
.rTime {
margin-left: 1rem;
}
.rName{
.rName {
margin-left: 0.8rem;
}
.downloadBtn2{
.downloadBtn2 {
width: 1.627rem;
height: 1.72rem;
background: url(../../img/new3/download.png) no-repeat;
background-size:contain;
background-size: contain;
position: fixed;
top: 1rem;
right: 0.2rem;
......
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