Commit 3eb3a243 by halweg

feat : joshine_utils less update

parent 30dc2f27
...@@ -36,6 +36,49 @@ ...@@ -36,6 +36,49 @@
margin: 0; margin: 0;
background: #ed9d00; background: #ed9d00;
} }
/*背景色组*/
.joshine-bg-default {
background-color: #f7f8fa !important;
}
.joshine-bg-gray {
background-color: #767676 !important;
}
/*玄铁灰*/
.joshine-font-c-darkgray {
color: #767676 !important;
}
/*神秘银*/
.joshine-font-c-gray {
color: #999 !important;
}
/*深邃黑*/
.joshine-font-c-deepin {
color: #222222 !important;
}
/*字重组*/
.joshine-font-w-bolder{
font-weight: bolder;
}
/*字号组*/
.joshine-font-size-default {
font-size: 16px;
}
.joshine-font-mini {
font-size: 12px;
}
.joshine-font-mini-plus {
font-size:13px;
}
.joshine-foot-mark {
font-size: 13px;
line-height: 13px;
color: #999;
}
/*按钮*/ /*按钮*/
.joshine-btn { .joshine-btn {
display: inline-block; display: inline-block;
...@@ -93,45 +136,6 @@ fieldset[disabled] a.joshine-btn { ...@@ -93,45 +136,6 @@ fieldset[disabled] a.joshine-btn {
border-color: #000; border-color: #000;
} }
/**********************原子部件*************************/
/*背景色组*/
.joshine-bg-default {
background-color: #f7f8fa !important;
}
.joshine-bg-gray {
background-color: #767676 !important;
}
/*字色组*/
.joshine-font-c-darkgray {
color: #767676 !important;
}
.joshine-font-c-gray {
color: #999 !important;
}
/*字重组*/
.joshine-font-w-bolder{
font-weight: bolder;
}
/*字号组*/
.joshine-font-size-default {
font-size: 16px;
}
.joshine-font-mini {
font-size: 12px;
}
.joshine-font-mini-plus {
font-size:13px;
}
.joshine-foot-mark {
font-size: 13px;
line-height: 13px;
color: #999;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment