style.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. html {
  2. -ms-text-size-adjust: 100%;
  3. -webkit-text-size-adjust: 100%;
  4. -webkit-user-select: none;
  5. user-select: none;
  6. }
  7. body {
  8. line-height: 1.6;
  9. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10. background-color: #f1f0f6;
  11. }
  12. * {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. button {
  17. font-family: inherit;
  18. font-size: 100%;
  19. margin: 0;
  20. *font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  21. }
  22. ul,
  23. ol {
  24. padding-left: 0;
  25. list-style-type: none;
  26. }
  27. a {
  28. text-decoration: none;
  29. }
  30. .label_box {
  31. background-color: #ffffff;
  32. }
  33. .label_item {
  34. padding-left: 15px;
  35. }
  36. .label_inner {
  37. padding-top: 10px;
  38. padding-bottom: 10px;
  39. min-height: 24px;
  40. position: relative;
  41. }
  42. .label_inner:before {
  43. content: " ";
  44. position: absolute;
  45. left: 0;
  46. top: 0;
  47. width: 200%;
  48. height: 1px;
  49. border-top: 1px solid #ededed;
  50. -webkit-transform-origin: 0 0;
  51. transform-origin: 0 0;
  52. -webkit-transform: scale(0.5);
  53. transform: scale(0.5);
  54. top: auto;
  55. bottom: -2px;
  56. }
  57. .lbox_close {
  58. position: relative;
  59. }
  60. .lbox_close:before {
  61. content: " ";
  62. position: absolute;
  63. left: 0;
  64. top: 0;
  65. width: 200%;
  66. height: 1px;
  67. border-top: 1px solid #ededed;
  68. -webkit-transform-origin: 0 0;
  69. transform-origin: 0 0;
  70. -webkit-transform: scale(0.5);
  71. transform: scale(0.5);
  72. }
  73. .lbox_close:after {
  74. content: " ";
  75. position: absolute;
  76. left: 0;
  77. top: 0;
  78. width: 200%;
  79. height: 1px;
  80. border-top: 1px solid #ededed;
  81. -webkit-transform-origin: 0 0;
  82. transform-origin: 0 0;
  83. -webkit-transform: scale(0.5);
  84. transform: scale(0.5);
  85. top: auto;
  86. bottom: -2px;
  87. }
  88. .lbox_close .label_item:last-child .label_inner:before {
  89. display: none;
  90. }
  91. .btn {
  92. display: block;
  93. margin-left: auto;
  94. margin-right: auto;
  95. padding-left: 14px;
  96. padding-right: 14px;
  97. font-size: 18px;
  98. text-align: center;
  99. text-decoration: none;
  100. overflow: visible;
  101. /*.btn_h(@btnHeight);*/
  102. height: 42px;
  103. border-radius: 5px;
  104. -moz-border-radius: 5px;
  105. -webkit-border-radius: 5px;
  106. box-sizing: border-box;
  107. -moz-box-sizing: border-box;
  108. -webkit-box-sizing: border-box;
  109. color: #ffffff;
  110. line-height: 42px;
  111. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  112. }
  113. .btn.btn_inline {
  114. display: inline-block;
  115. }
  116. .btn_primary {
  117. background-color: #04be02;
  118. }
  119. .btn_primary:not(.btn_disabled):visited {
  120. color: #ffffff;
  121. }
  122. .btn_primary:not(.btn_disabled):active {
  123. color: rgba(255, 255, 255, 0.9);
  124. background-color: #039702;
  125. }
  126. button.btn {
  127. width: 100%;
  128. border: 0;
  129. outline: 0;
  130. -webkit-appearance: none;
  131. }
  132. button.btn:focus {
  133. outline: 0;
  134. }
  135. .wxapi_container {
  136. font-size: 16px;
  137. }
  138. h1 {
  139. font-size: 14px;
  140. font-weight: 400;
  141. line-height: 2em;
  142. padding-left: 15px;
  143. color: #8d8c92;
  144. }
  145. .desc {
  146. font-size: 14px;
  147. font-weight: 400;
  148. line-height: 2em;
  149. color: #8d8c92;
  150. }
  151. .wxapi_index_item a {
  152. display: block;
  153. color: #3e3e3e;
  154. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  155. }
  156. .wxapi_form {
  157. background-color: #ffffff;
  158. padding: 0 15px;
  159. margin-top: 30px;
  160. padding-bottom: 15px;
  161. }
  162. h3 {
  163. padding-top: 16px;
  164. margin-top: 25px;
  165. font-size: 16px;
  166. font-weight: 400;
  167. color: #3e3e3e;
  168. position: relative;
  169. }
  170. h3:first-child {
  171. padding-top: 15px;
  172. }
  173. h3:before {
  174. content: " ";
  175. position: absolute;
  176. left: 0;
  177. top: 0;
  178. width: 200%;
  179. height: 1px;
  180. border-top: 1px solid #ededed;
  181. -webkit-transform-origin: 0 0;
  182. transform-origin: 0 0;
  183. -webkit-transform: scale(0.5);
  184. transform: scale(0.5);
  185. }
  186. .btn {
  187. margin-bottom: 15px;
  188. }