reset.scss 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. body{background-color:#F0F0F0}
  2. .weui-actionsheet__cell{display:flex;height:80px;color:#666;font-size:32px!important;align-items:center;justify-content:center}
  3. body{
  4. position: relative;
  5. background: rgba(247,247,247,1);font-size:.16rem;font-family:Tahoma,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif!important}
  6. //html,body{// overflow-x:hidden;// width:100%;// height:100%}
  7. li{list-style:none}
  8. button{outline-style:none;border:none}
  9. *{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
  10. -webkit-touch-callout:none;
  11. -webkit-user-select:none;
  12. -webkit-tap-highlight-color:transparent;
  13. }
  14. a img{border:0}
  15. a{text-decoration:none}
  16. input{outline-style:none}
  17. input::-webkit-input-placeholder{color:#BBB}
  18. input:-moz-placeholder{color:#BBB}
  19. input::-moz-placeholder{color:#BBB}
  20. input:-ms-input-placeholder{color:#BBB}
  21. textarea::-webkit-input-placeholder{color:#BBB}
  22. textarea:-moz-placeholder{color:#BBB}
  23. textarea::-moz-placeholder{color:#BBB}
  24. textarea:-ms-input-placeholder{color:#BBB}
  25. button:active{opacity:.8}
  26. em{font-style: normal; line-height: 1;}
  27. input {
  28. border: none;
  29. outline-style: none;
  30. }
  31. // 布局
  32. .layout {
  33. &_top {
  34. height: 165px;
  35. width: 100%;
  36. overflow: hidden;
  37. position: fixed;
  38. top: 0;
  39. background:#6CA3FF url("/static/images/v7_bejing01.png");
  40. .TopMain {
  41. height: 115px;
  42. width: 100%;
  43. overflow: hidden;
  44. }
  45. }
  46. &_container {
  47. position: relative;
  48. z-index:9;
  49. top: 165px;
  50. margin-top: -50px;
  51. border-top-left-radius: 10px;
  52. border-top-right-radius: 10px;
  53. }
  54. }
  55. .screen {
  56. height: 100vh;
  57. overflow: hidden;
  58. width: 100%;
  59. }
  60. .tips {
  61. text-align: left;
  62. width: 100%;
  63. padding:0 22px;
  64. background: #FFFFFF;
  65. p {
  66. color: #999999;
  67. font-size: 12px;
  68. padding-bottom: 10px;
  69. }
  70. }
  71. .UserInfo {
  72. display: flex;
  73. align-items: center;
  74. width: 100%;
  75. padding:19px 18px 0 18px;
  76. &_head {
  77. width: 76px;
  78. height: 76px;
  79. -webkit-border-radius: 50%;
  80. -moz-border-radius: 50%;
  81. border-radius: 50%;
  82. overflow: hidden;
  83. margin-right: 19px;
  84. background-color: rgba(250, 253, 255, 0.5);
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. img {
  89. display: block;
  90. width: 63px;
  91. height: 63px;
  92. }
  93. }
  94. &_name {
  95. font-size: 15px;
  96. font-weight: 600;
  97. color: #FFFFFF;
  98. }
  99. &_loginout {
  100. margin-left:auto;
  101. background: rgba(255,255,255,0.5);
  102. width: 57px;
  103. height: 24px;
  104. font-size: 14px;
  105. color: rgba(16,16,16,1);
  106. -webkit-border-radius: 200px;
  107. -moz-border-radius: 200px;
  108. border-radius: 200px;
  109. }
  110. }
  111. .search {
  112. height: 70px;
  113. display: flex;
  114. padding-top: 15px;
  115. justify-content: center;
  116. &_block {
  117. width: 318px;
  118. position: relative;
  119. height: 35px;
  120. }
  121. input {
  122. width: 100%;
  123. height: 35px;
  124. padding-left: 15px;
  125. -webkit-border-radius: 200px;
  126. -moz-border-radius: 200px;
  127. border-radius: 200px;
  128. background: rgba(255,255,255,0.5);
  129. display: block;
  130. }
  131. .querybtn {
  132. width: 50px;
  133. height: 35px;
  134. position: absolute;
  135. right: 0;
  136. top: 50%;
  137. display: flex;
  138. align-items: center;
  139. justify-content: center;
  140. transform: translateY(-50%);
  141. .icon {
  142. width: 24px;
  143. display: block;
  144. }
  145. }
  146. }
  147. .textTop {
  148. height: 70px;
  149. display: flex;
  150. align-items: center;
  151. padding:0 33px;
  152. font-size: 14px;
  153. color: #FFFFFF;
  154. }
  155. .newsTop {
  156. height: 70px;
  157. padding:0 70px;
  158. display: flex;
  159. align-items: center;
  160. justify-content: space-between;
  161. span {
  162. color: #FFFFFF;
  163. font-size: 14px;
  164. display: flex;
  165. align-items: center;
  166. em {
  167. padding-left: 11px;
  168. font-size: 20px;
  169. }
  170. }
  171. }
  172. .serverTop {
  173. font-size: 14px;
  174. height: 70px;
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. color: #FFFFFF;
  179. }
  180. .securityTop {
  181. height: 70px;
  182. display: flex;
  183. align-items: center;
  184. padding-left: 52px;
  185. color: #FFFFFF;
  186. font-size: 14px;
  187. }
  188. .payTop {
  189. display: flex;
  190. height: 70px;
  191. align-items: center;
  192. justify-content: space-between;
  193. padding-left: 30px;
  194. padding-right: 17px;
  195. h2 {
  196. color: #FFFFFF;
  197. display: flex;
  198. align-items: center;
  199. em {
  200. font-size: 14px;
  201. padding-top: 3px;
  202. }
  203. span {
  204. font-weight: 400;
  205. font-size: 35px;
  206. display: block;
  207. padding-left: 16px;
  208. }
  209. }
  210. a {
  211. background: rgba(255,255,255,0.5);
  212. height: 24px;
  213. padding:0 12px;
  214. text-align: center;
  215. line-height: 24px;
  216. font-size: 14px;
  217. color: rgba(16,16,16,1);
  218. -webkit-border-radius: 200px;
  219. -moz-border-radius: 200px;
  220. border-radius: 200px;
  221. }
  222. }
  223. .form {
  224. background: #FFFFFF;
  225. padding-top: 50px;
  226. padding-left: 30px;
  227. padding-bottom: 25px;
  228. &_group {
  229. margin-bottom: 9px;
  230. font-size: 14px;
  231. color: #101010;
  232. display: flex;
  233. align-items: center;
  234. .label {
  235. width: 78px;
  236. text-align: right;
  237. padding-right: 8px;
  238. }
  239. .label-top {
  240. align-self: flex-start;
  241. line-height: 30px;
  242. }
  243. .input {
  244. width: 232px;
  245. height: 35px;
  246. padding-left: 10px;
  247. border: 1px solid #E8E8E8; /*no*/
  248. }
  249. .input-small {
  250. width: 170px;
  251. }
  252. .input-code {
  253. width: 117px;
  254. }
  255. .input-regcode {
  256. width: 110px;
  257. }
  258. .regcode {
  259. width: 117px;
  260. margin-left: 5px;
  261. }
  262. .selectDown {
  263. width: 232px;
  264. height: 35px;
  265. display: block;
  266. border: none;
  267. padding-left: 10px;
  268. outline-style: none;
  269. appearance: none;
  270. -moz-appearance: none;
  271. -webkit-appearance: none;
  272. background:#F7F7F7 url('/static/images/qudao_youxiziyuan_xiala.png') no-repeat;
  273. background-size: 20px 20px;
  274. background-position: 93% center;
  275. padding-right: 0 \9;
  276. background: none \9;
  277. option {
  278. outline: none;
  279. border: none;
  280. background: #FFFFFF;
  281. }
  282. option:hover {
  283. background: #E8E8E8;
  284. }
  285. }
  286. .btn-code {
  287. width: 104px;
  288. height: 33px;
  289. color: #538FE8;
  290. background: #E8E8E8;
  291. font-size: 14px;
  292. margin-left: 10px;
  293. }
  294. .input[disabled] {
  295. background: #F7F7F7;
  296. border: none;
  297. }
  298. .last {
  299. width: 62px;
  300. text-align: center;
  301. font-style: normal;
  302. font-size: 14px;
  303. color: #454545;
  304. }
  305. .text {
  306. width: 232px;
  307. height: 35px;
  308. color: #A6A6AE;
  309. line-height: 35px;
  310. }
  311. .text-c1 {
  312. color: #FF9800;
  313. }
  314. .text-c2 {
  315. color: #FF4081;
  316. }
  317. .select {
  318. width: 232px;
  319. overflow: hidden;
  320. .item {
  321. width: 100px;
  322. height: 50px;
  323. margin-right: 18px;
  324. display: flex;
  325. align-items: center;
  326. justify-content: center;
  327. border: 1px solid #E8E8E8;/*no*/
  328. float: left;
  329. &:last-child {
  330. margin-right: 0;
  331. }
  332. img {
  333. width: 90px;
  334. }
  335. }
  336. .active {
  337. border: 1px solid #FF4081;/*no*/
  338. }
  339. }
  340. .selectMoney {
  341. overflow: hidden;
  342. width: 250px;
  343. margin-bottom: -14px;
  344. span {
  345. display: block;
  346. margin-bottom: 14px;
  347. width: 70px;
  348. height: 30px;
  349. float: left;
  350. margin-right: 14px;
  351. border: 1px solid #E8E8E8;/*no*/
  352. font-size: 14px;
  353. color: #101010;
  354. text-align: center;
  355. line-height: 30px;
  356. &:nth-child(3n) {
  357. margin-right: 0;
  358. }
  359. }
  360. .active {
  361. border: 1px solid #FF4081;/*no*/
  362. }
  363. }
  364. }
  365. .submit {
  366. padding-left: 78px;
  367. margin-top: 58px;
  368. button {
  369. width: 215px;
  370. height: 40px;
  371. background: #FF4081;
  372. -webkit-border-radius: 200px;
  373. -moz-border-radius: 200px;
  374. border-radius: 200px;
  375. font-size: 18px;
  376. color: #FFFFFF;
  377. display: flex;
  378. align-items: center;
  379. justify-content: center;
  380. }
  381. }
  382. }
  383. .form2 {
  384. .item {
  385. margin-bottom: 1px;/*no*/
  386. position: relative;
  387. .icon {
  388. position: absolute;
  389. top: 0;
  390. left: 0;
  391. width: 50px;
  392. display: flex;
  393. align-items: center;
  394. justify-content: center;
  395. height: 100%;
  396. background: rgba(255,255,255,0.2);
  397. img {
  398. width: 24px;
  399. display: block;
  400. }
  401. }
  402. .text {
  403. font-size: 14px;
  404. color: #FFFFFF;
  405. display: block;
  406. height: 50px;
  407. width: 90px;
  408. position: absolute;
  409. top: 0;
  410. left: 0;
  411. display: flex;
  412. align-items: center;
  413. justify-content: center;
  414. background: rgba(255,255,255,0.2);
  415. padding:0 16px;
  416. }
  417. input {
  418. width: 100%;
  419. height: 50px;
  420. padding-left: 100px;
  421. color: #FFFFFF;
  422. font-size: 14px;
  423. background: rgba(255,255,255,0.2);
  424. }
  425. input::-webkit-input-placeholder{
  426. color: #FFFFFF;
  427. opacity: 0.5;
  428. }
  429. }
  430. .submit {
  431. width: 320px;
  432. height: 50px;
  433. -webkit-border-radius: 200px;
  434. -moz-border-radius: 200px;
  435. border-radius: 200px;
  436. background: #5C9AF7;
  437. color: #FFFFFF;
  438. font-size: 20px;
  439. text-align: center;
  440. line-height: 50px;
  441. display: block;
  442. margin:0 auto;
  443. margin-top: 21px;
  444. }
  445. .save {
  446. width: 232px;
  447. margin:20px auto;
  448. display: block;
  449. height: 35px;
  450. background: rgba(255,255,255,.3);
  451. -webkit-border-radius: 200px;
  452. -moz-border-radius: 200px;
  453. border-radius: 200px;
  454. color: #FFFFFF;
  455. font-size: 15px;
  456. }
  457. }
  458. .form-pt0 {
  459. padding-top: 0;
  460. }
  461. .mescroll{
  462. position: fixed;
  463. top: 115px;
  464. width: 100%;
  465. background: #F7F7F7;
  466. padding-bottom: 115px;
  467. }
  468. .mescroll—nav {
  469. top: 185px;
  470. width: 100%;
  471. background: #F7F7F7;
  472. padding-bottom: 185px;
  473. position: fixed;
  474. }
  475. .nulldata {
  476. width: 100%;
  477. height: 500px;
  478. background: #FFFFFF;
  479. }