您目前尚未登陆,请选择【登陆】或【注册
首页->其他源码->内文广告管理系统V1.1版源码>>img/StyleSheet.css>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:内文广告管理系统V1.1版源码
当前文件:文件类型 TextAd/img/StyleSheet.css打开代码结构图
普通视图
		            
1body {/*页面总体样式*/ 2 font-family: Arial, Helvetica, sans-serif; 3 font-size: 14px; 4 line-height: 150%; 5} 6 a {/*超链接样式*/ 7 color: #0000CC; 8 text-decoration: underline; 9} 10 11.STYLE1 {color: #FF3300} 12#AdShowBoxContent p {/*广告窗体内容中的p元素*/ 13 white-space: nowrap; 14 margin: 0px; 15 padding-top: 3px; 16 padding-bottom: 2px; 17 overflow: hidden; 18 width:170px; 19 text-overflow:ellipsis; 20} 21#AdShowBox {/*广告窗体*/ 22 background-color: whiteSmoke; 23 font-size: 12px; 24 line-height: 150%; 25 font-family: Arial, Helvetica, sans-serif; 26 border: 1px solid Red; 27 display: none; 28} 29 #AdShowBoxBartitle {/*广告窗体头部标题*/ 30 float: left; 31 font-weight: bold; 32 color: #0066FF; 33} 34 #AdShowBoxBarClose {/*广告窗体关闭按钮*/ 35 float: right; 36 font-size: 14px; 37 font-weight: bold; 38 color: #FF0000; 39} 40 #AdShowBoxBar {/*广告窗体头部样式*/ 41 background-color:menu; 42 padding-top: 4px; 43 padding-right: 5px; 44 padding-left: 10px; 45 margin-right: auto; 46 margin-left: auto; 47 height: 22px; 48} 49 #AdShowBoxContent {/*广告窗体内容*/ 50 padding-top: 5px; 51 padding-right: 10px; 52 padding-bottom: 5px; 53 padding-left: 10px; 54} 55 #AdShowBoxContent a {/*广告窗体内容中的a元素*/ 56 color: #0066FF; 57 text-decoration: underline; 58} 59
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:内文广告管理系统V1.1版源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号