index.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. font-size: 100%;
  22. font: inherit;
  23. vertical-align: baseline;
  24. }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28. display: block;
  29. }
  30. ol, ul {
  31. list-style: none;
  32. }
  33. blockquote, q {
  34. quotes: none;
  35. }
  36. blockquote:before, blockquote:after,
  37. q:before, q:after {
  38. content: '';
  39. content: none;
  40. }
  41. table {
  42. border-collapse: collapse;
  43. border-spacing: 0;
  44. }
  45. input {
  46. -webkit-box-sizing: border-box;
  47. -moz-box-sizing: border-box;
  48. box-sizing: border-box;
  49. }
  50. /* */
  51. body {
  52. color: #666666;
  53. font-size: 0.28rem;
  54. font-family: PingFangSC-Regular, PingFang SC;
  55. }
  56. .overlay {
  57. position: fixed;
  58. top: 0;
  59. right: 0;
  60. bottom: 0;
  61. left: 0;
  62. z-index: 9990;
  63. background-color: rgba(0, 0, 0, 0.3);
  64. min-height: 6.5rem;
  65. }
  66. .section-agr {
  67. width: 5.68rem;
  68. position: fixed;
  69. top: 50%;
  70. left: 50%;
  71. background: #ffffff;
  72. border-radius: 0.16rem;
  73. transform: translate(-50%, -50%);
  74. z-index: 9991;
  75. }
  76. .issue {
  77. height: 1.16rem;
  78. font-family: PingFangSC-Medium;
  79. font-size: 0.32rem;
  80. font-weight: 500;
  81. color: #333333;
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. margin-bottom: 0.14rem;
  86. }
  87. ul {
  88. margin-top: -0.03rem;
  89. }
  90. ul li {
  91. display: flex;
  92. align-items: center;
  93. margin-bottom: 0.4rem;
  94. }
  95. ul li:last-child {
  96. margin-bottom: 0;
  97. }
  98. ul li span {
  99. color: #666666;
  100. font-size: 0.28rem;
  101. font-weight: 400;
  102. }
  103. ul li input[type="radio"] {
  104. -webkit-appearance: none;
  105. width: 0.28rem;
  106. height: 0.28rem;
  107. background-color: #fff;
  108. border: 0.01rem solid #c9c9c9;
  109. border-radius: 50%;
  110. outline: none;
  111. margin-left: 0.52rem;
  112. margin-right: 0.13rem;
  113. margin-top: 0;
  114. }
  115. ul li input:checked {
  116. border: none;
  117. background: url('./img/checked.png') no-repeat;
  118. background-size: 100% 100%;
  119. }
  120. .cancelmsg-title {
  121. font-size: 0.28rem;
  122. margin: 0.35rem 0 0 0.44rem;
  123. }
  124. .cancelmsg-box {
  125. height: 1.62rem;
  126. margin: 0.08rem 0.44rem 0 0.44rem;
  127. border: 0.02rem solid #F2F2F2;
  128. border-radius: 0.04rem;
  129. position: relative;
  130. }
  131. .cancelmsg-box .cancelmsg {
  132. width: 4.3rem;
  133. height: 1.3rem;
  134. color: #999999;
  135. font-size: 0.28rem;
  136. font-family: PingFangSC-Regular, PingFang SC;
  137. background: #FFFFFF;
  138. margin: 0.13rem auto;
  139. display: block;
  140. border: none;
  141. resize: none;
  142. }
  143. textarea::-webkit-input-placeholder {
  144. color: #999999;
  145. font-size: 0.28rem;
  146. }
  147. .cancelmsg-box .cnt {
  148. font-size: 0.24rem;
  149. color: #ccc;
  150. position: absolute;
  151. right: 0.26rem;
  152. bottom: 0.18rem;
  153. }
  154. .section-agr .actions {
  155. display: flex;
  156. width: 100%;
  157. justify-content: space-evenly;
  158. height: 0.88rem;
  159. margin-top: 0.32rem;
  160. align-items: center;
  161. border-top: 0.01rem solid #E6E6E6;
  162. }
  163. .section-agr .actions .btn {
  164. height: 100%;
  165. flex: 1;
  166. color: #333;
  167. font-size: 0.32rem;
  168. font-weight: 500;
  169. font-family: PingFangSC-Medium, PingFang SC;
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. }
  174. .section-agr .actions .primary {
  175. color: #3A9DFD;
  176. border-left: 0.01rem solid #E6E6E6;
  177. }
  178. /* 弹窗 */
  179. .fixed-center {
  180. display: none;
  181. position: fixed;
  182. top: 50%;
  183. left: 50%;
  184. transform: translate(-50%, -678%);
  185. z-index: 9991;
  186. }
  187. .login {
  188. width: 96%;
  189. height: 1rem;
  190. border-radius: 0.2rem;
  191. background: #fdebe7;
  192. }
  193. .texts {
  194. margin: 0 auto;
  195. display: inline-block;
  196. color: #333333;
  197. width: 100%;
  198. line-height: 1.1rem;
  199. text-indent: 0.2rem;
  200. font-size: 0.38rem;
  201. }
  202. .feedback {
  203. text-indent: 0.2rem;
  204. display: inline-block;
  205. line-height: 1rem;
  206. text-align: center;
  207. width: 100%;
  208. font-size: 0.28rem;
  209. color: #cf7169
  210. }
  211. .im {
  212. display: inline-block;
  213. width: 100%;
  214. line-height: 0.85rem;
  215. margin-left: 3.95rem;
  216. color: #6e6eb7;
  217. }