mirror of https://github.com/layui/layui
更新 code 的字体类型顺序
parent
7214a9a6cc
commit
8c885010c7
|
@ -629,7 +629,7 @@ a cite{font-style: normal; *cursor:pointer;}
|
||||||
.layui-text p:first-child{margin-top: 0;}
|
.layui-text p:first-child{margin-top: 0;}
|
||||||
.layui-text p:last-child{margin-bottom: 0;}
|
.layui-text p:last-child{margin-bottom: 0;}
|
||||||
.layui-text blockquote:not(.layui-elem-quote){padding: 5px 15px; border-left: 5px solid #eee;}
|
.layui-text blockquote:not(.layui-elem-quote){padding: 5px 15px; border-left: 5px solid #eee;}
|
||||||
.layui-text pre > code:not(.layui-code){padding: 15px; font-family: Lucida Console,Consolas,Courier New; background-color: #FAFAFA;}
|
.layui-text pre > code:not(.layui-code){padding: 15px; font-family: Courier New,Lucida Console,Consolas; background-color: #FAFAFA;}
|
||||||
|
|
||||||
/* 字体大小及颜色 */
|
/* 字体大小及颜色 */
|
||||||
.layui-font-12{font-size: 12px !important;}
|
.layui-font-12{font-size: 12px !important;}
|
||||||
|
@ -1393,7 +1393,7 @@ body .layui-util-face .layui-layer-content{padding:0; background-color:#fff; co
|
||||||
.layui-util-face ul li:hover{position: relative; z-index: 2; border: 1px solid #eb7350; background: #fff9ec;}
|
.layui-util-face ul li:hover{position: relative; z-index: 2; border: 1px solid #eb7350; background: #fff9ec;}
|
||||||
|
|
||||||
/** 代码文本修饰 **/
|
/** 代码文本修饰 **/
|
||||||
.layui-code{position: relative; margin: 10px 0; padding: 15px; line-height: 20px; border: 1px solid #eee; border-left-width: 6px; background-color: #FAFAFA; color: #333; font-family: Courier New; font-size: 12px;}
|
.layui-code{position: relative; margin: 10px 0; padding: 15px; line-height: 20px; border: 1px solid #eee; border-left-width: 6px; background-color: #FAFAFA; color: #333; font-family: Courier New,Lucida Console,Consolas; font-size: 12px;}
|
||||||
|
|
||||||
/** 穿梭框 **/
|
/** 穿梭框 **/
|
||||||
.layui-transfer-box,
|
.layui-transfer-box,
|
||||||
|
|
Loading…
Reference in New Issue