美文网首页
commonCSS 默认css样式 For Electron

commonCSS 默认css样式 For Electron

作者: 2359634711 | 来源:发表于2019-04-01 18:41 被阅读0次
    body{
        font-size: 70%;
    }
    .btnPrimary{
        padding: 1px 7px 1px 7px;
        line-height: 30px;
        width: 80px;
        text-align: center;
        background: green;
        color: #fff;
        border-radius: 5px;
        margin: 5px;
        box-shadow: 1px 2px 10px #ccc;
    }
    .btnPrimary:hover{
        cursor: pointer;
        background: #535353;
    }
    
    .errShow{
        width: 100%;
        height: 30px;
        position: fixed;
        top: 0;
        background: #b10000;
        color: #fff;
        line-height: 30px;
        text-align: center;
    }
    
    .main{
        margin-top: 40px;
    }
    
    .input{
        display: block;
        margin: 5px;
        box-shadow: 1px 2px 6px #ccc;
        border: 0;
        height: 30px;
    }
    

    相关文章

      网友评论

          本文标题:commonCSS 默认css样式 For Electron

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