Skip to content

Commit d7f14f5

Browse files
committed
fix:删除自定义样式,暂不开放
1 parent 282ed48 commit d7f14f5

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

src/template/markdown/custom.js

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -180,42 +180,4 @@ table tr th,
180180
/* 行内公式
181181
*/
182182
#nice .inline-equation svg {
183-
}
184-
185-
/* 横屏移动外层
186-
* margin: 1em auto;
187-
* white-space: normal;
188-
* border: 0px none;
189-
* padding: 0px;
190-
* overflow: hidden;
191-
*/
192-
#nice .imageflow-layer1 {
193-
}
194-
195-
/* 横屏移动中间层
196-
* white-space: nowrap;
197-
* 100%;
198-
* overflow-x: scroll;
199-
*/
200-
#nice .imageflow-layer2 {
201-
white-space: nowrap;
202-
width: 100%;
203-
overflow-x: scroll;
204-
}
205-
206-
/* 横屏移动内层
207-
* display: inline-block
208-
* word-wrap: break-word;
209-
* white-space: normal;
210-
* vertical-align: middle;
211-
* width: 100%;
212-
*/
213-
#nice .imageflow-layer3 {
214-
}
215-
216-
/* 横屏移动图片
217-
* display: inline-block;
218-
*/
219-
#nice .imageflow-img {
220-
}
221-
`;
183+
}`;

0 commit comments

Comments
 (0)