开班信息

开班信息效果图

开班信息_第1张图片

开班信息.html


开班信息


开班信息.css

*{

margin:0;

padding:0;

}

body{

font:12px/1 宋体;

}

.outer{

width:300px;

/*居中*/

margin:50px auto;

}

.title{

border-top:2px #019e8b solid;

height:36;

background-color: #f5f5f5;

/*设置行高*/

line-height: 36px;

padding:0px 22px 0px 16px;

}

.title a{

float: right;

color:red;

}

.title h3{

font:16px/36px '微软雅黑';

}

.content{

border:1px solid #deddd9;

padding:0px 28px 0px 20px;

font-size:12px;

}

.content h3{

margin-top:15px;

margin-bottom:15px;

}

.content a{

color:black;

text-decoration: none;

}

.content ul{

/*去除项目符号*/

list-style:none;

border-bottom: 1px dashed #deddd9;

}

.content li{

margin-bottom:15px;

}

.content .red-font{

color:red;

font-weight: bold;

}

.content .right{

float:right;

}

.content .no-border{

border:none;

}

你可能感兴趣的:(开班信息)