| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- * {
- margin: 0;
- padding: 0;
- }
- img {
- border: none;
- }
- h1 {
- font: 5em normal Georgia, 'Times New Roman', Times, serif;
- text-align:center;
- margin-bottom: 20px;
- }
- h1 span { color: #e7ff61; }
- h1 small{
- font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
- text-transform:uppercase;
- letter-spacing: 1.5em;
- display: block;
- color: #ccc;
- }
-
- .container {
- width: 600px;
- margin: 0 auto;
- overflow: hidden;
- }
- ul.display {
- margin: 0;
- padding: 0;
- list-style: none;
- background: #fff;
- }
- ul.display li {
- background: url(../images/dishbg.png) no-repeat
- float: left;
- width: 600px;
- padding: 10px 0;
- margin:2px;
- border: 2px solid #FFEDBF;
-
- }
- ul.display li a {
- color: #000;
- text-decoration: none;
- }
- ul.display li .content_block {
- padding: 0 10px;
- }
- ul.display li .content_block h2 {
- margin: 0;
- padding: 5px;
- font-weight: normal;
- font-size: 9pt;
- background: url(../images/bgdishname.png) no-repeat;
- }
- ul.display li .content_block p {
- margin: 0;
- padding: 5px 5px 5px 5px;
- font-size: 1.2em;
- width:100px;
- color:#000;
- }
- ul.display li .content_block a img{
- padding: 5px;
- background: #fff;
- margin: 0 15px 0 0;
- float: left;
- }
- ul.display li h2 {
- display: inline;
- }
- ul.display li p{
- display: inline;
- }
- ul.thumb_view{clear:both;}
- ul.thumb_view li{
- background: url(../images/dishbg.png) no-repeat;
- margin-left:30px;
-
- border: 0px solid #FFEDBF;
- width: 150px;
- height:204px;
- float: left;
- }
- ul.thumb_view li h2 {
- color:#fff;
- margin-left:-5px;
- padding: 0px;
- display: block;
- height:37px;
- line-height:37px;
- width:160px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- word-break1:break-all;
- background: url(../images/bgdishnameorange.png) no-repeat;
- }
- ul.thumb_view li p{
- display: none;
- }
- ul.thumb_view li .content_block a img {
- width:100px;
- height:80px;
- padding: 5px;
- margin: 0 0 10px;
- }
- a.switch_thumb {
- width: 122px;
- height: 26px;
- line-height: 26px;
- padding: 0;
- margin: 10px 0;
- display: block;
- background: url(../images/switch.gif) no-repeat;
- outline: none;
- text-indent: -9999px;
- }
- a:hover.switch_thumb {
- filter:alpha(opacity=75);
- opacity:.75;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
- }
- a.swap { background-position: left bottom; }
- .btn-add{cursor:pointer;}
- .btn-see{cursor:pointer;background: url(../images/btn_bg.png) no-repeat;color:#fff;width:125px;height:23px;border:0px;}
|