user.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. .page{
  2. font-size: 14px;
  3. }
  4. ul,li,table,td,th{
  5. margin: 0px 0px;
  6. padding: 0px 0px;
  7. }
  8. .login-lines1{
  9. height: 60px;
  10. line-height: 60px;
  11. margin:5px auto;
  12. display: block;
  13. clear: both;
  14. width:250px;
  15. color: #222;
  16. text-align: left;
  17. position: relative;
  18. }
  19. .login-lines1 .tips{
  20. position: absolute;
  21. right: -27px;
  22. top:-10px;
  23. font-size: 20px;
  24. display: none;
  25. }
  26. .login-lines1 .tips.icon-ok-circle{
  27. color:#0aad6c;
  28. display: inline-block;
  29. }
  30. .login-lines1 .tips.icon-cancel-circle{
  31. color: #ff4400;
  32. display: inline-block;
  33. }
  34. .passwordtips{
  35. width:calc(100% - 102px);
  36. padding-left: 102px;
  37. height: 16px;
  38. line-height: 16px;
  39. color:#666;
  40. text-align: left;
  41. display: none;
  42. margin-top: -16px;
  43. font-size: 12px;
  44. }
  45. .passwordtips .color0{
  46. color: #ff0000;
  47. }
  48. .passwordtips .color1{
  49. color: #3388ff;
  50. }
  51. .passwordtips .color2{
  52. color: #2FE30E;
  53. }
  54. .login-lines1 .line{
  55. width:calc(100% - 40px);
  56. position: relative;
  57. border:1px solid #666;
  58. height: 40px;
  59. line-height: 40px;
  60. border-radius: 5px;
  61. padding-left:40px;
  62. }
  63. .login-lines1 .icon{
  64. font-size: 22px;
  65. color:#3388ff;
  66. position: absolute;
  67. left: 5px;
  68. top:0px;
  69. }
  70. .login-lines1 .input1{
  71. width:calc(100% - 20px);
  72. height: 40px;
  73. line-height: 40px;
  74. border: 0px;
  75. padding: 0px 10px;
  76. font-size: 14px;
  77. background-color: transparent;
  78. color: #222;
  79. border-left:1px solid #666;
  80. }
  81. .login-lines1 .input1::placeholder{
  82. color: #666;
  83. }
  84. .login-lines1 .input1:focus{
  85. border-color: #000;
  86. box-shadow: 0 0 15px #000
  87. }
  88. .nav1{
  89. width: 100%;
  90. display: table;
  91. height: 50px;
  92. line-height: 50px;
  93. padding: 0px !important;
  94. margin: 0px !important;
  95. }
  96. .nav1 li{
  97. display: table-cell;
  98. color:#666;
  99. background-color: #eee;
  100. text-align: center;
  101. font-size: 16px;
  102. cursor: pointer;
  103. }
  104. .nav1 li i{
  105. margin-right: 0px;
  106. }
  107. .nav1 li.active{
  108. background-color: #3f6df5;
  109. color: #fff;
  110. }
  111. #img_code{
  112. position: absolute;
  113. height: 40px;
  114. width: 100px;
  115. right: 0px;
  116. top:0px;
  117. border-top-right-radius: 5px;
  118. border-bottom-right-radius: 5px;
  119. cursor: pointer;
  120. }
  121. .button{
  122. height: 35px;
  123. line-height: 35px;
  124. border: 0px;
  125. border-radius: 5px;
  126. color: #fff;
  127. background: -webkit-linear-gradient(left top, #f76d40 , #ff7e00);
  128. background: -o-linear-gradient(bottom right, #f76d40, #ff7e00);
  129. background: -moz-linear-gradient(bottom right, #f76d40, #ff7e00);
  130. background: linear-gradient(to bottom right, #f76d40 , #ff7e00);
  131. padding: 0px 20px;
  132. font-size: 16px;
  133. font-weight: 600;
  134. }
  135. .button1{
  136. height: 40px;
  137. line-height: 40px;
  138. border: 0px;
  139. border-radius: 20px;
  140. color: #fff;
  141. /* background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
  142. background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
  143. background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
  144. background: linear-gradient(to bottom right, #3388ff , #2319dc); */
  145. background: #01a9fe;
  146. width: 100%;
  147. font-size: 16px;
  148. font-weight: 600;
  149. text-align: center;
  150. }
  151. .button2{
  152. height: 30px;
  153. line-height: 30px;
  154. border: 0px;
  155. border-radius: 8px;
  156. color: #fff;
  157. background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
  158. background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
  159. background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
  160. background: linear-gradient(to bottom right, #3388ff , #2319dc);
  161. width: 100%;
  162. font-size: 14px;
  163. font-weight: 600;
  164. text-align: center;
  165. }
  166. .bigbox{
  167. display: flex;
  168. transition: all .3s;
  169. position: absolute;
  170. left: 0px;
  171. top:0px;
  172. overflow: hidden;
  173. }
  174. .usercenter{
  175. display: inline-block;
  176. width: 100%;
  177. padding-bottom: 10px;
  178. position: relative;
  179. background: -webkit-linear-gradient(left top, #01d9ff , #01a9fe);
  180. background: -o-linear-gradient(bottom right, #01d9ff, #01a9fe);
  181. background: -moz-linear-gradient(bottom right, #01d9ff, #01a9fe);
  182. background: linear-gradient(to right, #01d9ff , #01a9fe);
  183. height: 80px;
  184. color: #fff;
  185. padding-left: 0px;
  186. }
  187. .usercenter > ul{
  188. display: table;
  189. table-layout: fixed;
  190. width: calc(100% - 20px);
  191. padding: 10px 10px;
  192. }
  193. .usercenter .setting{
  194. position:absolute;
  195. right:20px;
  196. top:13px;
  197. display: inline-block;
  198. border-radius: 50%;
  199. color: #fff;
  200. font-size: 22px;
  201. }
  202. .usercenter li{
  203. display: table-cell;
  204. vertical-align: middle;
  205. line-height: 28px;
  206. }
  207. .usercenter li:first-child{
  208. width: 70px;
  209. text-align: left;
  210. padding-left: 15px;
  211. line-height: 30px;
  212. padding-top: 5px;
  213. }
  214. .usercenter li:last-child{
  215. padding-top: 5px;
  216. }
  217. .usercenter .avatar{
  218. height: 60px;
  219. width: 60px;
  220. border-radius: 5px;
  221. vertical-align: top;
  222. }
  223. .usercenter .other{
  224. color: #fff;
  225. position: absolute;
  226. right:10px;
  227. top:30px;
  228. line-height: 25px;
  229. text-align: right;
  230. display: inline-block;
  231. width: 60px;
  232. }
  233. .usercenter .menu{
  234. position: absolute;
  235. left:0px;width: 100%;
  236. bottom:0px;
  237. line-height: 40px;
  238. height: 40px;
  239. text-align: center;
  240. display: table;
  241. background-color: rgba(0,0,0,0.3);
  242. }
  243. .usercenter .menu .row{
  244. display: table-cell;
  245. color: #fff;
  246. }
  247. .usermenu{
  248. background-color: #fafafa;
  249. display: inline-block;
  250. width: 100%;
  251. clear: both;
  252. }
  253. .usermenu .list{
  254. height: 40px;
  255. line-height: 40px;
  256. display: table;
  257. width: 100%;
  258. background-color: #fff;
  259. }
  260. .usermenu .list li{
  261. display: table-cell;
  262. text-align: left;
  263. }
  264. .usermenu .list li:first-child{
  265. width: 45px;
  266. text-align: right;
  267. padding-right: 8px;
  268. vertical-align: middle;
  269. }
  270. .usermenu .list li:first-child i{
  271. font-size: 22px;
  272. vertical-align: middle;
  273. }
  274. .usermenu .list li:last-child{
  275. width: 35px;
  276. text-align: left;
  277. }
  278. .usermenu .list li:last-child i{
  279. font-size: 16px;
  280. color:#666;
  281. }
  282. .usermenu .next{
  283. height: 20px;
  284. display: block;
  285. width: 100%;
  286. background-color: transparent;
  287. clear: both;
  288. }
  289. .usermenu1{
  290. background-color: #fff;
  291. width: 100%;
  292. display: inline-block;
  293. clear: both;
  294. margin-top: 10px;
  295. }
  296. .usermenu1 .title{
  297. height: 25px;
  298. line-height: 25px;
  299. padding-left: 10px;
  300. }
  301. .usermenu1 .info{
  302. background-color: #fafafa;
  303. display: inline-block;
  304. clear: both;
  305. text-align: left;
  306. width: 100%;
  307. }
  308. .usermenu1 .info li{
  309. width: 32%;
  310. text-align: center;
  311. display: inline-block;
  312. line-height: 25px;
  313. padding: 10px 0px;
  314. }
  315. .usermenu1 .info li i{
  316. font-size: 26px;
  317. }
  318. .footer_menu{
  319. width: 100%;
  320. line-height: 30px;
  321. text-align: center;
  322. }
  323. .footer_menu li{
  324. height: 30px;
  325. text-align: center;
  326. border-bottom: 1px #ddd solid;
  327. }
  328. .small_btn{
  329. height: 22px;
  330. line-height: 22px;
  331. border: 0px;
  332. border-radius: 5px;
  333. color: #fff;
  334. background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
  335. background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
  336. background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
  337. background: linear-gradient(to bottom right, #3388ff , #2319dc);
  338. padding: 0px 8px;
  339. margin-left: 10px;
  340. font-size: 12px;
  341. }
  342. .security-center {
  343. padding-left: 10px;
  344. padding-right: 10px;
  345. }
  346. .security-settings {
  347. overflow: hidden;
  348. }
  349. .security-settings li {
  350. position: relative;
  351. display: inline-block;
  352. width: calc(50% - 60px);
  353. height: 90px;
  354. overflow: hidden;
  355. padding:10px 15px 15px 15px;
  356. margin-left: 10px;
  357. margin-right: 10px;
  358. margin-bottom: 20px;
  359. border-radius: 5px;
  360. }
  361. .security-settings .bind-name {
  362. background-color: #ffcece;
  363. }
  364. .security-settings .bind-pwd {
  365. background-color: #c9f1f1;
  366. }
  367. .security-settings .bind-cpwd {
  368. background-color: #ffe6ba;
  369. }
  370. .security-settings .bind-question {
  371. background-color: #dff9b8;
  372. }
  373. .security-settings .bind-email {
  374. background-color: #c7d5fe;
  375. }
  376. .security-settings .bind-phone {
  377. background-color: #e0d1ff;
  378. }
  379. .security-settings h4 {
  380. height: 24px;
  381. line-height: 24px;
  382. overflow: hidden;
  383. font-weight: normal;
  384. }
  385. .security-settings p {
  386. margin-top: 3px;
  387. color: #999;
  388. font-size: 12px;
  389. width: calc(100% - 70px);
  390. height: 35px;
  391. }
  392. .security-settings .btnline{
  393. height: 30px;
  394. line-height: 30px;
  395. margin-top: 5px;
  396. text-align: center;
  397. width: 100%;
  398. clear: both;
  399. }
  400. .security-settings .btnline .btn{
  401. height: 23px;
  402. line-height: 23px;
  403. border-radius: 2px;
  404. background-color: #fff;
  405. display: inline-block;
  406. text-align: center;
  407. color: #222;
  408. padding: 0px 8px;
  409. margin: 0px 5px;
  410. cursor: pointer;
  411. }
  412. .security-settings .btn11 {
  413. width: 60px;
  414. height: 23px;
  415. line-height: 23px;
  416. margin-top: 12px;
  417. border-radius: 2px;
  418. background-color: #fff;
  419. display: inline-block;
  420. text-align: center;
  421. color: #222;
  422. position: absolute;
  423. bottom: 10px;
  424. right: 18px;
  425. text-decoration:none;
  426. }
  427. .security-settings i {
  428. position: absolute;
  429. top: 10px;
  430. right: 10px;
  431. width: 80px;
  432. height: 80px;
  433. color:#fff;
  434. font-size: 60px;
  435. }
  436. .profile{
  437. height: 50px;
  438. line-height: 50px;
  439. clear: both;
  440. width:90%;
  441. margin: 0 auto;
  442. }
  443. .profile li{
  444. display:inline-block;
  445. text-align: left;
  446. }
  447. .profile li:first-child{
  448. text-align: right;
  449. padding-right: 5px;
  450. width:80px; ;
  451. }
  452. .profile li:last-child{
  453. width:calc(100% - 90px);
  454. }
  455. .profile .input1{
  456. width:calc(100% - 20px);
  457. height: 30px;
  458. line-height: 30px;
  459. padding: 0px 5px;
  460. font-size: 14px;
  461. background-color: transparent;
  462. color: #222;
  463. border-bottom:1px solid #ccc;
  464. }
  465. .profile .input1::placeholder{
  466. color: #666;
  467. }
  468. .profile .input1:focus{
  469. border-color: #000;
  470. box-shadow: 0 0 15px #000
  471. }
  472. .profile select{
  473. height: 30px;
  474. border: solid #ccc 1px ;
  475. line-height: 30px;
  476. width: 100px;
  477. }
  478. .profile textarea{
  479. height: 50px;
  480. border: solid #ccc 1px ;
  481. line-height: 25px;
  482. width:calc(100% - 30px);
  483. border-radius: 5px;
  484. padding: 0px 10px;
  485. vertical-align:middle ;
  486. }
  487. .profile .tips{
  488. position: absolute;
  489. right: -30px;
  490. top:10px;
  491. font-size: 20px;
  492. display: none;
  493. }
  494. .profile .tips.icon-ok-circle{
  495. color:#0aad6c;
  496. display: inline-block;
  497. }
  498. .profile .tips.icon-cancel-circle{
  499. color: #ff4400;
  500. display: inline-block;
  501. }
  502. .sendbtn{
  503. height: 30px;
  504. line-height: 30px;
  505. background-color: #eee;
  506. border: 1px #ccc solid;
  507. border-radius: 5px;
  508. color: #222;
  509. padding: 0px 10px;
  510. }
  511. .sign_btn{
  512. height: 25px;
  513. line-height: 25px;
  514. border: 0px;
  515. border-radius: 5px;
  516. cursor: pointer;
  517. padding: 0px 8px;
  518. text-align: center;
  519. font-size: 14px;
  520. font-weight: 600;
  521. display: inline-block;
  522. margin-left:5px;
  523. }
  524. .sign_btn.click{
  525. color: #fff;
  526. background: -webkit-linear-gradient(left top, #f05c36 , #ff7e00);
  527. background: -o-linear-gradient(bottom right, #f05c36, #ff7e00);
  528. background: -moz-linear-gradient(bottom right, #f05c36, #ff7e00);
  529. background: linear-gradient(to bottom right, #f05c36 , #ff7e00);
  530. }
  531. .sign_btn i:before{
  532. margin-left: 0px;
  533. }
  534. .sign_btn.ok{
  535. color: #666;
  536. background-color: #fff;
  537. border: 1px solid #ddd;
  538. height: 23px;
  539. line-height: 23px;
  540. }
  541. .common-part{
  542. position: fixed;
  543. width: 100%;
  544. height: 100%;
  545. top: 0;
  546. background-color: #000000;
  547. /*父块透明,子块不透明,用rgba*/
  548. background: rgba(0,0,0,0.3);
  549. }
  550. .common-dialog{
  551. width: 7.2rem;
  552. text-align: center;
  553. position: absolute;
  554. background: #ffffff;
  555. z-index: 2;
  556. opacity: 1;
  557. border-radius: .1rem;
  558. border: 1px solid #f2f2f2;
  559. left: calc(50% - 3.6rem);
  560. left: -moz-calc(50% - 3.6rem);
  561. left: -webkit-calc(50% - 3.6rem);
  562. top: 3rem;
  563. }
  564. .pay-part{
  565. display: none;
  566. }
  567. .pay-dialog{
  568. height: 6.9rem;
  569. }
  570. .dialog-title{
  571. height: 40px;
  572. line-height: 40px;
  573. color: #333333;
  574. font-size:16px;
  575. border-bottom: 1px solid #f2f2f2;
  576. text-align: center;
  577. }
  578. .pay-money{
  579. color: #333333;
  580. font-size: .6rem;
  581. margin: .6rem 0;
  582. font-weight: bold;
  583. }
  584. .pay-password{
  585. width:244px;
  586. height:40px;
  587. border: 1px solid #999999;
  588. margin: 0 auto;
  589. position: relative;
  590. }
  591. .pay-password .real-ipt{
  592. position: absolute;
  593. top: 0;
  594. left: 0;
  595. width: 100%;
  596. height: 40px;
  597. line-height: 1.2rem;
  598. opacity: 0;
  599. z-index: 3;
  600. }
  601. .pay-password .surface-ipts{
  602. position: absolute;
  603. top: 0;
  604. left: 0;
  605. width: 100%;
  606. height: 40px;
  607. line-height:40px;
  608. z-index: 1;
  609. overflow: hidden;
  610. }
  611. .pay-password .surface-ipts .surface-ipt{
  612. height: 40px;
  613. line-height:40px;
  614. display: flex;
  615. justify-content: space-between;
  616. }
  617. .pay-password .surface-ipts .surface-ipt input{
  618. width: 40px;
  619. height: 40px;
  620. line-height:40px;
  621. border: 0;
  622. border-right: 1px solid #999999;
  623. color: #333333;
  624. font-size: .9rem;
  625. text-align: center;
  626. padding: 0;
  627. }
  628. .pay-part .btns{
  629. margin: .48rem 0;
  630. }
  631. .cancel-btn{
  632. width: 100px;
  633. height: 33px;
  634. line-height: 33px;
  635. background: #fff;
  636. background-size: 100%;
  637. color: #2ea7e0;
  638. font-size: 16px;
  639. border:1px solid #2ea7e0;
  640. border-radius: 5px;
  641. margin: 0px 10px
  642. }
  643. .confirm-btn{
  644. height: 35px;
  645. line-height: 35px;
  646. background-color: #2ea7e0;
  647. background-size: 100%;
  648. color: #ffffff;
  649. font-size:16px;
  650. border: none; border-radius: 5px;
  651. margin: 0px 10px;
  652. width: 100px;
  653. }
  654. .bank_tip {
  655. text-align: center;
  656. color: #1ea6fc;
  657. font-size: 14px;
  658. position: absolute;
  659. height: 20px;
  660. line-height: 20px;
  661. left: 0;
  662. right: 0;
  663. margin: auto;
  664. top: -10px;
  665. background: none!important;
  666. }
  667. .bank_text {
  668. padding: 15px 30px;
  669. border: 1px dashed #e5e5e5;
  670. height: 30px;
  671. width: calc(100% - 100px);
  672. margin: 10px auto;
  673. }
  674. .bank_text li {
  675. display: inline-block;
  676. width: calc(33% - 25px);
  677. padding-left: 22px;
  678. border-left: 3px solid #3498db;
  679. }
  680. .bank_text li span {
  681. color: #1ea6fc;
  682. font-size: 16px;
  683. padding: 0 4px;
  684. font-weight: 400;
  685. }
  686. #_bankList{
  687. padding: 10px 15px;
  688. }
  689. #_bankList li {
  690. display:block;
  691. width: calc(100% - 30px);
  692. height: 100px;
  693. margin: 0 auto;
  694. margin-bottom: 10px;
  695. position: relative;
  696. border-radius: 6px;
  697. color: #fff;
  698. cursor: pointer;
  699. padding: 15px 2%;
  700. overflow: hidden; background: #3567a4;
  701. }
  702. #_bankList .add_bankCard {
  703. border: 1px dashed #3498db;
  704. background: #eaf1f7
  705. }
  706. #_bankList .add_bankCard .add_bank {
  707. position: absolute;
  708. background: url("/static/img/add_bank.png") no-repeat center;
  709. width: 120px;
  710. height: 60px;
  711. line-height: 110px;
  712. font-size: 14px;
  713. color: #3498db;
  714. text-align: center;
  715. left: 0;
  716. bottom: 0;
  717. right: 0;
  718. top: 0;
  719. margin: 25px auto 0;
  720. padding-top: 40px;
  721. padding-left:0px;
  722. }
  723. .bank_item dt {
  724. width: 64px;
  725. height: 64px;
  726. border-radius: 100%;
  727. float: left;
  728. position: relative;
  729. border: 4px solid rgba(255,255,255,.2);
  730. text-align: center;
  731. }
  732. .bank_item dt img{
  733. vertical-align: middle;
  734. height: 60px;
  735. margin-top: 2px;
  736. }
  737. .bank_item dt i {
  738. position: absolute;
  739. left: 0;
  740. right: 0;
  741. margin: auto;
  742. width: 40px;
  743. font-size: 40px;
  744. line-height: 56px
  745. }
  746. .bank_item dd {
  747. padding-left: 5px;
  748. text-align: left;
  749. line-height: 28px;
  750. height: 28px
  751. }
  752. .bank_item dd span:first-child {
  753. float: left
  754. }
  755. .bank_item dd span:nth-child(2) {
  756. float: right
  757. }
  758. .bank_item p {
  759. background: #fff;
  760. height: 48px;
  761. line-height: 48px;
  762. color: #999;
  763. font-size: 14px;
  764. position: absolute;
  765. left: 0;
  766. right: 0;
  767. bottom: 0;
  768. border: 1px solid #ddd;
  769. border-top: 0;
  770. padding-left: 12%
  771. }
  772. .bank_item p:before {
  773. content: '';
  774. position: absolute;
  775. background: url("/static/img/bank_split.png") repeat-x;
  776. top: -3px;
  777. left: 0;
  778. right: 0;
  779. height: 3px
  780. }
  781. #myBonus_bank .modal-title span {
  782. background: url("/static/img/model_1.png") no-repeat 50px center;
  783. display: inline-block;
  784. width: 100%;
  785. padding-left: 30px
  786. }
  787. .bank_default {
  788. position: absolute;
  789. bottom: 1px;
  790. left: 1px;
  791. }
  792. .sexbtn{
  793. height: 16px;
  794. width: 16px;
  795. vertical-align: middle;border-radius: 5px;margin-left: 5px;margin-bottom: 5px
  796. }
  797. .vipbtn{
  798. height: 22px;
  799. width: 22px;
  800. vertical-align: middle;margin-left: 5px;margin-bottom: 5px;
  801. }