commonCSS 默认css样式 For Electron

2019-04-01  本文已影响0人  2359634711
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;
}
上一篇下一篇

猜你喜欢

热点阅读