| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @charset "utf-8";
- *{ padding: 0;margin: 0}
- body{font-size: 12px;color: #888}
- .wrapper{ width: 590px;margin: 0 auto; overflow: auto; zoom:1;position: relative;padding: 10px 0}
- #tabHeads{position: relative; width:560px;padding-left:9px;z-index: 10;}
- #tabHeads span{
- display:inline-block;
- /*width: 82px;*/
- padding: 0 5px;
- height:30px;
- text-align: center;
- cursor: pointer;
- line-height: 30px;
- border: 1px solid #ccc;
- background:url("../../themes/default/images/dialog-title-bg.png") repeat-x;
- }
- #tabHeads span.focus{ border-bottom: none; height: 31px;background-color: #fff;}
- #tabBodys{ border: 1px solid #ccc; width:570px;height:325px;margin: 0 auto;position: relative;top:-1px;}
- .panel { position: absolute; width: 570px;height:325px;background: #fff;}
- #videoUrl {
- width: 490px;
- height: 21px;
- line-height: 21px;
- margin: 8px 5px;
- background: #FFF;
- border: 1px solid #d7d7d7;
- }
- #videoSearchTxt{margin-left:15px;background: #FFF;width:200px;height:21px;line-height:21px;border: 1px solid #d7d7d7;}
- #searchList{width: 570px;overflow: auto;zoom:1;height: 270px;}
- #searchList div{float: left;width: 120px;height: 135px;margin: 5px 15px;}
- #searchList img{margin: 2px 8px;cursor: pointer;border: 2px solid #fff} /*不用缩略图*/
- #searchList p{margin-left: 10px;}
- #videoType{
- width: 65px;
- height: 23px;
- line-height: 22px;
- border: 1px solid #d7d7d7;
- }
- #videoSearchBtn,#videoSearchReset{
- /*width: 80px;*/
- height: 25px;
- line-height: 25px;
- background: #eee;
- border: 1px solid #d7d7d7;
- cursor: pointer;
- padding: 0 5px;
- }
- #preview{width: 420px; margin-left: 10px; _margin-left:5px; height: 280px;background-color: #ddd;float: left}
- #videoInfo {width: 120px;float: left;margin-left: 10px;_margin-left:7px;}
- fieldset{
- border: 1px solid #ddd;
- padding-left: 5px;
- margin-bottom: 20px;
- padding-bottom: 5px;
- width: 115px;
- }
- fieldset legend{font-weight: bold;}
- fieldset p{line-height: 30px;}
- fieldset input.txt{
- width: 65px;
- height: 21px;
- line-height: 21px;
- margin: 8px 5px;
- background: #FFF;
- border: 1px solid #d7d7d7;
- }
- label.url{font-weight: bold;margin-left: 5px;color: #06c;}
- #videoFloat div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin:9px;_margin:5px;width:38px;height:36px;float:left;}
- #videoFloat .focus{opacity: 1;filter: alpha(opacity = 100)}
- span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color: blue}
|