码迷,mamicode.com
首页 > Web开发 > 详细

css2

时间:2016-07-25 00:05:01      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:

body {
    font: 100% Lucida Sans, Verdana;
    margin: 20px;
}

span {
    color: red;
}

.logo {
    font-family: Georgia;
    font-size: 37px;
    letter-spacing: 3px;
    line-height: 1;
    padding-left: 2px;
    text-decoration: none;
}

.top {
    height: 50px;
    line-height: 0px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.nav {
    background-color: #5f5f5f;
    color: #f1f1f1;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    width: 99.8%;
    margin:0,10,0,10;
    overflow:hidden;
    padding:5;
}

.wrapper {
    overflow: auto;
    position: relative;
    overflow:hidden;
}

.logoRight {
    float: right;
    font-size:15px;
}

.alink {
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
 }
 
 .active {
      color: Red;
      padding: 14px 25px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
 }
 
.indexImg {
    width:33%;
    opacity: 0.8;
    height:350px;
}

.indexImg:hover {
     border: 1px solid #777;
     opacity: 1.0;
}


.album {
        position: relative;
        margin: 5px;
    float: left;
    padding:15px;
    height:135px;
    width: 125px;
    text-align:center;
    opacity:0.8;
}

.album:hover {
        background:#666;
        opacity:1.0;
        transform: scale(1.2);
}

.content {
    width:90%;
    height:370px;
    margin-left:auto;
    margin-right:auto;"
}


.movie {
    float: left;
      width: 47%;
      padding:15px;
      height:130px;
}

.bottom {
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    font-size: 70%;
    line-height: 14px;
    padding: 10px;
    width:98%;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 99.8%;
}

th, td {
        border: 1px solid black;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
    text-align: center;
}



a.alink:hover, a.alink:active{
         background-color: red;
    text-decoration: none;
}

ul {
    background: grey;
    padding: 20px;
}

ul li {
    background: #cce5ff;
}

h2 {
    font: italic bold 12px/30px Georgia, serif;
    color: grey;
}

css2

标签:

原文地址:http://www.cnblogs.com/luaicun/p/5701804.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!