bugfix1001.2

星引擎Party已发行!
欢迎来到Star Engine 星引擎 WIKI
点击成为魔法少女!

全站通知:

沙盒/查看历史

阅读

    

2025-06-07更新

    

最新编辑:--喵-喵--

阅读:

  

更新日期:2025-06-07

  

最新编辑:--喵-喵--

来自星引擎WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
页面贡献者 :
--喵-喵--
.stripMPB2 {
    display: flex;
    background: repeating-linear-gradient(45deg,#818181,#818181 2px,transparent 2px,transparent 10px);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-left: 2px solid black;
    border-right: 2px solid black;
    box-sizing: content-box;
}
.stripMPB {
    display: flex;
    position: relative;
    background-color: #5F5F5E;
    width: 100%; 
    min-height: 25px;
    overflow: hidden;
    border: 2px solid black;
    border-radius: 15px;
    margin: auto;
}
.blockMPB {
    display: flex;
    position: relative;
    flex: 0 0 50px;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    user-select: none;
    border-right: 2px solid black;
    box-sizing: border-box;
}
.blockMPB:last-child {
    border-right: none;
}
.blockMPB0 {
    display: flex;
    position: relative;
    background-color: #0097FF;
    flex: 0 0 50px;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.stripMPB2::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    background: #ffffff;
    border-top: 2px solid black;
}
.stripMPB2::-webkit-scrollbar-thumb {
    background: #818181;
    border-radius: 15px;
}