模板: RobotCard/styles.css

来自Waveshare Wiki
跳转至: 导航搜索
.wiki-template-robotcard {
    /*border-radius: 2px;*/
    padding: 1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.wiki-template-robotcard-title {
    padding: 0.5em 0;
    margin: 0;
    /*background-color: rgba(255, 255, 255, 0.7);*/  /*设置文字背景透明度*/
    position: relative;
    z-index: 1;
}

.wiki-template-robotcard-content {
    clear: both;
    position: relative;
    z-index: 1;
    /*background-color: rgba(255, 255, 255, 0.7);*/  /*设置文字背景透明度*/
    padding: 0.5em;
}