books.css

来自「wince开发的订购系统」· CSS 代码 · 共 30 行

CSS
30
字号
books {
display: block;
width: 100%;
background-color: gray;
background-image: url(officebooks.gif);
background-repeat: no-repeat;
background-position: 80% 10px;
margin: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
book {
display: block;
background-color: Silver;
width: 50%;
margin-bottom: 20px;
margin-top: 15px;
margin-left: 10px;
}
author, publisher, publishing_date, price, contentType, format, isbn {
display: block;
background-color: #ffe4c4;
font-size: x-small;
padding: 2px;
}
title {
display:block;
color: Maroon;
font-size: medium;
}

⌨️ 快捷键说明

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