ASP.NET MVC4分页Site.CSS
程序员文章站
2022-06-21 12:48:52
ASP.NET MVC 4 的基础分页的CSS样式: 效果如下: ......
asp.net mvc 4 的基础分页的css样式:
body { font-family: calibri,georgia,"times new roman"; margin: 0; } div#header { background-color: #444; border-bottom: 2px solid #111; color: white; } div#header div.title { font-size: 2em; padding: .6em; } div#content { border-left: 2px solid gray; margin-left: 9em; padding: 1em; } div#categories { float: left; width: 8em; padding: .3em; } div.item { border-top: 1px dotted gray; padding-top: .7em; margin-bottom: .7em; } div.item:first-child { border-top: none; padding-top: 0; } div.item h3 { font-size: 1.3em; margin: 0 0 .25em 0; } div.item h4 { font-size: 1.1em; margin: .4em 0 0 0; } div.pager { text-align: right; border-top: 2px solid silver; padding: .5em, 0 0 0; margin-top: 1em; } div.pager a { font-size: 1.1em; color: #666; text-decoration: none; padding: 0 .4em 0 .4em; } div.pager a.hover { background-color: silver; } div.pager a.selected { background-color: #353535; color: white; }
效果如下:
上一篇: 有点钱才会炫富