上传视频以及样式文件

master
cyc 6 years ago
parent c60092bbd3
commit d1425d03c2

@ -75,6 +75,36 @@ h3 { font-size:20px; margin:35px 0 20px; font-weight:300;}
.photoAdsTable tr:nth-child(2n+1) th {background:#fff;} .photoAdsTable tr:nth-child(2n+1) th {background:#fff;}
.photoAdsTable tr:nth-child(2n) th {background:#f2f2f2;} .photoAdsTable tr:nth-child(2n) th {background:#f2f2f2;}
.videoBg {height: 432px; position: relative; width: 100%;}
.videoBg .textBg { display: block; position: absolute;left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2);}
.videoBg .textBg h1 {
display: block;
width: 100%;
text-align: center;
font-size: 40px;
position: absolute;
left: 0;
top: calc(50% - 45px);
height: 90px;
color: #fff;
border-bottom: none;
font-weight: 300;
text-shadow: 0 1px 10px rgba(0,0,0,.8);
letter-spacing: 0.05em;}
.videoBg .textSmall {
display: block;
width: 100%;
text-align: center;
font-size: 25px;
position: absolute;
left: 0;
top: calc(60% - 30px);
height: 90px;
color: #fff;
border-bottom: none;
font-weight: 300;
text-shadow: 0 1px 10px rgba(0,0,0,.8);
letter-spacing: 0.05em;}

Loading…
Cancel
Save