| 12345678910111213141516171819 |
- #app{min-width:1024px;overflow:hidden}header{background-color:#0a5b95;text-align:center;line-height:50px}header a{font-size:30px;font-family:"Open-Sans-Extrabold";color:#eee}header a:hover,header a:focus{color:#fff}nav{background-color:#efefef;border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2}main{padding:20px 0}footer{border-top:1px solid #d2d2d2;background-color:#eee;padding:30px 0;text-align:center}footer p{color:#108d00;margin-bottom:7px}footer p a{color:inherit}footer cite{font-size:12px;font-style:normal}#main figure a,#search figure a,#categories figure a,#recommend figure a,#goldBox figure a{display:block}#main figure a img,#search figure a img,#categories figure a img,#recommend figure a img,#goldBox figure a img{zoom:1}#main figure a img:hover,#main figure a img:focus,#search figure a img:hover,#search figure a img:focus,#categories figure a img:hover,#categories figure a img:focus,#recommend figure a img:hover,#recommend figure a img:focus,#goldBox figure a img:hover,#goldBox figure a img:focus{border:1px solid #ff9020}#main figure figcaption a,#search figure figcaption a,#categories figure figcaption a,#recommend figure figcaption a,#goldBox figure figcaption a{color:#333;font-size:14px}#main figure figcaption a:hover,#main figure figcaption a:focus,#search figure figcaption a:hover,#search figure figcaption a:focus,#categories figure figcaption a:hover,#categories figure figcaption a:focus,#recommend figure figcaption a:hover,#recommend figure figcaption a:focus,#goldBox figure figcaption a:hover,#goldBox figure figcaption a:focus{text-decoration:underline}#main figure p,#search figure p,#categories figure p,#recommend figure p,#goldBox figure p{margin-top:7px;margin-bottom:5px;color:#cb1400;font-weight:bold;font-family:Tahoma}#main .ads a,#search .ads a,#categories .ads a,#recommend .ads a,#goldBox .ads a{display:block;margin-bottom:5px}#main .ads a img,#search .ads a img,#categories .ads a img,#recommend .ads a img,#goldBox .ads a img{width:100%}#event figure a{display:block}#event figure a img{zoom:1}#event figure a img:hover,#event figure a img:focus{border:1px solid #ff9020}px;
- }
- #main .ads a img,
- #search .ads a img,
- #categories .ads a img,
- #recommend .ads a img,
- #goldBox .ads a img {
- width: 100%;
- }
- #event figure a {
- display: block;
- }
- #event figure a img {
- zoom: 1;
- }
- #event figure a img:hover, #event figure a img:focus {
- border: 1px solid #ff9020;
- }
|