guy
8 years ago
25 changed files with 6254 additions and 3366 deletions
@ -1,21 +0,0 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||
@font-face { |
||||
font-family: 'bbr'; |
||||
src: url('/resources/fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/resources/fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('/resources/fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('/resources/fonts/iconfont.svg#svgFontName') format('svg'); |
||||
|
||||
/* iOS 4.1- */ |
||||
} |
||||
.b-font { |
||||
font-family: "bi"; |
||||
font-style: normal; |
||||
-webkit-font-smoothing: antialiased; |
||||
-webkit-text-stroke-width: 0.2px; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
.bi-base-request-fail-mask .mask-pane { |
||||
background: #ffffff; |
||||
opacity: 0.8; |
||||
filter: alpha(opacity=80); |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -1,117 +0,0 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||
.base-disabled { |
||||
cursor: default !important; |
||||
color: #c4c6c6 !important; |
||||
} |
||||
.base-disabled .b-font:before { |
||||
color: #c4c6c6 !important; |
||||
} |
||||
.base-invalid { |
||||
cursor: default !important; |
||||
} |
||||
.clearfix { |
||||
*zoom: 1; |
||||
} |
||||
.clearfix:before, |
||||
.clearfix:after { |
||||
content: " "; |
||||
display: table; |
||||
line-height: 0; |
||||
} |
||||
.clearfix:after { |
||||
clear: both; |
||||
} |
||||
.bi-keyword-red-mark { |
||||
color: #f07d0a; |
||||
} |
||||
.bi-high-light { |
||||
color: #009de3; |
||||
} |
||||
.bi-water-mark { |
||||
color: #cccccc; |
||||
cursor: text; |
||||
} |
||||
.bi-tips { |
||||
color: #c4c6c6; |
||||
} |
||||
.bi-resizer { |
||||
background: #d8f3fe; |
||||
opacity: 0.8; |
||||
filter: alpha(opacity=80); |
||||
z-index: 1000000000; |
||||
} |
||||
.bi-z-index-mask { |
||||
background-color: #1a1a1a; |
||||
opacity: 0.5; |
||||
filter: alpha(opacity=50); |
||||
} |
||||
.bi-list-item:hover, |
||||
.bi-list-item.hover { |
||||
background-color: #f4f4f4; |
||||
} |
||||
.bi-list-item.disabled, |
||||
.bi-list-item.disabled:hover, |
||||
.bi-list-item.disabled:active { |
||||
background-color: #ffffff; |
||||
} |
||||
.bi-list-item-effect.active, |
||||
.bi-list-item-effect:active { |
||||
color: #009de3; |
||||
} |
||||
.bi-list-item-effect.disabled, |
||||
.bi-list-item-effect.disabled:hover, |
||||
.bi-list-item-effect.disabled:active { |
||||
color: #1a1a1a; |
||||
} |
||||
.bi-list-item-hover:hover, |
||||
.bi-list-item-hover.hover { |
||||
color: #009de3; |
||||
background-color: #f4f4f4; |
||||
} |
||||
.bi-list-item-hover.disabled, |
||||
.bi-list-item-hover.disabled:hover, |
||||
.bi-list-item-hover.disabled:active { |
||||
color: #1a1a1a; |
||||
background-color: #ffffff; |
||||
} |
||||
.bi-list-item-active:hover, |
||||
.bi-list-item-active.hover { |
||||
background-color: #f4f4f4; |
||||
} |
||||
.bi-list-item-active.active, |
||||
.bi-list-item-active:active { |
||||
color: #009de3; |
||||
background-color: #f4f4f4; |
||||
} |
||||
.bi-list-item-active.disabled, |
||||
.bi-list-item-active.disabled:hover, |
||||
.bi-list-item-active.disabled:active { |
||||
background-color: #ffffff; |
||||
} |
||||
.bi-list-item-select:hover, |
||||
.bi-list-item-select.hover { |
||||
color: #009de3; |
||||
background-color: #f4f4f4; |
||||
} |
||||
.bi-list-item-select:active, |
||||
.bi-list-item-select.active { |
||||
color: #ffffff; |
||||
background-color: #009de3; |
||||
} |
||||
.bi-list-item-select:active .bi-high-light, |
||||
.bi-list-item-select.active .bi-high-light { |
||||
color: #ffffff; |
||||
} |
||||
.bi-list-item-select.disabled, |
||||
.bi-list-item-select.disabled:hover, |
||||
.bi-list-item-select.disabled:active { |
||||
color: #c4c6c6 !important; |
||||
background-color: #ffffff !important; |
||||
} |
||||
.bi-list-item-select.disabled .bi-high-light, |
||||
.bi-list-item-select.disabled:hover .bi-high-light, |
||||
.bi-list-item-select.disabled:active .bi-high-light { |
||||
color: #c4c6c6 !important; |
||||
} |
@ -1,11 +0,0 @@
|
||||
/*****************cursor*****************/ |
||||
.cursor-pointer { |
||||
cursor: pointer; |
||||
} |
||||
.cursor-default { |
||||
cursor: default; |
||||
} |
||||
.cursor-move { |
||||
cursor: move; |
||||
} |
||||
/*****************cursor*****************/ |
@ -1,41 +0,0 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||
.y-overflow-auto { |
||||
overflow-y: auto; |
||||
overflow-x: hidden; |
||||
} |
||||
.x-overflow-auto { |
||||
overflow-y: hidden; |
||||
overflow-x: auto; |
||||
} |
||||
.y-overflow-scroll { |
||||
overflow-y: scroll; |
||||
overflow-x: hidden; |
||||
} |
||||
.x-overflow-scroll { |
||||
overflow-y: hidden; |
||||
overflow-x: scroll; |
||||
} |
||||
.overflow-auto { |
||||
overflow-x: auto; |
||||
overflow-y: auto; |
||||
} |
||||
.overflow-scroll { |
||||
overflow-x: scroll; |
||||
overflow-y: scroll; |
||||
} |
||||
.overflow-hidden { |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
} |
||||
.td-overflow { |
||||
white-space: normal; |
||||
word-break: break-all; |
||||
} |
||||
.overflow-dot { |
||||
text-overflow: ellipsis; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
white-space: nowrap; |
||||
} |
@ -1,28 +0,0 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||
.display-block { |
||||
display: block; |
||||
} |
||||
.display-inline { |
||||
display: inline-block; |
||||
*display: inline; |
||||
*zoom: 1; |
||||
} |
||||
/**常用于span元素在与combo并列时**/ |
||||
.vertical-super { |
||||
vertical-align: super; |
||||
} |
||||
.vertical-top { |
||||
vertical-align: top; |
||||
} |
||||
.horizon-center { |
||||
text-align: center; |
||||
} |
||||
.horizon-left { |
||||
text-align: left; |
||||
} |
||||
.div-horizon-center { |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
} |
@ -1,24 +0,0 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||
/*类似ie6的盒子模型 可以在有百分比的时候加border 支持到ie8*/ |
||||
.border-sizing { |
||||
-webkit-box-sizing: border-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: border-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: border-box; |
||||
/*IE8*/ |
||||
box-sizing: border-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
||||
.content-sizing { |
||||
-webkit-box-sizing: content-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: content-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: content-box; |
||||
/*IE8*/ |
||||
box-sizing: content-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
@ -1,120 +0,0 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||
@font-face { |
||||
font-family: 'bi'; |
||||
src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/iconfont.woff') format('woff'), /* chrome、firefox */ url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#svgFontName') format('svg'); |
||||
|
||||
/* iOS 4.1- */ |
||||
} |
||||
.b-font { |
||||
font-family: "bi"; |
||||
font-style: normal; |
||||
-webkit-font-smoothing: antialiased; |
||||
-webkit-text-stroke-width: 0.2px; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
html, |
||||
button, |
||||
input, |
||||
select, |
||||
textarea, |
||||
* { |
||||
font-family: "Microsoft YaHei", "Hiragino Sans GB W3"; |
||||
} |
||||
html, |
||||
body, |
||||
div, |
||||
ul, |
||||
li, |
||||
img, |
||||
a, |
||||
span, |
||||
p, |
||||
* { |
||||
margin: 0px; |
||||
} |
||||
html { |
||||
height: 100%; |
||||
overflow: hidden; |
||||
} |
||||
body { |
||||
position: absolute; |
||||
width: 100%; |
||||
height: 100%; |
||||
margin: 0; |
||||
padding: 0; |
||||
top: 0; |
||||
left: 0; |
||||
background-repeat: repeat; |
||||
-webkit-user-select: none; |
||||
-khtml-user-select: none; |
||||
-moz-user-select: none; |
||||
-ms-user-select: none; |
||||
-o-user-select: none; |
||||
user-select: none; |
||||
color: #1a1a1a; |
||||
font: normal 12px "Microsoft YaHei", "Hiragino Sans GB W3"; |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
text-decoration: none; |
||||
-kthml-user-focus: normal; |
||||
-moz-user-focus: normal; |
||||
-moz-outline: 0 none; |
||||
outline: 0 none; |
||||
} |
||||
#wrapper { |
||||
position: absolute; |
||||
left: 0; |
||||
right: 0; |
||||
top: 0; |
||||
bottom: 0; |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
} |
||||
a { |
||||
outline: none; |
||||
text-decoration: none; |
||||
} |
||||
a:focus { |
||||
outline: 0; |
||||
} |
||||
input, |
||||
textarea { |
||||
margin: 0; |
||||
padding: 0; |
||||
outline: none; |
||||
border: 1px solid #cccccc; |
||||
} |
||||
ul, |
||||
ol { |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
ul { |
||||
list-style: disc; |
||||
} |
||||
li { |
||||
list-style-type: none; |
||||
} |
||||
i { |
||||
font-style: normal; |
||||
-webkit-font-smoothing: antialiased; |
||||
-webkit-text-stroke-width: 0.2px; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
div::-webkit-scrollbar, |
||||
textarea::-webkit-scrollbar { |
||||
-webkit-appearance: none; |
||||
background-color: #f4f4f4; |
||||
width: 6px; |
||||
height: 6px; |
||||
} |
||||
div::-webkit-scrollbar-thumb, |
||||
textarea::-webkit-scrollbar-thumb { |
||||
-webkit-border-radius: 0; |
||||
-moz-border-radius: 0; |
||||
border-radius: 0; |
||||
background-color: #e2e2e2; |
||||
} |
@ -1,24 +0,0 @@
|
||||
@import "../bibase"; |
||||
|
||||
@font-face { |
||||
font-family: 'bbr'; |
||||
src: url('@{webUrl}/resources/fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||
url('@{webUrl}/resources/fonts/iconfont.woff') format('woff'), /* chrome、firefox */ |
||||
url('@{webUrl}/resources/fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ |
||||
url('@{webUrl}/resources/fonts/iconfont.svg#svgFontName') format('svg'); /* iOS 4.1- */ |
||||
} |
||||
|
||||
.b-font { |
||||
font-family: "bi"; |
||||
font-style: normal; |
||||
-webkit-font-smoothing: antialiased; |
||||
-webkit-text-stroke-width: 0.2px; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
|
||||
.bi-base-request-fail-mask{ |
||||
& .mask-pane{ |
||||
background: @color-bi-background-default; |
||||
.opacity(0.8); |
||||
} |
||||
} |
@ -1,4 +1,4 @@
|
||||
@import "../lib/animate"; |
||||
@import "../../lib/animate"; |
||||
|
||||
.animated { |
||||
.animated(); |
@ -1,4 +1,4 @@
|
||||
@import "../bibase"; |
||||
@import "../../bibase"; |
||||
|
||||
.base-disabled { |
||||
cursor: default !important; |
@ -1,4 +1,4 @@
|
||||
@import "../bibase"; |
||||
@import "../../bibase"; |
||||
.y-overflow-auto { |
||||
overflow-y: auto; |
||||
overflow-x: hidden; |
@ -1,4 +1,4 @@
|
||||
@import "../bibase"; |
||||
@import "../../bibase"; |
||||
.display-block{ |
||||
display: block; |
||||
} |
@ -1,4 +1,4 @@
|
||||
@import "../bibase"; |
||||
@import "../../bibase"; |
||||
/*类似ie6的盒子模型 可以在有百分比的时候加border 支持到ie8*/ |
||||
.border-sizing{ |
||||
.box-sizing(border-box); |
Loading…
Reference in new issue