ソースを参照

新增一些辅助类

笔下光年 5 年 前
コミット
8b281097bb
1 ファイル変更35 行追加0 行削除
  1. 35 0
      css/style.min.css

+ 35 - 0
css/style.min.css

@@ -2469,6 +2469,41 @@ dd, dt {
     border-right: 0px;
 }
 
+/* 其他辅助类 */
+.d-none {
+    display: none !important;
+}
+.d-inline {
+    display: inline !important;
+}
+.d-inline-block {
+    display: inline-block !important;
+}
+.d-block {
+    display: block !important;
+}
+.d-table {
+    display: table !important;
+}
+.d-table-row {
+    display: table-row !important;
+}
+.d-table-cell {
+    display: table-cell !important;
+}
+.position-static {
+    position: static !important;
+}
+.position-relative {
+    position: relative !important;
+}
+.position-absolute {
+    position: absolute !important;
+}
+.position-fixed {
+    position: fixed !important;
+}
+
 /* 图库 */
 .masonry-grid {
     -webkit-column-count: 3;