Home | History | Annotate | Download | only in less_source
      1 .slideshow-home {
      2   height:500px;
      3   width:940px;
      4   border-bottom:1px solid #CCC;
      5   position:relative;
      6   margin: 0 10px 0 10px;
      7   
      8   .frame {
      9    width:940px; 
     10    height:500px;
     11   }
     12   .content-left {
     13     float:left;
     14     text-align:center;
     15     vertical-align:center;
     16     margin:0;
     17   }
     18   
     19   .content-right {
     20     float:left;
     21     margin:70px 0 0 0;
     22     
     23     p {
     24      margin-bottom:30px; 
     25     }
     26   }
     27   
     28   .item {
     29   	height:500px;
     30   	width:940px;
     31   }
     32     
     33 }
     34 
     35 .home-sections {
     36   padding:40px 0 40px 0;
     37   margin: 20px 10px;
     38   ul {
     39     margin:0;
     40     li {
     41      float:left;
     42      display:block; 
     43      list-style:none;
     44      width:218px;
     45      height:35px;
     46      border:1px solid #DCDCDC;
     47      background-color:#f3f3f3;
     48      margin-right:20px;
     49      
     50      a {
     51       font-weight:bold;
     52       margin-left:20px;
     53       margin-top:8px;
     54       line-height:18px;
     55       float:left;
     56       color:#444;
     57      }
     58      
     59      img {
     60        float:left;
     61        margin:-8px 0 0 10px;
     62      }
     63      
     64    }
     65    
     66    li.last {
     67        margin-right:0px; 
     68     }
     69   }
     70 }