You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

202 regels
3.3 KiB

  1. * {
  2. padding: 0;
  3. margin: 0;
  4. list-style: none;
  5. font-family: "黑体";
  6. }
  7. html, body {
  8. width: 100%;
  9. height: 100%;
  10. -webkit-tap-highlight-color: rgba(0,0,0,0);
  11. }
  12. body { background-color: #FFFFFF; }
  13. img { border: none; }
  14. a {
  15. display: block;
  16. color: #333;
  17. border: none;
  18. }
  19. a:link { text-decoration: none; }
  20. a:visited { text-decoration: none; }
  21. a:hover { text-decoration: none; }
  22. .wrapper{
  23. display: block;
  24. position: relative;
  25. width: 100%;
  26. max-width: 960px;
  27. height: auto;
  28. margin: auto;
  29. }
  30. .header {
  31. width: 100%;
  32. height: 36px;
  33. padding: 8px 0;
  34. line-height: 36px;
  35. text-align: center;
  36. color: #fff;
  37. font-size: 28px;
  38. background-color: #000000;
  39. }
  40. .header a {
  41. position: absolute;
  42. left: 40px;
  43. font-size: 28px;
  44. color: #fff;
  45. }
  46. .left_img {
  47. position: absolute;
  48. float: left;
  49. top: 5px;
  50. left: 10px;
  51. }
  52. .right_img {
  53. position: absolute;
  54. float: right;
  55. right: 10px;
  56. }
  57. .content {
  58. width: 100%;
  59. height: auto;
  60. background-color: #FFFFFF;
  61. }
  62. .info-box-title {
  63. padding-bottom: 15px;
  64. font-size: 20px;
  65. color: #3b5998;
  66. text-align: left;
  67. }
  68. .info-box-main {
  69. position: relative;
  70. padding: 3% 2%;
  71. font-size: 1em;
  72. color: #707070;
  73. text-align: left;
  74. background-color: #fff;
  75. border: 1px solid #dcdcdc;
  76. overflow: hidden;
  77. }
  78. .msg-box-btn {
  79. height: 45px;
  80. line-height: 45px;
  81. margin: auto;
  82. margin-top: 40px;
  83. text-align: center;
  84. color: #fff;
  85. font-size: 18px;
  86. border-radius: 2px;
  87. background-color: #3b5998;
  88. cursor: pointer;
  89. }
  90. .info-box-input-box {
  91. position: relative;
  92. margin: 10px 0;
  93. border: 1px solid #dcdcdc;
  94. border-radius: 5px;
  95. background-color: #fff;
  96. overflow: hidden;
  97. }
  98. .info-box-input-row {
  99. width: 100%;
  100. height: 40px;
  101. line-height: 40px;
  102. border-bottom: 1px solid #dcdcdc;
  103. }
  104. .info-box-input {
  105. width: 100%;
  106. height: 40px;
  107. padding: 5px;
  108. line-height: 30px;
  109. color: #707070;
  110. font-size: 16px;
  111. border: none;
  112. background: none;
  113. outline: none;
  114. }
  115. .info-box-select {
  116. position: absolute;
  117. top: 0px;
  118. left: 0px;
  119. height: 100%;
  120. opacity: 0;
  121. }
  122. .last-row { border-bottom: none; }
  123. .select-option {
  124. position: relative;
  125. width: 76%;
  126. right: -1px;
  127. background-color: #fff;
  128. overflow: hidden;
  129. }
  130. .option, .option-btn {
  131. position: relative;
  132. display: inline-block;
  133. float: left;
  134. overflow: hidden;
  135. }
  136. .option-btn {
  137. float: right;
  138. width: 20%;
  139. right: -1px;
  140. font-size: 24px;
  141. text-align: center;
  142. color: #a0a0a0;
  143. background-color: #eeeeee;
  144. border-left: 1px solid #dcdcdc;
  145. border-right: 1px solid #eeeeee;
  146. border-top-right-radius: 5px;
  147. border-bottom-right-radius: 5px;
  148. }
  149. .upload-input {
  150. position: absolute;
  151. top: 0;
  152. left: 0;
  153. width: 100%;
  154. height: 100%;
  155. opacity: 0;
  156. cursor: pointer;
  157. }
  158. .upload-btn {
  159. position: relative;
  160. overflow: hidden;
  161. width: 90%;
  162. height: 42px;
  163. line-height: 42px;
  164. margin: auto;
  165. margin-top: 3%;
  166. margin-bottom: 3%;
  167. font-size: 16px;
  168. text-align: center;
  169. color: #fff;
  170. cursor: pointer;
  171. background-color: #3b5998;
  172. }
  173. .submit {
  174. position: absolute;
  175. top: 0;
  176. left: 0;
  177. width: 100%;
  178. height: 100%;
  179. opacity: 0;
  180. cursor: pointer;
  181. }
  182. .return-msg {
  183. width: 100%;
  184. font-size: 12px;
  185. text-align: left;
  186. line-height: 25px;
  187. color: #C03;
  188. }
  189. .btn-more{
  190. width:75%;
  191. display: hidden;
  192. padding: 5px 10px;
  193. background-color: #fff;
  194. border-radius: 2px;
  195. overflow: hidden;
  196. text-align: center;
  197. margin-left: 10%;
  198. margin-top: 5px;
  199. font-size:20px;
  200. margin-bottom: 30px;
  201. }