center.css.7569.backup

来自「CEBI电子商务网站 基于JSP+javaBean结构」· BACKUP 代码 · 共 186 行

BACKUP
186
字号
/*左边部分*/.left {    background-color : #FFFFff;    float : left;    padding-bottom : 10px;    padding-left : 10px;    padding-right : 10px;    padding-top : 10px;    width : 200px;  }.left h4 {  }.left p {  }.left ul {    list-style-type : none;  }.left ul li {  }/*右边部分*/.right {    background-color : #F0E8F4;    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 {  }.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 {    height : 200px;    margin-bottom : 20px;    margin-left : 20px;    margin-right : 20px;    margin-top : 20px;    padding-bottom : 10px;    padding-left : 10px;    padding-right : 10px;    padding-top : 10px;    width : 120px;  }.cell h4 {  }.cell p {  }.cell img {    height : 100px;    width : 80px;  }/*一点点清理工作,对您的健康有益*/.clean {    clear : both;  }

⌨️ 快捷键说明

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