12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .content{
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- }
- .upload_video{
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- background-repeat: no-repeat;
- background-size: 100% auto;
- background-position: center;
- overflow-y:hidden;
- padding-top:0px;
- display:inline-block;
- box-sizing:border-box;
- }
- .bottom{
- position: absolute;
- width: 100%;
- bottom:0;
- height: 70px;
- background-color: rgba(0, 0, 0, 0.5);
- padding: 0 30px;
- padding-top: 10px;
- }
- .bottom view{
- font-size:14px;
- color: #fff;
- line-height: 25px;
- }
- .top{
- position:absolute;
- width:100%;
- top:0;
- height:50px;
- padding-top:10px;
- padding-bottom:10px;
- }
- .top .right{
- width:32px;
- height:50px;
- float:right;
- margin-right:30px;
- }
- .top .right .num{
- width:30px;
- height:30px;
- background-color:transparent;
- border:1px solid #fff;
- border-radius:100px;
- color:#fff;
- text-align:center;
- line-height:30px;
- }
- .top .right .txt{
- color:#fff;
- font-size:12px;
- text-align:center;
- margin-top:5px;
- }
|