global.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .clearfix:after {
  2. content:".";
  3. display:block;
  4. height:0;
  5. clear:both;
  6. visibility:hidden
  7. }
  8. .clearfix {
  9. display:inline-block;
  10. overflow:hidden
  11. }
  12. .clearfix {
  13. display:block
  14. }
  15. .clearfix {
  16. *zoom: 1;
  17. }
  18. .clearfix:before,
  19. .clearfix:after {
  20. display: table;
  21. content: "";
  22. line-height: 0;
  23. }
  24. .clearfix:after {
  25. clear: both;
  26. }
  27. @font-face {
  28. font-family: 'ZHcldSystem';
  29. src:url('fonts/ZHcldSystem.eot');
  30. src:url('fonts/ZHcldSystem.eot?#iefix') format('embedded-opentype'),
  31. url('fonts/ZHcldSystem.ttf') format('truetype'),
  32. url('fonts/ZHcldSystem.woff') format('woff'),
  33. url('fonts/ZHcldSystem.svg#ZHcldSystem') format('svg');
  34. font-weight: normal;
  35. font-style: normal;
  36. }
  37. [class*="icon-"] {
  38. font-family: 'ZHcldSystem';
  39. speak: none;
  40. font-style: normal;
  41. font-weight: normal;
  42. font-variant: normal;
  43. text-transform: none;
  44. line-height:1.6rem;
  45. /* Better Font Rendering =========== */
  46. -webkit-font-smoothing: antialiased;
  47. -moz-osx-font-smoothing: grayscale;
  48. }
  49. /**/
  50. .clearB {clear:both}
  51. .fL {float:left}
  52. .fR {float:right}
  53. :link, *:visited, *:hover, *:active, *:focus {
  54. -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  55. -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  56. transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  57. -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  58. }
  59. .colRed {color:#f70000}
  60. .colOrange {color:#ed8b00}
  61. .colYel {color:#d9a601}
  62. .colGreen{color:#17ab0c}
  63. .colGray{color:#999}
  64. .colDark{color:#333}
  65. .colBlue{color:#3172d9}
  66. .hide {display:none}
  67. .contactsTag{
  68. border-radius: 2px 2px 2px 2px;
  69. color: #FFFFFF;
  70. margin: 0 1px;
  71. padding: 5px 3px;
  72. overflow:hidden;
  73. text-overflow:ellipsis;
  74. white-space:nowrap;
  75. display:inline-block;
  76. font-style:normal
  77. }
  78. .contactsMark{
  79. border-radius: 2px;
  80. border:1px solid #ccc;
  81. margin: 0 1px;
  82. padding: 0 3px;
  83. overflow:hidden;
  84. text-overflow:ellipsis;
  85. white-space:nowrap;
  86. display:inline-block;
  87. font-style:normal;
  88. color:#333;
  89. }
  90. .contactsTag.tagCol-01{
  91. background-color:#16A085
  92. }
  93. .contactsTag.tagCol-02{
  94. background-color:#2980B9
  95. }
  96. .contactsTag.tagCol-03{
  97. background-color:#8E44AD
  98. }
  99. .contactsTag.tagCol-04{
  100. background-color:#f90000
  101. }
  102. .contactsTag.tagCol-05{
  103. background-color:#B8651B
  104. }
  105. .contactsTag.tagCol-06{
  106. background-color:#2C3E50
  107. }
  108. .contactsTag.tagCol-07{
  109. background-color:#efd200
  110. }
  111. .clientRecord li i.icon{
  112. margin-left: -4px;
  113. margin-top: -5px;
  114. width: 32px;
  115. height: 32px;
  116. float: left;
  117. }
  118. .iconGenerate,.iconReceive,.iconBorrow,.iconSell,.iconUpdate,.iconReplace,.iconRecycle,.iconContacts,.iconLock,.iconService,.iconPhone,.iconOther{
  119. background:url(infocentericon.png) no-repeat 0 0
  120. }
  121. .iconGenerate{
  122. background-position:0 0
  123. }
  124. .iconReceive{
  125. background-position:0 -32px
  126. }
  127. .iconBorrow{
  128. background-position:0 -64px
  129. }
  130. .iconSell{
  131. background-position:0 -96px
  132. }
  133. .iconUpdate{
  134. background-position:0 -128px
  135. }
  136. .iconReplace{
  137. background-position:0 -160px
  138. }
  139. .iconRecycle{
  140. background-position:0 -192px
  141. }
  142. .iconContacts{
  143. background-position:0 -224px
  144. }
  145. .iconLock{
  146. background-position:0 -256px
  147. }
  148. .iconService{
  149. background-position:0 -288px
  150. }
  151. .iconPhone{
  152. background-position:0 -320px
  153. }
  154. .iconOther{
  155. background-position:0 -352px
  156. }