base

作者: 小北酱丶 | 来源:发表于2019-10-17 15:28 被阅读0次
    • {
      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

          本文链接:https://www.haomeiwen.com/subject/cyxvmctx.html