base

  • {
    margin: 0;
    padding: 0;
    }

html,
body {
height: 100%;
font-family: "微软雅黑";
color: #333;
/* font-family: "宋体"; */
}

.fl {
float: left;
}

.fr {
float: right;
}

ul,
li {
list-style: none;
}

a {
text-decoration: none;
}

/* 版心 */
.banner {
width: 1200px;
margin: 0 auto;
}

.content {
min-height: 800px;
}

[v-cloak] {
display: none !important;
}

/* 清除浮动 */

.clearfix:after {
content: "";
height: 0;
line-height: 0;
display: block;
visibility: hidden;
clear: both;
}

.hid {
display: none;
}

.clearfix {
zoom: 1;
}

/* // 验证码样式 */

check-code {

width: 120px;
height: 52px;
line-height: 52px;
overflow: hidden;
position: absolute;
right: 36px;
top: 322px;

}

.code {
font-family: Arial;
font-style: italic;
font-size: 30px;
border: 0;
padding: 2px 3px;
letter-spacing: 3px;
font-weight: bolder;
cursor: pointer;
width: 120px;
height: 52px;
line-height: 52px;
text-align: center;
vertical-align: middle;
background: #fff;
color: #2d8cf0;
}

/* 分页 */
.journalism-page {
text-align: right;
}

你可能感兴趣的:(base)