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

📄 layout.css~

📁 CEBI电子商务网站 基于JSP+javaBean结构
💻 CSS~
字号:
/*布局*/body {    background-color : #3366007;    font-size : small;    line-height : 20px;  }* {	    margin-bottom : 0px;    margin-left : 0px;    margin-right : 0px;    margin-top : 0px;    padding-bottom : 0px;    padding-left : 0px;    padding-right : 0px;    padding-top : 0px;}.layout {    background-color : #ffffff;    width : 955px;    margin-left : auto;    margin-right : auto;  }/*链接全局样式*/a:link {    color:#666600;    text-decoration: none;  }a:visited {    text-decoration: none;    color: #666600;  }a:hover {    color: #ABABAB;  }a:active {  }/*头部的样式*/.header {  }.header h2 {  }.header ul {  }.header ul li {  }/*中间的样式*/.center {width : 955px;  }/*底部样式*/.footer {    background-color : #F9F9F9;    height : 40px;    padding-bottom : 8px;    padding-top : 8px;  }.footer h4 {    font-size : 14px;}.footer pre {    text-align : center;    font-size : 14px;  }.footer p {}  }

⌨️ 快捷键说明

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