MCBBS Wiki:嵌入/运作方式:修订间差异

添加603字节 、​ 2022年8月17日 (星期三)
样式修复
(嵌入的运作方式)
 
(样式修复)
第69行: 第69行:
.tran-warpper {
.tran-warpper {
   display: inline-flex;
   display: inline-flex;
  flex-wrap: nowrap;
}
}
.tran-page {
.tran-page {
  position: relative;
   width: 150px;  
   width: 150px;  
   height: 196px;
   height: 196px;
第77行: 第79行:
   border: 1px solid #9999;
   border: 1px solid #9999;
   box-sizing: border-box;
   box-sizing: border-box;
}
.tran-page + .tran-page {
  margin-left: 4px;
}
.tran-page.blue {
  background-color: #9cf3;
  border-color: #9cfc;
}
.tran-page.yellow {
  background-color: #fc93;
  border-color: #fc9c;
}
.tran-page.tran-page-code.blue {
  background-color: #9cf1;
}
.tran-page.tran-page-code.yellow {
  background-color: #fc91;
}
.tran-page.tran-page-code::after {
  content: '<代码>';
  opacity: .25;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.tran-title {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc6;
  text-align: center;
}
}
}}
}}