Commit daa3aacd by agan

提交

parent 481399b9
Showing with 11 additions and 5 deletions
......@@ -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;
......
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