loginPagesC.css 3.0 KB

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