common.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. * {
  2. -webkit-tap-highlight-color: transparent;
  3. outline: 0;
  4. margin: 0;
  5. padding: 0;
  6. vertical-align: baseline;
  7. }
  8. body,
  9. h1,
  10. h2,
  11. h3,
  12. h4,
  13. h5,
  14. h6,
  15. hr,
  16. p,
  17. blockquote,
  18. dl,
  19. dt,
  20. dd,
  21. ul,
  22. ol,
  23. li,
  24. pre,
  25. form,
  26. fieldset,
  27. legend,
  28. button,
  29. input,
  30. textarea,
  31. th,
  32. td {
  33. margin: 0;
  34. padding: 0;
  35. vertical-align: baseline;
  36. }
  37. img {
  38. border: 0 none;
  39. vertical-align: top;
  40. }
  41. i,
  42. em {
  43. font-style: normal;
  44. }
  45. ol,
  46. ul {
  47. list-style: none;
  48. }
  49. input,
  50. select,
  51. button,
  52. h1,
  53. h2,
  54. h3,
  55. h4,
  56. h5,
  57. h6 {
  58. font-size: 100%;
  59. }
  60. table {
  61. border-collapse: collapse;
  62. border-spacing: 0;
  63. }
  64. a {
  65. text-decoration: none;
  66. color: #262626;
  67. }
  68. body {
  69. margin: 0 auto;
  70. height: 100%;
  71. width: 100%;
  72. font-size: 14px;
  73. font-family: PingFang, -apple-system, Helvetica, sans-serif;
  74. line-height: 1.5;
  75. color: #262626;
  76. background: #fff;
  77. -webkit-text-size-adjust: 100% !important;
  78. text-size-adjust: 100% !important;
  79. }
  80. input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
  81. .hide{
  82. display: none;
  83. }
  84. /* header */
  85. .top {
  86. width: 100%;
  87. position: fixed;
  88. background: #fff;
  89. top: 0;
  90. z-index: 555;
  91. }
  92. .header {
  93. width: 94%;
  94. height: .32rem;
  95. padding: 3%;
  96. display: flex;
  97. align-items: center;
  98. justify-content: space-between;
  99. border-bottom: 0.01rem solid #EEEEEE;
  100. }
  101. .header h1 {
  102. font-size: 0.18rem;
  103. max-width: 2rem;
  104. overflow: hidden;
  105. text-overflow: ellipsis;
  106. white-space: nowrap;
  107. }
  108. .header h2 {
  109. font-size: 0.18rem;
  110. float: left;
  111. line-height: .52rem;
  112. }
  113. .header .back {
  114. width: 0.18rem;
  115. padding-right: 0.42rem;
  116. }
  117. .header div {
  118. float: left;
  119. position: relative;
  120. }
  121. .header img {
  122. width: 100%;
  123. }
  124. .menu,
  125. .search-icon {
  126. width: .2rem;
  127. margin-left: 0.1rem;
  128. }
  129. .warp-content {
  130. margin-top: 0.6rem;
  131. }
  132. .top-half {
  133. margin-top: 0.55rem !important;
  134. }
  135. /* right side bar */
  136. .warp-sidebar {
  137. display: none;
  138. width: 100%;
  139. height: 100%;
  140. position: fixed;
  141. top: 0.55rem;
  142. background-color: rgba(0, 0, 0, 0.7);
  143. z-index: 9999;
  144. }
  145. .sidebar {
  146. width: 2.56rem;
  147. height: calc(100% - 0.54rem);
  148. background: #fff;
  149. position: absolute;
  150. right: -2.56rem;
  151. overflow: auto;
  152. }
  153. .user-heade {
  154. height: 1.15rem;
  155. text-align: center;
  156. font-size: .18rem;
  157. font-weight: bold;
  158. background: #F9F9F9;
  159. }
  160. .user-heade div {
  161. width: 0.64rem;
  162. height: 0.64rem;
  163. margin: auto;
  164. padding-top: .11rem;
  165. }
  166. .user-heade img {
  167. width: 100%;
  168. height: 100%;
  169. border-radius: 50%;
  170. }
  171. .user-heade p {
  172. margin-top: 0.05rem;
  173. }
  174. .sidebar-nav li {
  175. width: 100%;
  176. height: 0.435rem;
  177. font-size: 0.15rem;
  178. font-weight: bold;
  179. border-top: solid 0.01rem #EEEEEE;
  180. }
  181. .sidebar-nav li:last-child img {
  182. margin-left: 0.33rem;
  183. }
  184. .sidebar-nav li a {
  185. width: 100%;
  186. height: 100%;
  187. text-align: center;
  188. display: flex;
  189. align-items: center;
  190. justify-content: center;
  191. }
  192. .sidebar-nav li img {
  193. width: 0.18rem;
  194. margin-right: 0.12rem;
  195. }
  196. .sidebar>p {
  197. font-size: 0.14rem;
  198. color: #999999;
  199. text-align: center;
  200. padding: 0.15rem;
  201. border-top: 0.01rem solid #EEEEEE;
  202. }
  203. .sidebar>a {
  204. color: #fff;
  205. font-size: 0.18rem;
  206. display: flex;
  207. width: 100%;
  208. height: 0.45rem;
  209. align-items: center;
  210. justify-content: center;
  211. background: #FF9E33;
  212. transition: background-color .2s ease-in-out 0s;
  213. }
  214. /*Wechat mask layer */
  215. .modal-open {
  216. position: fixed;
  217. width: 100%;
  218. }
  219. #Mask-weChat .weChatTip-container img {
  220. width: 100%;
  221. }
  222. #Mask-weChat,
  223. #Mask-IOS {
  224. display: none;
  225. position: fixed;
  226. top: 0;
  227. left: 0;
  228. bottom: 0;
  229. right: 0;
  230. background: #4a4a4a;
  231. z-index: 5000000;
  232. }
  233. #Mask-IOS {
  234. background: rgba(0, 0, 0, 0.7) !important;
  235. }
  236. #Mask-weChat .weChatTip-container {
  237. width: 78%;
  238. margin-top: 2%;
  239. margin-left: 20%;
  240. }
  241. /* ios下载步骤的提示 */
  242. #Mask-IOS .iosTip-container {
  243. width: 80%;
  244. height: 1.44rem;
  245. position: absolute;
  246. left: 0%;
  247. right: 0%;
  248. top: 20%;
  249. bottom: 0%;
  250. margin: 0 auto;
  251. z-index: 888888888888;
  252. border-radius: 16px;
  253. }
  254. #Mask-IOS .iosTip-container img {
  255. display: block;
  256. width: 100%;
  257. border-top-left-radius: 16px;
  258. border-top-right-radius: 16px;
  259. }
  260. /* 步骤 */
  261. #Mask-IOS .setProcess-wrap {
  262. height: 3.37rem;
  263. border-top-left-radius: 16px;
  264. border-top-right-radius: 16px;
  265. overflow-y: auto;
  266. }
  267. /* 【知道了,立即下载】按钮外层 */
  268. #Mask-IOS .iosdlBtn-wrap {
  269. width: 100%;
  270. /* margin-top: -1px; */
  271. }
  272. /* 【知道了,立即下载】按钮 */
  273. #Mask-IOS .iosdlBtn-wrap a#iosdlBtn {
  274. text-decoration: none;
  275. display: inline-block;
  276. box-sizing: border-box;
  277. width: 100%;
  278. border-radius: 0;
  279. text-align: center;
  280. border-bottom-left-radius: 16px;
  281. border-bottom-right-radius: 16px;
  282. background: #fff;
  283. outline: 0;
  284. border: 0;
  285. border-top: 1px solid #ddd;
  286. line-height: 1;
  287. font-size: 0.14rem;
  288. }
  289. .iosdlBtn-wrap a#iosdlBtn {
  290. padding: 0.14rem;
  291. color: #57902D;
  292. }
  293. .android_down_url,
  294. .ios_down_url {
  295. display: none;
  296. }
  297. /* 弹窗 */
  298. .weui-dialog {
  299. width: 73%;
  300. max-width: inherit;
  301. border-radius: 0.1rem;
  302. }
  303. .weui-dialog__title {
  304. font-size: 0.18rem;
  305. }
  306. .weui-dialog__bd {
  307. font-size: 0.15rem;
  308. }
  309. .weui-dialog__ft {
  310. line-height: 0.48rem;
  311. font-size: 0.18rem;
  312. }
  313. .weui_dialog,
  314. .weui_toast {
  315. left: 15.5%;
  316. }
  317. .weui-dialog__btn {
  318. color: #FF9A1C;
  319. }
  320. .weui-dialog__btn.pop-button {
  321. color: #fff;
  322. background: #FF9A1C;
  323. }
  324. /* return top */
  325. .return-top {
  326. display: none;
  327. width: 0.5rem;
  328. height: 0.5rem;
  329. position: fixed;
  330. bottom: 0.75rem;
  331. right: 0;
  332. }
  333. .footer {
  334. padding: 0.25rem 0;
  335. width: 100%;
  336. }
  337. .footer p {
  338. display: flex;
  339. justify-content: center;
  340. }
  341. .footer .copyright a {
  342. font-size: 0.12rem;
  343. font-weight: normal;
  344. color: #B2B2B2;
  345. }
  346. .fixed {
  347. position: fixed;
  348. background: #fff !important;
  349. bottom: 0;
  350. width: -webkit-fill-available;
  351. }
  352. .no_content {
  353. width: 100%;
  354. height: calc(100% - 1.4rem);
  355. text-align: center;
  356. color: #B2B2B2;
  357. font-size: 0.14rem;
  358. display: flex;
  359. align-items: center;
  360. justify-content: center;
  361. }
  362. .no_content img {
  363. width: 1.4rem;
  364. }
  365. .no_content div {
  366. width: 2rem;
  367. }
  368. .no_content a {
  369. color: #FF9A1C;
  370. display: block;
  371. width: 1.14rem;
  372. height: 0.28rem;
  373. line-height: 0.28rem;
  374. border: 0.01rem solid #ff9a1c;
  375. border-radius: 0.2rem;
  376. margin: 0.16rem auto;
  377. }
  378. .no-info {
  379. text-align: center;
  380. font-size: 0.14rem;
  381. color: #999999;
  382. margin: 20px 0;
  383. }
  384. .no-info img {
  385. width: 2rem;
  386. }
  387. p.weui-toast_content {
  388. font-size: 0.14rem;
  389. }