registerPagesC.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. *{
  2. padding: 0;
  3. margin: 0;
  4. text-decoration: none;
  5. font-family: "Microsoft Yahei", "΢ÈíÑźÚ", Tahoma, Arial, Helvetica, STHeiti;
  6. background: #f4f4f4;
  7. }
  8. ol,ul{
  9. list-style:none;
  10. }
  11. .zcolor{
  12. color: #f4f4f4 !important;
  13. }
  14. .topHeader {
  15. width: 100%;
  16. height:9rem;
  17. background: #2577e3;
  18. color: #2c2c2c;
  19. }
  20. .topHeaderL{
  21. width: 80%;
  22. padding-left:7%;
  23. height: 9rem;
  24. line-height:9rem;
  25. background: #2577e3;
  26. color: #fff;
  27. font-size: 3rem;
  28. float: left;
  29. }
  30. .topHeaderR{
  31. width: 13%;
  32. height: 9rem;
  33. line-height:5rem;
  34. background: #2577e3;
  35. color: #fff;
  36. font-size: 5rem;
  37. float: left;
  38. }
  39. .formT{
  40. width: 84%;
  41. margin-top:5rem;
  42. margin-left: 7%;
  43. }
  44. .list{
  45. width: 100%;
  46. height: 7rem;
  47. margin-bottom: 2rem;
  48. }
  49. .listT{
  50. width: 100%;
  51. }
  52. .listL{
  53. float: left;
  54. width: 7%;
  55. height: 7rem;
  56. line-height: 8rem;
  57. color: red;
  58. font-size: 3rem;
  59. }
  60. .listC{
  61. float: left;
  62. width: 28%;
  63. height: 7rem;
  64. line-height: 7rem;
  65. color: #2c2c2c;
  66. font-size: 2.5rem;
  67. }
  68. .listR{
  69. float: left;
  70. width: 65%;
  71. height: 7rem;
  72. line-height: 7rem;
  73. color: #cfcfcf;
  74. }
  75. .select-box {
  76. position: relative;
  77. width: 100%;
  78. /*height: 7rem;*/
  79. float: left;
  80. /*margin-right: 8px;*/
  81. }
  82. .select-city .select-header {
  83. /*width: 88px;*/
  84. /*height: 36px;*/
  85. width: 100%;
  86. height: 7rem;
  87. /*padding-right: 26px;*/
  88. background: url(../img/xiala.jpg) no-repeat #fff;
  89. background-position: 90% 3rem;
  90. line-height: 7rem;
  91. text-indent:2rem;
  92. font-size: 2.5rem;
  93. color: #a9a9a9;
  94. cursor: pointer;
  95. overflow: hidden;
  96. }
  97. .select-city .select-arrow {
  98. background-position: 90% 3rem;
  99. }
  100. .select-city .select-content {
  101. position: absolute;
  102. top: 7rem;
  103. left: 0;
  104. z-index: 99;
  105. display: none;
  106. background-color: #fff;
  107. }
  108. .select-city .select-content li {
  109. width: 33.4rem;
  110. height: 7rem;
  111. margin: 0;
  112. border-bottom: 1px solid #c1c1c1;
  113. line-height: 7rem;
  114. text-indent:2rem;
  115. font-size: 2.5rem;
  116. background-color: #fff;
  117. color: #a9a9a9;
  118. cursor: pointer;
  119. }
  120. .inputC{
  121. width: 100%;
  122. height: 7rem;
  123. line-height: 7rem;
  124. text-indent:2rem;
  125. font-size: 2.5rem;
  126. /*color: #a9a9a9;*/
  127. cursor: pointer;
  128. overflow: hidden;
  129. border: none;
  130. background: #fff;
  131. }
  132. .inputY{
  133. width: 50%;
  134. height: 7rem;
  135. line-height: 7rem;
  136. text-indent:2rem;
  137. font-size: 2.5rem;
  138. color: #a9a9a9;
  139. cursor: pointer;
  140. overflow: hidden;
  141. border: none;
  142. background: #fff;
  143. float: left;
  144. margin-right: 10%;
  145. }
  146. .bg{
  147. background: #f4f4f4 !important;
  148. }
  149. .inputM{
  150. width: 25%;
  151. height: 7rem;
  152. line-height: 7rem;
  153. text-indent:2rem;
  154. font-size: 2.5rem;
  155. color: #a9a9a9;
  156. cursor: pointer;
  157. overflow: hidden;
  158. border: none;
  159. background: #fff;
  160. float: left;
  161. }
  162. .btnO{
  163. width: 100%;
  164. margin-top: 6rem;
  165. height: 7rem;
  166. border: none;
  167. line-height: 7rem;
  168. text-align: center;
  169. border-radius: 1rem;
  170. background: #2577e3;
  171. color: #fff;
  172. font-size: 3rem;
  173. }
  174. .btnT{
  175. width: 100%;
  176. margin-top:3rem;
  177. height: 7rem;
  178. border: 0.2rem solid #2577e3;
  179. line-height: 7rem;
  180. text-align: center;
  181. border-radius: 1rem;
  182. color: #2577e3;
  183. font-size: 3rem;
  184. }