xz_html.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. 
  2. * {
  3. margin:0px;
  4. padding:0px;
  5. }
  6. html {
  7. padding:0px;
  8. font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
  9. font-size:14px;
  10. }
  11. body {
  12. margin:0px;
  13. padding:0px;
  14. }
  15. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  16. margin:0;
  17. padding:0;
  18. }
  19. em{ text-decoration:none; font-style:normal;}
  20. table {
  21. border-collapse:collapse;
  22. border-spacing:0;
  23. }
  24. img {
  25. border:none;
  26. }
  27. ol,ul,li {
  28. list-style:none;
  29. margin:0; padding:0;}
  30. /* 标题自定义 */
  31. h1,h2,h3,h4,h5,h6 {
  32. }
  33. a{
  34. font-family:"Microsoft YaHei";
  35. text-decoration: none;
  36. cursor:pointer;
  37. }
  38. a:hover {
  39. text-decoration:none;
  40. }
  41. span{
  42. font-family:"Microsoft YaHei";
  43. }
  44. font{
  45. font-family:"Microsoft YaHei";
  46. }
  47. h1,h2,h3,h4,h5,h6{ font-weight:normal;}
  48. /* 清除浮动 */
  49. .clearfix:after {
  50. content: "."; /*内容为“.”就是一个英文的句号而已。也可以不写。*/
  51. display: block; /*加入的这个元素转换为块级元素。*/
  52. clear: both; /*清除左右两边浮动。*/
  53. visibility: hidden; /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间,只是看不到而已;*/
  54. line-height: 0; /*行高为0;*/
  55. height: 0; /*高度为0;*/
  56. font-size:0; /*字体大小为0;*/}
  57. .clearfix { *zoom:1;} /*这是针对于IE6的,因为IE6不支持:after伪类,这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/
  58. /* 显示和隐藏 */
  59. .tl_hide {
  60. display:none;
  61. }
  62. .tl_block {
  63. display:block;
  64. }
  65. .fl {
  66. float:left;
  67. }
  68. .fr {
  69. float:right;
  70. }
  71. .red{
  72. color: #f00;
  73. }
  74. i{ font-style:normal;}
  75. input{ border:none; outline:none; display:block;}
  76. textarea{border:none; outline:none; resize:none;}
  77. .bd_content {
  78. width: 100%;
  79. margin: 4% auto;
  80. }
  81. .bd_content .div_line{
  82. padding:4% 0px;
  83. border-bottom: 1px solid #eeeeec;
  84. }
  85. .bd_content .div_line span{
  86. font-size: 1.6em;
  87. color: #333;
  88. padding-right: 3%;
  89. display: block;
  90. height: 35px;
  91. line-height: 35px;
  92. margin-left: 4%;
  93. }
  94. .bd_content .div_line i{
  95. padding-left: 6px;
  96. display: inline-block;
  97. }
  98. .bd_content .div_line input{
  99. height: 35px;
  100. line-height: 35px;
  101. }
  102. .bd_content .div_line textarea{
  103. min-height: 300px;
  104. padding-bottom: 50px;
  105. }
  106. .bd_content .div_line .yy{
  107. margin-top: -20px;
  108. }
  109. .jianjie_TEXT{
  110. margin-left: 4%;
  111. margin-top: 2%;
  112. width: 86%;
  113. border:1px solid #ccc;
  114. border-radius: 5px;
  115. padding: 4% 2%;
  116. }
  117. .total-time span{
  118. display: inline!important;
  119. padding: 0px!important;
  120. }
  121. .bd_content .btn_div{
  122. padding-left: 4%;
  123. padding-top: 5%;
  124. padding-bottom: 5%;
  125. background: #fafafa;
  126. }
  127. .bd_content .btn_div input{
  128. width:80px;
  129. height: 35px;
  130. line-height: 35px;
  131. background: #f1f1f1;
  132. border-radius: 25px;
  133. border:1px solid #cecece;
  134. color: #ba0101;
  135. font-size: 1.2em;
  136. margin-right: 10px;
  137. }
  138. .bd_content .btn_div .kszx{
  139. width:100px;
  140. height: 35px;
  141. line-height: 35px;
  142. background: #00a0e9;
  143. border-radius: 25px;
  144. color: #fff;
  145. font-size: 1.2em;
  146. text-align: center;
  147. margin-right: 10px;
  148. }
  149. .bd_content .btn_div .start-button {
  150. width:140px;
  151. height: 35px;
  152. line-height: 35px;
  153. background: #e60012;
  154. border-radius: 25px;
  155. color: #fff;
  156. font-size: 1.2em;
  157. text-align: center;
  158. }