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

📄 center.css~

📁 CEBI电子商务网站 基于JSP+javaBean结构
💻 CSS~
字号:
/*左边部分*/.left {    background-color : #FFFFff;    float : left;    padding-bottom : 10px;    padding-left : 10px;    padding-right : 10px;    padding-top : 10px;    width : 200px;  }.left h4 {    font-size : 14px;  }.left p {  }.left ul {    list-style-type : none;  }.left ul li {  }/*右边部分*/.right {    background-color : #FFFFCC;    float : left;    width : 735px;  }/*菜单样式*/.menu {    background-color : #C8BACF;    height : 24px;    width : 735px;  }.menu ul {    list-style-type : none;  }.menu ul li {    float : left;    line-height : 24px;    margin-left : 20px;    width : 60px;  }/*右边内容样式*/.content {    padding-bottom : 10px;    padding-left : 10px;    padding-right : 10px;    padding-top : 10px;  }.content  h4 {    font-size : 14px;  }.content table {    margin-left : auto;    margin-right : auto;    outline-color : #669900;    outline-style : solid;    outline-width : 1px;    width : 580px;  }.content table th {    background-color : #F0F069;  }.content table tr {  }.content table tr td {    background-color : #dfffc2;  }.content ul {    list-style-type : none;  }.content ul li {  }.content p {  }/*商品显示层*/.cell {    background-color : #ffffff;    border-bottom-color : #ffff00;    border-bottom-style : solid;    border-bottom-width : 1px;    border-left-color : #ffff00;    border-left-style : solid;    border-left-width : 1px;    border-right-color : #ffff00;    border-right-style : solid;    border-right-width : 1px;    border-top-color : #ffff00;    border-top-style : solid;    border-top-width : 1px;    float : left;    height : 160px;    margin-bottom : 10px;    margin-left : 10px;    margin-right : 10px;    margin-top : 10px;    padding-bottom : 10px;    padding-left : 10px;    padding-right : 10px;    padding-top : 10px;    text-align : center;    width : 120px;  }.cell h4 {    font-size : 14px;  }.cell p {  }.cell img {    height : 100px;    width : 80px;  }/*一点点清理工作,对您的健康有益*/.clean {    clear : both;  }

⌨️ 快捷键说明

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