Commit daa3aacd by agan

提交

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