本WIKI由旅行者酒馆于2020年03月14日申请开通,内容按CC-BY-NC-SA4.0协议提供,编辑权限开放。感谢 大猫雷恩 对WIKI设计支持,期待更多能人异士加入原神WIKI

交流群:1087445447  ·  QQ频道:i3h65u03kv

全站通知:

用户:10977852/gicon.css

来自原神WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
.gicon {
    width: 85px;
    height: 103px;
    margin: 7px 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #BFBFBF;
    position: relative;
    display: inline-block;
}

.giconBackGround {
    position: absolute;
    bottom: 0;
    left: 0;
}

.giconTop {
    position: absolute;
    top: 5px;
    left: 5px;
}


.giconBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.giconBottom div {
    color: #495366;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
    text-align: center;
    font-size: 13px;
}


.gicon4, .gicon4星 {
    background: linear-gradient(180deg, #565382 0%, #896BA7 100%);
}

.gicon5, .gicon5星 {
    background: linear-gradient(180deg, #865A2E 0%, #B2732B 100%);
}

.gicon a:hover {
    text-decoration: none;
}

.gicon img {
    border-radius: 5px 5px 0 0;
}