lib.content.1024[1].css

来自「一套完整的OA办公系统(JSP)的」· CSS 代码 · 共 49 行

CSS
49
字号
@charset "utf-8";/** * Style Sheet v2.0 for VeryCD.com * * You may adapt elements of this CSS in your own projects, * but the unique combination of images, colors, sizes, typography, and positioning ("the design") is * Copyright 2005 VeryCD Team Some Rights Reserved * and may not be reproduced. * * $Id: lib.content.1024.css,v 1.10 2005/09/09 06:51:57 xdanger Exp $ */@media screen {    /**     * content layout     */    dl#resourceInformation {        float: right;        width: 280px;        text-align: left;    }        /**     * content style     */    div#position {        width: 480px;    }    div#resourcePostData table {        width: 764px;    }    dl#relativeResourceList dd img.seperator {        width: 770px;    }    dl#adsNews dd table {        text-align: left;        width: 190px;    }    .Banner2 {        width: 760px;        height: 90px;    }}/** * Local Variables: * mode: css * tab-width: 4 * c-basic-offset: 4 * End: */

⌨️ 快捷键说明

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