global-phone.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. @charset "utf-8";
  2. /*Reset 样式初始化*/
  3. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  4. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  5. padding: 0;
  6. margin: 0;
  7. font-weight: normal;
  8. font-style: normal;
  9. font-size: 100%;
  10. font-family:"微软雅黑","Tahoma";
  11. vertical-align: baseline;
  12. text-align:justify;
  13. word-wrap:break-word;
  14. text-justify:inter-ideograph;
  15. }
  16. body{text-align:center}
  17. ul, ol, li, h1 {
  18. line-height:normal;
  19. list-style-image:none;
  20. list-style-position:outside;
  21. list-style-type:none
  22. }
  23. dl {
  24. margin:0
  25. }
  26. dd {
  27. margin-left:0
  28. }
  29. a {
  30. outline:none;
  31. }
  32. a img {
  33. border:0 none
  34. }
  35. img {
  36. vertical-align:middle;
  37. border:0px
  38. }
  39. table {
  40. border-collapse:collapse
  41. }
  42. .clearfix:after {
  43. content:".";
  44. display:block;
  45. height:0;
  46. clear:both;
  47. visibility:hidden
  48. }
  49. .clearfix {
  50. display:inline-block;
  51. overflow:hidden
  52. }
  53. .clearfix {
  54. display:block
  55. }
  56. body {color:#666}
  57. a {color:#1570A6;text-decoration:none}
  58. a:hover {color:#083047;text-decoration:underline}
  59. .width1020{width:1020px;margin:0 auto}
  60. .width1060{width:1020px;margin:0 auto;background:#fff;padding:0 20px 20px 20px}
  61. /**/
  62. .clearB {clear:both}
  63. .fL {float:left}
  64. .fR {float:right}
  65. :link, *:visited, *:hover, *:active, *:focus {
  66. -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  67. -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  68. transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  69. -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  70. }
  71. .colRed {color:#f70000}
  72. .colOrange {color:#ed8b00}
  73. .colYel {color:#d9a601}
  74. .colGreen{color:#17ab0c}
  75. .colGray{color:#999}
  76. .colBlue{color:#3172d9}
  77. .colKoi{color:#E36335}
  78. .hide {display:none}
  79. /*scroll*/
  80. .scrollgeneric {
  81. line-height:1px;
  82. font-size:1px;
  83. position:absolute;
  84. top:0;
  85. left:0
  86. }
  87. .vscrollerbase {
  88. width:10px;
  89. background-color:#eee;
  90. }
  91. .vscrollerbar {
  92. width:10px;
  93. background-color:#5da6d9
  94. }
  95. .hscrollerbase {
  96. height:10px;
  97. background-color:#eee;
  98. z-index:99;
  99. }
  100. .hscrollerbar {
  101. height:10px;
  102. background-color:#5da6d9;
  103. }
  104. .scrollerjogbox {
  105. width:10px;
  106. height:10px;
  107. top:auto;
  108. left:auto;
  109. bottom:0;
  110. right:0;
  111. background-color:#eee;
  112. }
  113. .vscrollerbar, .hscrollerbar{padding:1px}
  114. /*头部*/
  115. .wrapBox{
  116. border-top: 0.2em solid #2daebf;
  117. }
  118. .wrapBox .pageTitle h1{
  119. color:#2daebf;
  120. font-size: 1.5em;
  121. }
  122. .pageTitle{
  123. padding:1em;
  124. }
  125. .trainForm{
  126. border-top:0.5em solid #2daebf;
  127. padding:0 1em;
  128. }
  129. .trainFormTab{
  130. margin:1em 0 0 0;
  131. }
  132. .trainFormTab a{
  133. padding:0.1em 1.6em;
  134. text-align:center;
  135. height:2em;
  136. line-height:2em;
  137. display:inline-block;
  138. *display:inline;
  139. zoom:1;
  140. background:#ededed;
  141. color:#999;
  142. cursor:pointer;
  143. }
  144. .trainFormTab a:hover{
  145. background:#e6eeef;
  146. color:#333;
  147. text-decoration: none;
  148. }
  149. .trainFormTab a:visited{
  150. text-decoration: none;
  151. }
  152. .trainFormTab a:active{
  153. text-decoration: none;
  154. }
  155. .trainFormTab a.now{
  156. background:#2daebf;
  157. color:#fff;
  158. cursor:default;
  159. }
  160. .trainFormItem{
  161. padding:1em;
  162. }
  163. .trainEntry{
  164. background:#f4f4f4;
  165. padding:0.5em;
  166. margin:0 0 1em 0;
  167. }
  168. .trainEntry:hover{
  169. background:#fff;
  170. cursor:pointer;
  171. }
  172. .trainState{
  173. padding:0.5em 0 0 0;
  174. font-size: 0.875em;
  175. }
  176. .trainTitle{
  177. border-left: 0.2em solid #50B4BC;
  178. padding:0.1em 0 0.1em 0.5em;
  179. font-size: 1.125em;
  180. }
  181. .trainReturn a{
  182. background:#2DAEBF;
  183. color:#fff;
  184. padding:0.5em;
  185. }
  186. .formContent{
  187. padding:1em;
  188. }
  189. .formContent h1{
  190. text-align: center;
  191. font-size: 1.125em;
  192. padding:0.3em 0;
  193. border-bottom: 0.1em solid #2DAEBF;
  194. color:#f00;
  195. }
  196. .formContent h2{
  197. text-align: center;
  198. font-size: 1em;
  199. padding:0.5em 0;
  200. }
  201. .formContent p{
  202. line-height: 1.5em;
  203. padding:0.5em 0;
  204. }
  205. .formContent .formTable li{
  206. padding:1em 0;
  207. border-bottom: 0.1em dashed #ccc;
  208. }
  209. .formContent .formTable .formTh{
  210. padding:0.5em 1em;
  211. background:#2DAEBF;
  212. color:#fff;
  213. }
  214. .formContent .formTable .formTd{
  215. width:100%;
  216. margin:0.5em 0 0 0;
  217. }
  218. .formContent .formTable .formTd p{
  219. line-height: 1.5em;;
  220. }