appstyle.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. @charset "utf-8";
  2. /*safari打开提示*/
  3. .click_opacity{ width:100%; height:100%; background:#000; opacity:0.6; position:fixed; z-index:10000; top:0px;}
  4. .to_btn{ position:fixed; top:10px; right:10px; text-align:right; z-index:10001; font-family:"微软雅黑";}
  5. .to_btn span{ display:block;}
  6. .to_btn img{ width:20%; height:auto; display:inline-block;}
  7. .to_btn .span1{ font-size:1.6rem; color:#fff; margin-top:5px;}
  8. .to_btn{ color:#fff;}
  9. .to_btn .span2{ display:inline-block; line-height:36px; width:80%; margin-bottom:12px; text-align:left; font-size:16px;}
  10. .to_btn .span2 em{ display:inline-block; width:16px; height:16px; background:#009dd9; color:#fff; font-size:12px; text-align:center; line-height:16px; border:1px solid #fff; border-radius:50%; margin-right:3px;}
  11. .to_btn .span2 img{ display:inline-block; width:30px; height:30px; margin:0px 5px;}
  12. .to_btn span{ display:block; float:right;}
  13. .to_btn .android_open img{ display:inline-block; width:150px; height:34px;}
  14. /*ios9提示样式*/
  15. .ios9_tips{ width:100%; background:rgba(0,0,0,0.7); padding:30px 0px; height:auto;}
  16. .ios9_tips p{ font-size:14px; font-weight:200; color:#fff; width:100%; text-align:center; line-height:28px;}
  17. .ios9_tips img{ display:block;width:12px;height:12px;}
  18. .ios9_tips .img1{ width:80%; height:auto; margin:20px 10% 0px;}
  19. .ios9_tips .btn{ width:40%; height:auto; margin:20px 30% 0px;font-size: 13px;font-weight: 500;border: 0px solid #fff!important;}
  20. .ios9_tips .p3{font-size:16px; margin:50px 0px 30px 0px;}
  21. .ios9_tips .img2{ width:120px; height:120px; margin:10px auto;}
  22. .ios9_tips .img3{ width:80%; height:auto; margin:20px 10% 0px;}
  23. .ios9_tips .img4{ width:60%; height:auto; margin:20px 20% 0px;}
  24. .go_desk{ margin-top:30px;}
  25. .close_ios9{margin-right: 25px;position: absolute;top: 50px; right: 0px;}
  26. .close_ios92{margin-right: 40px;position: absolute;top:43px; right: 0px;}
  27. .ios9_tips_content{ padding-top:10px;}
  28. .logo0622{ width:120px; height:130px; margin: 40px auto 0px;text-align: center;}
  29. .logo0622 img{border-radius:22.5%;width:120px; height:120px; display:inline-block;}
  30. .cy_app_name{ color:#000; margin-bottom:10px;text-align: center;}
  31. .phone_show { margin-top:2rem;}
  32. .phone_show p{ width:100%; text-align:center; line-height:1rem;color: #000;font-family: "Open Sans","Helvetica Neue",Helvetica,"Microsoft YaHei",sans-serif;font-size: 16px;font-weight: 300;letter-spacing: 1.2px;}
  33. .load_fixed{ margin:2rem auto;}
  34. .load_fixed a{color: #2c9fb7;cursor: pointer; font-size: 16px; display:block; width:100%;}
  35. @media screen and (max-width:768px){.load_fixed a{ width:50%; margin-left:25%;}}
  36. .load_fixed{ position:relative;}
  37. .fixing .fa-circle-o-notch{ color:#fff; font-weight:100; width:100%; text-align:center; position:absolute; top:0px;}
  38. .load_fixed .home_key{ position:absolute; top:0px; font-size:14px;}
  39. .one-key-report-dialog {
  40. background-color: #fff;
  41. border-radius: 10px;
  42. box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  43. left: 50%;
  44. margin-left: -225px;
  45. margin-top: -275px;
  46. padding: 20px;
  47. position: fixed;
  48. top: 50%;
  49. width: 450px;
  50. z-index: 99999;
  51. }
  52. .one-key-report-dialog .dialog-close {
  53. position: absolute;
  54. right: 10px;
  55. top: 10px;
  56. }
  57. .one-key-report-dialog .dialog-close i.icon-close {
  58. cursor: pointer;
  59. font-size: 18px;
  60. font-weight: 700;
  61. }
  62. .one-key-report-dialog .dialog-close i.icon-close:hover {
  63. color: #333;
  64. }
  65. .one-key-report-dialog .dialog-close .icon-return {
  66. color: #32b2a7;
  67. display: none;
  68. }
  69. .one-key-report-dialog .custom-checkbox {
  70. cursor: pointer;
  71. display: inline-block;
  72. line-height: 24px;
  73. margin-right: 40px;
  74. padding: 2px 2px 2px 25px;
  75. position: relative;
  76. text-align: left;
  77. }
  78. .one-key-report-dialog .custom-checkbox:last-child {
  79. margin-right: 0;
  80. }
  81. .one-key-report-dialog .custom-checkbox::after, .one-key-report-dialog .custom-checkbox::before {
  82. content: " ";
  83. display: block;
  84. position: absolute;
  85. }
  86. .one-key-report-dialog .custom-checkbox::after {
  87. background-color: #1989fa;
  88. border-radius: 10px;
  89. display: none;
  90. height: 10px;
  91. left: 1px;
  92. top: 7px;
  93. width: 10px;
  94. }
  95. .one-key-report-dialog .custom-checkbox::before {
  96. background-color: #fff;
  97. border: 1px solid #1989fa;
  98. border-radius: 12px;
  99. height: 12px;
  100. left: 0;
  101. top: 6px;
  102. width: 12px;
  103. }
  104. .one-key-report-dialog .custom-checkbox.active::after {
  105. display: block;
  106. }
  107. .one-key-report-dialog .content-row {
  108. display: table;
  109. padding: 10px 10px 5px;
  110. position: relative;
  111. width: 100%;
  112. }
  113. .one-key-report-dialog .content-row input, .one-key-report-dialog .content-row label {
  114. display: inline-block;
  115. float: left;
  116. }
  117. .one-key-report-dialog .content-row label {
  118. font-size: 18px;
  119. line-height: 34px;
  120. margin-right: 30px;
  121. }
  122. .one-key-report-dialog .content-row input {
  123. border: 1px solid #a9b1b3;
  124. border-radius: 5px;
  125. height: 34px;
  126. outline: 0 none;
  127. padding: 5px 10px;
  128. width: 240px;
  129. }
  130. .one-key-report-dialog .content-row .checkbox-list {
  131. clear: both;
  132. padding: 5px 0;
  133. text-align: left;
  134. width: 100%;
  135. }
  136. .one-key-report-dialog .content-row textarea {
  137. border: 1px solid #a9b1b3;
  138. border-radius: 10px;
  139. color: #a9b1b3;
  140. font-size: 16px;
  141. height: 200px;
  142. outline: 0 none;
  143. padding: 10px;
  144. resize: none;
  145. width: 100%;
  146. }
  147. .one-key-report-dialog .content-row .btn-report {
  148. background-color: #32b2a7;
  149. border-radius: 15px;
  150. color: #fff;
  151. float: right;
  152. margin-top: -5px;
  153. padding: 5px 10px;
  154. }
  155. .one-key-report-dialog .report-feedback, .one-key-report-dialog .report-form {
  156. height: 100%;
  157. position: relative;
  158. width: 100%;
  159. }
  160. .one-key-report-dialog .report-sending {
  161. background-color: rgba(255, 255, 255, 0.5);
  162. color: #000;
  163. cursor: default;
  164. display: none;
  165. font-size: 20px;
  166. height: 100%;
  167. left: 0;
  168. line-height: 450px;
  169. position: absolute;
  170. text-align: center;
  171. top: 0;
  172. width: 100%;
  173. z-index: 100;
  174. }
  175. .one-key-report-dialog .report-form {
  176. display: block;
  177. }
  178. .one-key-report-dialog .report-feedback {
  179. cursor: default;
  180. display: none;
  181. }
  182. .one-key-report-dialog .report-feedback .feedback-thanks {
  183. background-color: #efefef;
  184. border-radius: 20px;
  185. height: 160px;
  186. margin: 50px auto 20px;
  187. width: 160px;
  188. }
  189. .one-key-report-dialog .report-feedback .feedback-thanks .brace-content {
  190. color: #000;
  191. margin: 0 auto;
  192. padding-top: 30px;
  193. text-align: center;
  194. width: 110px;
  195. }
  196. .one-key-report-dialog .report-feedback .feedback-thanks .thanks {
  197. color: #000;
  198. cursor: default;
  199. font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
  200. font-size: 16px;
  201. font-weight: 700;
  202. letter-spacing: 0.8px;
  203. margin: 15px 0 0;
  204. min-height: 22px;
  205. text-align: center;
  206. }
  207. .one-key-report-dialog .report-feedback .feedback-thanks .face, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-left, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-right {
  208. display: inline-block;
  209. vertical-align: middle;
  210. }
  211. .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-left, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-right {
  212. font-size: 80px;
  213. }
  214. .one-key-report-dialog .report-feedback .feedback-thanks .face .icon-comma-eye {
  215. font-size: 22px;
  216. margin: 0 4px;
  217. }
  218. .one-key-report-dialog .report-feedback .feedback-thanks .face .icon-comma-eye.right {
  219. display: inline-block;
  220. margin-left: 16px;
  221. transform: scaleY(0.5);
  222. }
  223. .one-key-report-dialog .report-feedback .feedback-thanks .face .icon-mouth {
  224. display: block;
  225. margin-top: 15px;
  226. transform: rotateZ(-19deg) translateX(2px);
  227. }
  228. .one-key-report-dialog .report-feedback .feedback-message {
  229. color: #1989fa;
  230. font-size: 30px;
  231. text-align: center;
  232. }
  233. .one-key-report-dialog .report-feedback .feedback-content {
  234. color: #858585;
  235. font-size: 18px;
  236. margin-top: 40px;
  237. }
  238. .one-key-report-dialog .report-error {
  239. color: red;
  240. cursor: default;
  241. line-height: 34px;
  242. padding: 0 10px;
  243. }
  244. .one-key-report-dialog .report-error > div {
  245. display: none;
  246. }
  247. #codeico {
  248. background-color: #efefef;
  249. border: 2px solid #fff;
  250. border-radius: 10px;
  251. margin: 77px;
  252. position: absolute;
  253. z-index: 999;
  254. }