⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 002.css

📁 网上购物系统
💻 CSS
字号:
 /*-------------------- 基本html标记样式 --------------------*/
  body {background: #FFF;padding: 0;margin-top:4px;font-family: Arial, Verdana, Helvetica;font-size: 12px;color: #666;text-align: center;}
  body, td, div, p, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
  img {max-width: 100%;border:0px;}
  form {margin:0;padding:0;}
  td {font-size: 12px;color: #666;}
  a:link,a:visited {color:#666666;text-decoration:none}
  a:hover,a:active {color:#E84D83;text-decoration:underline}
  a:link.U, a:visited.U {color:#808080;text-decoration:underline}
  a:hover.U, a:active.U {color:#E84D83;text-decoration:underline}
  .HackBox {clear: both;font-size:0px;line-height:0px;} /*---清除浮动---*/
  .dotline { border:1px dashed #C0C0C0; height:1px }
  .RightHead {margin:0px;line-height:25px;height:25px;padding-left:5px;text-align:left;font-weight:bold;font-size:12px;background-image:url('right_head.gif')}
  
 /*---主体样式---*/
  #container {width:760px;margin:0 auto;padding:0px;text-align:center;}
 
  /*---顶部样式---*/
  #container #header{margin:0 auto;width:760px;}
  #container #header #shopheader {margin:0px 0px 2px 0px;overflow: hidden;width: 100%;}
  #container #header #logo {background: #FFF;padding: 1px 5px 1px 6px;float: left;}
  #container #header #headnavbar {float:right;clear:right;margin-top:10px;}
  #container #header #headnavbar li{float:left;height:30px;display:inline;margin:0 5px}
  #container #header #headnavbar .menuDiv { width:1px; height:10px; background:#ccc; }
  #container #header #headsearch {float:right;clear:right;width:400px;text-align:right;margin-bottom:5px;}
   
  #menu {background:url('menu_bg.jpg') repeat-x top;text-align: center;height:28px;line-height:28px;font-size:14px;}
  #menu #Left {width:5px;height:28px;background: url("002.css") no-repeat;float:left;}
  #menu #Right {width:5px;height:28px;background: url("002.css") no-repeat;float:right;}  
  #menu ul{}
  #menu li{display:inline;}
  #menu a:link {color: #fff; text-decoration: none; }
  #menu a:visited {color: #fff; text-decoration: none; }
  #menu a:hover {color: #fff; text-decoration: underline; }
  .menuL {}
  .menuR {}  
  .menuDiv {padding:0px;margin:0px 4px 0px 0px;width:1px;height:14px;line-height:14px;background:url("002.css") no-repeat;overflow:hidden;}/*---菜单分割线---*/


  /*---内容样式---*/
  #container #tbody {width:760px;text-align:left;margin-top:0px;}
  
  /*---侧栏--*/
  #sidebar {float:left;width:170px;text-align:center;margin:0px}
  #innersidebar {}

  /*---侧栏样式--*/
  .sidepanel {background:#fff;width:169px;}
  .Ptitle{margin:0px;line-height:25px;height:25px;padding-left:15px;text-align:left;font-weight:bold;font-size:14px;background-image:url('ptitle.gif'); color:#FFFFFF}  
  .Pcontent{border:1px solid #E4E4E4; text-align:left;padding:4px;}  
  .Pcontent ul {list-style:none;margin:0px;padding:1px;}
  .Pcontent ul li {padding:1px 0;}
  .Pfoot{margin-bottom:10px;}  
  
  /*---主内容--*/ 
  #mainContent{margin:0px 0px 10px 0px;float:right;width:580px;}
  #innermainContent{margin:1px}
  .content-width{margin:auto;width:100%}/*--主内容元素的全局宽度--*/
  #MainNav { margin:0px; line-height:20px;height:20px;padding:4px 4px 4px 0px; }
  .MainDesc { margin:0px; padding:4px; }
  
  /*---底部样式---*/
  #container #foot {width:760px;margin:0px auto;border-top:1px solid #D1D7DC;text-align:center;}
  #container #foot #footin {margin-top:10px;}
  
  /*---首页轮显广告样式/首页最新动态样式---*/
  #container #adv_middle {float:left;width:280px;text-align:center;margin:0px}
  #container #news_top10 {margin:0px 0px 10px 0px;float:right;width:250px;}
  #container #link_index {width:760px;margin:0px auto 10px auto;text-align:left;}
  .MainHead {font-weight: bold; background-color: #F5F5F5}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -