global.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. .colBlue{color:#3172d9}
  65. .hide {display:none}
  66. .contactsTag{
  67. border-radius: 2px 2px 2px 2px;
  68. color: #FFFFFF;
  69. margin: 0 1px;
  70. padding: 5px 3px;
  71. overflow:hidden;
  72. text-overflow:ellipsis;
  73. white-space:nowrap;
  74. display:inline-block;
  75. font-style:normal
  76. }
  77. .contactsMark{
  78. border-radius: 2px;
  79. border:1px solid #ccc;
  80. margin: 0 1px;
  81. padding: 0 3px;
  82. overflow:hidden;
  83. text-overflow:ellipsis;
  84. white-space:nowrap;
  85. display:inline-block;
  86. font-style:normal;
  87. color:#333;
  88. }
  89. .contactsTag.tagCol-01{
  90. background-color:#16A085
  91. }
  92. .contactsTag.tagCol-02{
  93. background-color:#2980B9
  94. }
  95. .contactsTag.tagCol-03{
  96. background-color:#8E44AD
  97. }
  98. .contactsTag.tagCol-04{
  99. background-color:#f90000
  100. }
  101. .contactsTag.tagCol-05{
  102. background-color:#B8651B
  103. }
  104. .contactsTag.tagCol-06{
  105. background-color:#2C3E50
  106. }
  107. .contactsTag.tagCol-07{
  108. background-color:#efd200
  109. }
  110. .clientRecord li i.icon{
  111. margin-left: -4px;
  112. margin-top: -5px;
  113. width: 32px;
  114. height: 32px;
  115. float: left;
  116. }
  117. .iconGenerate,.iconReceive,.iconBorrow,.iconSell,.iconUpdate,.iconReplace,.iconRecycle,.iconContacts,.iconLock,.iconService,.iconPhone,.iconOther{
  118. background:url(infocentericon.png) no-repeat 0 0
  119. }
  120. .iconGenerate{
  121. background-position:0 0
  122. }
  123. .iconReceive{
  124. background-position:0 -32px
  125. }
  126. .iconBorrow{
  127. background-position:0 -64px
  128. }
  129. .iconSell{
  130. background-position:0 -96px
  131. }
  132. .iconUpdate{
  133. background-position:0 -128px
  134. }
  135. .iconReplace{
  136. background-position:0 -160px
  137. }
  138. .iconRecycle{
  139. background-position:0 -192px
  140. }
  141. .iconContacts{
  142. background-position:0 -224px
  143. }
  144. .iconLock{
  145. background-position:0 -256px
  146. }
  147. .iconService{
  148. background-position:0 -288px
  149. }
  150. .iconPhone{
  151. background-position:0 -320px
  152. }
  153. .iconOther{
  154. background-position:0 -352px
  155. }