Commit 0f5a9815 authored by 王晓倩's avatar 王晓倩

视频背景颜色和字体颜色

parent 69f7b772
...@@ -61,19 +61,20 @@ ...@@ -61,19 +61,20 @@
.box{ .box{
width: 100%; width: 100%;
text-align: center; text-align: center;
background-color: #edf1f6; background-color: black;
} }
} }
.boxred{ .boxred{
border: 1px solid red; border: 1px solid red;
} }
.boxblack{ .boxblack{
border: 1px solid black; border: 1px solid white;
} }
.novideo{ .novideo{
/*padding: 147px 0px 147px 0px; /*padding: 147px 0px 147px 0px;
display: block;*/ display: block;*/
line-height: calc((100vh - 120px)/2); line-height: calc((100vh - 120px)/2);
color: white;
} }
/*.nodeImg1{ /*.nodeImg1{
background: url("//assets//qiye.png") no-repeat center, background: url("//assets//qiye.png") no-repeat center,
......
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 to comment