欢迎来到东方归言录wiki!这里是为东方归言录玩家们提供帮助的wiki。

现在新的攻略组正在慢慢建设wiki,如果有心帮忙的话也可以为东方归言录wiki添砖加瓦提供支持,感谢你的帮助和支持。

特别注意:本站为东方归言录(国服)的wiki站,信息和讨论仅限于国服范畴。对日服与国际服仅有参考作用,具体详情还请参阅各自对应的wiki站点。

全站通知:

Widget:ScenarioStyles

来自东方归言录WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

<style> .diaglog-span-wrapper {

   display:block;
   margin-left:10px;
   margin-top:10px;
   margin-bottom:10px;

}

.dialog-box {

   display: inline-grid;
   grid-template-rows: 100%;
   grid-template-columns: 60px auto;
   grid-auto-flow: row;
   border: 2px solid rgba(0, 0, 0, 0.1);
   border-radius: 15px;
   overflow: hidden;
   box-shadow: #89989d 0 0 4px;
   text-align: left;
   padding: 10px 10px;

}

.diaglog-img-box {

   display: inline-grid;
   grid-template-rows: 50px auto;
   grid-template-columns: 100%;
   grid-auto-flow: column;

} .diaglog-text-box {

   padding-top: 5px;

}

.center-to-screen {

   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   min-width: 100vh;

}

.event-box {

   border-radius: 15px;
   background-color: #D3D3D3;
   text-align: center;
   padding: 10px 30px;
   margin-top: 5px;
   margin-bottom: 5px;
   width: fit-content;

}

.event-img-wrapper {

   margin-top: 10px;
   margin-bottom: 10px;

}

.select-span-wrapper {

   display:block;
   margin-left:40px;
   margin-top:15px;
   margin-bottom:15px;

}

.select-header {

   display: block;
   text-align: left;

}

.select-box {

   display: block;
   border-radius: 15px;
   background-color: #D3D3D3;
   text-align: center;
   padding: 10px;
   margin-top: 5px;

} </style>