Video_wev8.css 2.64 KB
.MADVideo_Title {
	color: rgb(164, 169, 174);
	border-bottom: 1px solid rgb(223, 223, 223);
	font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 6px 10px;
}
.MADVideo_Content {
	padding: 10px 0px 0px 10px;	
}
.MADVideo_BaseInfo_Entry {
	margin-bottom: 8px;	
}
.MADVideo_BaseInfo_Entry_Label {
	display: inline-block;
	color: rgb(166,167,171);
	margin-right: 3px;
	text-align: right;
	width: 62px;
}
.MADVideo_BaseInfo_Entry_Content {
	position: relative;
}
.MADVideo_BaseInfo_Entry_Content .fileUploadDiv {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 1px;
	top: 5px;
	cursor: pointer;
	background-color: #fff;
}
.MADVideo_BaseInfo_Entry_Content .fileUploadDiv .addTransverse {
	width: 12px;
	height: 2px;
	background-color: #a6a7ab;
	position: absolute;
	right: 2px;
	top: 7px;
}
.MADVideo_BaseInfo_Entry_Content .fileUploadDiv .addVertical {
	width: 2px;
	height: 12px;
	background-color: #a6a7ab;
	position: absolute;
	right: 7px;
	top: 2px;
}
.MADVideo_Text {
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-writing-mode: horizontal-tb;
	border: 1px solid rgb(223, 223, 223);
	background-color: rgb(255, 255, 255);
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	cursor: auto;
	display: inline-block;
	font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 26px;
	letter-spacing: normal;
	line-height: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(0, 0, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: start;
	text-indent: 7px;
	text-shadow: none;
	text-transform: none;
	width: 250px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	zoom: 1;	
}
.MADVideo_Select {
	border: 1px solid rgb(223, 223, 223);
	height: 23px;
	width: 78px;
}
.MADVideo_Bottom {
	padding: 10px 0px 0px 10px;
	margin-bottom: 20px;		
}
.MADVideo_SaveBtn {
	background-color: rgb(107, 163, 237);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	font-family: 'Microsoft Yahei', Arial, sans-serif;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	text-align: center;
	width: 345px;
	zoom: 1;	
}