css.jsp
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:2k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <style>
- .menu {
- position: absolute;
- left: 1px;
- top: 24px;
- visibility: hidden;
- background: #003399;
- width: 0px;
- margin: 0px;
- padding: 0px;
- border: 1px solid silver;
- overflow: visible;
- }
- .menu a, .menu a:visited { font-family: Tahoma; font-size: 11px;
- text-decoration: none; font-weight: normal;
- color: white;
- padding-left: 10px; }
- .menu a:hover { font-family: Tahoma; font-size: 11px;
- text-decoration: none; font-weight: normal;
- color: black;
- padding-left: 10px; }
- .menu .border { border: 1px solid #F4F4F4;
- border-bottom: 1px solid #808080;
- border-right: 1px solid #808080; }
- .menu .text { overflow: hidden;
- width: 125px; height: 15px; }
- .menu .arrow { overflow: hidden;
- width: 15px; height: 12px;
- padding-left: 5px; padding-top: 3px; }
- .menu .arrow img { width: 6px; height: 7px;
- border: 0px; }
- a:active {
- color: #000000;
- text-decoration: none;
- }
- .timebj {
- padding-right: 6px;
- padding-left: 6px;
- }
- td {
- font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
- font-size: 12px;
- color: #000000;
- }
- .input {
- border: 1px solid #0066cc;
- }
- .navbj {
- padding: 6px;
- }
- .newbj {
- padding-right: 6px;
- padding-left: 6px;
- }
- .nav:link {
- font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
- color: #FFFFFF;
- text-decoration: none;
- }
- a.news {
- color: #000000;
- text-decoration: underline;
- }
- a.news:link {
- color: #000000;
- text-decoration: underline;
- }
- a.news:visited {
- color: #333333;
- text-decoration: underline;
- }
- a.news:hover {
- color: #003399;
- text-decoration: underline;
- }
- </style>