simpleadmin.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  1. /*----------------首页-------------------*/
  2. .logindialog {
  3. position: absolute;
  4. right: 0;
  5. top: 53px;
  6. width: 280px;
  7. background: rgba(255, 255, 255, 1);
  8. border-radius: 10px;
  9. padding: 25px 15px;
  10. }
  11. .logindialog > h2 {
  12. width: 100%;
  13. font-size: 22px;
  14. color: rgba(35, 159, 255, 1);
  15. text-align: center;
  16. font-weight: bold;
  17. margin-bottom: 26px;
  18. }
  19. .dialog-acn {
  20. width: 100%;
  21. height: 42px;
  22. margin-bottom: 10px;
  23. position: relative;
  24. }
  25. .dialog-acn > input {
  26. padding-left: 50px;
  27. border: 1px solid #C3D3E3;
  28. line-height: 42px;
  29. height: 44px;
  30. font-size: 13px;
  31. color: rgba(169, 169, 169, 1);
  32. width: 100%;
  33. outline: none;
  34. }
  35. .dialog-acn .dialog-icon {
  36. position: absolute;
  37. left: 10px;
  38. top: 10px;
  39. width: 21px;
  40. height: 21px;
  41. -webkit-background-size: 100% 100%;
  42. background-size: 100% 100%;
  43. background-repeat: no-repeat;
  44. background-position: left top;
  45. }
  46. .next-icon {
  47. display: block;
  48. width: 100%;
  49. height: 40px;
  50. background: rgba(35, 159, 255, 1);
  51. border-radius: 5px;
  52. text-align: center;
  53. line-height: 40px;
  54. font-size: 14px;
  55. color: rgba(255, 255, 255, 1);
  56. margin: 5px 0 12px;
  57. }
  58. .dialog-tip {
  59. width: 100%;
  60. }
  61. .dialog-tip a {
  62. font-size: 12px;
  63. color: rgba(132, 132, 132, 1);
  64. }
  65. /*热门游戏*/
  66. .hot-game {
  67. padding: 80px 0;
  68. }
  69. .cnt h2 {
  70. text-align: center;
  71. }
  72. .cnt .indextit {
  73. font-size: 36px;
  74. color: rgba(57, 57, 57, 1);
  75. position: relative;
  76. font-weight: 400;
  77. padding:0 5px;
  78. }
  79. .cnt .indextit:before {
  80. content: '';
  81. position: absolute;
  82. left: -45px;
  83. top: 13px;
  84. width: 33px;
  85. height: 26px;
  86. background: url('../images/tg_left.png') no-repeat left top;
  87. -webkit-background-size: 100% 100%;
  88. background-size: 100% 100%;
  89. }
  90. .cnt .indextit:after {
  91. content: '';
  92. position: absolute;
  93. right: -45px;
  94. top: 13px;
  95. width: 33px;
  96. height: 26px;
  97. background: url('../images/tg_right.png') no-repeat left top;
  98. -webkit-background-size: 100% 100%;
  99. background-size: 100% 100%;
  100. }
  101. .cnt .gamecnt {
  102. width: 100%;
  103. margin-top: 70px;
  104. }
  105. .cnt .gamecnt li {
  106. float: left;
  107. margin: 0 80px 50px 0;
  108. text-align: center;
  109. width: 100px;
  110. }
  111. .cnt .gamecnt li:nth-child(6n) {
  112. margin-right: 0;
  113. }
  114. .cnt .gamecnt li img {
  115. width: 100px;
  116. height: 100px;
  117. display: block;
  118. margin-bottom: 19px;
  119. }
  120. .cnt .gamecnt li p {
  121. font-size: 14px;
  122. color: rgba(102, 102, 102, 1);
  123. width: 100%;
  124. word-break: keep-all;
  125. white-space: nowrap;
  126. overflow: hidden;
  127. text-overflow: ellipsis;
  128. }
  129. /*优势*/
  130. .advantage {
  131. width: 100%;
  132. padding: 69px 120px;
  133. background: rgba(250, 250, 253, 1);
  134. }
  135. .advantage .cnt {
  136. background: rgba(250, 250, 253, 1);
  137. }
  138. .advantage ul {
  139. margin-top: 130px;
  140. }
  141. .advantage ul li {
  142. float: left;
  143. width: 150px;
  144. margin-right: 130px;
  145. text-align: center;
  146. }
  147. .advantage ul li:last-child {
  148. margin-right: 0;
  149. }
  150. .advantage ul li img {
  151. width: 126px;
  152. height: 126px;
  153. margin-bottom: 20px;
  154. }
  155. .advantage ul li h3 {
  156. font-size: 26px;
  157. color: rgba(57, 57, 57, 1);
  158. margin-bottom: 5px;
  159. }
  160. .advantage ul li p {
  161. width: 100%;
  162. line-height: 1.4;
  163. font-size: 14px;
  164. color: rgba(57, 57, 57, 1);
  165. display: -webkit-box;
  166. -webkit-box-orient: vertical;
  167. -webkit-line-clamp:  2;
  168. overflow: hidden;
  169. }
  170. /*加入我们*/
  171. .together {
  172. padding: 70px 150px;
  173. background-color: #fff;
  174. }
  175. .together ul {
  176. margin-top: 120px;
  177. }
  178. .together ul li {
  179. float: left;
  180. width: 163px;
  181. margin-right: 115px;
  182. font-size: 24px;
  183. color: rgba(102, 102, 102, 1);
  184. text-align: center;
  185. position: relative;
  186. }
  187. .together ul li:after {
  188. content: '';
  189. position: absolute;
  190. right: -80px;
  191. top: 66px;
  192. background: url('../images/tg_jiantou.png') no-repeat 100% 100%;
  193. background-size: 100% 100%;
  194. width: 59px;
  195. height: 32px;
  196. }
  197. .together ul li:last-child:after {
  198. content: '';
  199. width: 0;
  200. height: 0;
  201. }
  202. .together ul li:last-child {
  203. margin-right: 0;
  204. }
  205. .together ul li p:first-child {
  206. width: 100%;
  207. height: 163px;
  208. margin-bottom: 20px;
  209. background-repeat: no-repeat;
  210. -webkit-background-size: 100% 100%;
  211. background-size: 100% 100%;
  212. background-position: 0 0;
  213. font-size: 30px;
  214. color: rgba(253, 254, 255, 1);
  215. padding: 40px 48px;
  216. }
  217. .together ul li p span {
  218. font-family: Adobe Heiti Std R;
  219. }
  220. /*------------------平台公告----------------------*/
  221. /*公告列表*/
  222. .announce-list {
  223. padding: 20px 30px 50px;
  224. background-color: #fff;
  225. min-height: 800px;
  226. border-radius: 5px;
  227. margin-top: -40px;
  228. margin-bottom: 55px;
  229. }
  230. .announce-list ul {
  231. width: 100%;
  232. height: 530px;
  233. }
  234. .announce-list ul li {
  235. width: 100%;
  236. height: 53px;
  237. line-height: 52px;
  238. border-bottom: 1px solid #F3F3F3;
  239. padding-left: 15px;
  240. position: relative;
  241. font-size: 13px;
  242. color: rgba(105, 105, 105, 1);
  243. }
  244. .announce-list ul li:before {
  245. content: '';
  246. position: absolute;
  247. left: 0;
  248. top: 25px;
  249. width: 5px;
  250. height: 5px;
  251. border-radius: 50%;
  252. background: rgba(222, 222, 222, 1);
  253. }
  254. .announce-list ul.ance li a {
  255. height: 100%;
  256. width: 100%;
  257. display: block;
  258. }
  259. .announce-list ul.ance li .itemtit {
  260. font-size: 13px;
  261. color: rgba(105, 105, 105, 1);
  262. float: left;
  263. }
  264. .announce-list ul li span {
  265. float: right;
  266. font-size: 13px;
  267. color: rgba(105, 105, 105, 1);
  268. }
  269. /*----------------------平台详情--------------------*/
  270. .announce-dtl {
  271. margin-top: -40px;
  272. background-color: #fff;
  273. border-radius: 5px;
  274. padding: 20px 50px 80px;
  275. margin-bottom: 30px;
  276. }
  277. .announce-dtl > h2 {
  278. font-size: 24px;
  279. font-weight: bold;
  280. line-height: 74px;
  281. color: rgba(51, 51, 51, 1);
  282. text-align: center;
  283. }
  284. .announce-dtl > p {
  285. font-size: 14px;
  286. color: #999999;
  287. margin-bottom: 43px;
  288. text-align: center;
  289. }
  290. .announce-dtl .pic {
  291. width: 900px;
  292. height: 500px;
  293. margin: 0 auto;
  294. margin-bottom: 30px;
  295. background-position: left top;
  296. background-repeat: no-repeat;
  297. background-size: 100%;
  298. border: 1px solid #000;
  299. }
  300. .announce-dtl .text {
  301. font-size: 16px;
  302. color: rgba(102, 102, 102, 1);
  303. line-height: 1.6;
  304. }
  305. /*------------------忘记密码-------------------*/
  306. .location {
  307. height: 43px;
  308. }
  309. .location li {
  310. height: 100%;
  311. line-height: 43px;
  312. float: left;
  313. margin-right: 5px;
  314. }
  315. .location li a {
  316. font-size: 12px;
  317. color: rgba(102, 102, 102, 1);
  318. }
  319. .container.fwd .ftit {
  320. height: 65px;
  321. border-bottom: 1px solid #F1F1F1;
  322. line-height: 64px;
  323. padding-left: 20px;
  324. font-size: 18px;
  325. color: rgba(51, 51, 51, 1);
  326. font-weight: bold;
  327. }
  328. .container.fwd .main-cnt {
  329. padding: 0 85px 150px;
  330. margin-bottom: 15px;
  331. }
  332. .fwd .main-cnt .cnt-tit {
  333. height: 160px;
  334. padding: 58px 0;
  335. }
  336. .fwd .main-cnt .cnt-tit li {
  337. float: left;
  338. width: 257px;
  339. text-align: center;
  340. color: #CBCBCB;
  341. }
  342. .fwd .main-cnt .cnt-tit li p:first-child {
  343. width: 100%;
  344. height: 5px;
  345. background-color: #CCCCCC;
  346. margin-bottom: 10px;
  347. position: relative;
  348. }
  349. .fwd .main-cnt .cnt-tit li p:first-child span {
  350. display: inline-block;
  351. width: 20px;
  352. height: 20px;
  353. background: rgba(203, 203, 203, 1);
  354. color: #fff;
  355. border-radius: 50%;
  356. text-align: center;
  357. line-height: 20px;
  358. position: absolute;
  359. left: 50%;
  360. top: 50%;
  361. margin-left: -10px;
  362. margin-top: -10px;
  363. }
  364. .fwd .main-cnt .cnt-tit li.active {
  365. color: #409EFF;
  366. }
  367. .fwd .main-cnt .cnt-tit li.active p:first-child, .fwd .main-cnt .cnt-tit li.active p:first-child span {
  368. background-color: #409EFF;
  369. }
  370. .fwd .main-cnt .cnt-info {
  371. border: 1px solid #EDEDED;
  372. padding: 105px 330px 140px 0;
  373. text-align: right;
  374. }
  375. .fwd .main-cnt .cnt-info .ant {
  376. height: 40px;
  377. width: 440px;
  378. margin-bottom: 15px;
  379. }
  380. .fwd .main-cnt .cnt-info .ant label {
  381. float: left;
  382. width: 80px;
  383. text-align: right;
  384. margin-right: 10px;
  385. font-size: 14px;
  386. color: rgba(51, 51, 51, 1);
  387. line-height: 40px;
  388. }
  389. .fwd .main-cnt .cnt-info .ant input {
  390. height: 100%;
  391. border: 1px solid #E0E0E0;
  392. line-height: 40px;
  393. float: right;
  394. text-indent: 1em;
  395. outline: none;
  396. color: rgba(0, 0, 0, 1);
  397. }
  398. .fwd .main-cnt .cnt-info .ant .normal {
  399. width: 350px;
  400. }
  401. .fwd .main-cnt .cnt-info .ant .yz {
  402. float: left;
  403. width: 210px;
  404. border-right: none;
  405. }
  406. .fwd .main-cnt .cnt-info .ant .yzcode {
  407. float: left;
  408. width: 235px;
  409. margin-right: 5px;
  410. }
  411. .fwd .main-cnt .cnt-info .ant .getcode {
  412. width: 110px;
  413. height: 40px;
  414. background: rgba(64, 158, 255, 1);
  415. border-radius: 3px;
  416. text-align: center;
  417. line-height: 40px;
  418. font-size: 14px;
  419. color: #fff;
  420. outline: none;
  421. border: none;
  422. }
  423. .fwd .main-cnt .cnt-info .ant .yzpic {
  424. width: 94px;
  425. height: 40px;
  426. float: left;
  427. margin-right: 5px;
  428. }
  429. .fwd .main-cnt .cnt-info .ant .refresh {
  430. width: 40px;
  431. height: 40px;
  432. float: left;
  433. }
  434. .fwd .main-cnt .cnt-info .ant.fwd-next {
  435. float: right;
  436. width: 350px;
  437. height: 100%;
  438. background: rgba(64, 158, 255, 1);
  439. border-radius: 3px;
  440. text-align: center;
  441. line-height: 40px;
  442. font-size: 14px;
  443. color: #fff;
  444. }
  445. .cnt-info .finish .suc-flag {
  446. /*float: left;*/
  447. width: 90px;
  448. height: 90px;
  449. margin-right: 15px;
  450. float: right;
  451. }
  452. .cnt-info .finish > div {
  453. float: right;
  454. text-align: left;
  455. margin-top: 12px;
  456. }
  457. .cnt-info .finish h5 {
  458. font-size: 22px;
  459. color: rgba(8, 187, 6, 1);
  460. margin-bottom: 10px;
  461. }
  462. .cnt-info .finish p {
  463. font-size: 16px;
  464. color: rgba(123, 123, 123, 1);
  465. }
  466. .cnt-info .finish p > a {
  467. font-size: 16px;
  468. color: rgba(64, 158, 255, 1);
  469. text-decoration: underline;
  470. }
  471. .authenticate, .reset-pwd, .finish {
  472. display: none;
  473. }
  474. /*--------------管理中心------------*/
  475. /*------首页-------*/
  476. .innerheader {
  477. background-color: #fff;
  478. width: 100%;
  479. height: 130px;
  480. }
  481. .innerheader > div:first-child {
  482. padding: 15px 0;
  483. line-height: 50px;
  484. }
  485. .innerheader i {
  486. display: inline-block;
  487. width: 1px;
  488. height: 20px;
  489. background: #DEDEDE;
  490. vertical-align: middle;
  491. margin: 0 20px;
  492. }
  493. .innerheader .left .innerlogo {
  494. width: 146px;
  495. height: 45px;
  496. }
  497. .innerheader .left .return {
  498. font-size: 14px;
  499. color: rgba(102, 102, 102, 1);
  500. }
  501. .innerheader .right .email {
  502. width: 20px;
  503. height: 15px;
  504. position: relative;
  505. display: inline-block;
  506. }
  507. .innerheader .left .email img {
  508. width: 100%;
  509. height: 100%;
  510. }
  511. .innerheader .right .email b {
  512. position: absolute;
  513. right: -7px;
  514. top: 5px;
  515. width: 16px;
  516. height: 16px;
  517. background-color: #409EFF;
  518. border-radius: 50%;
  519. text-align: center;
  520. line-height: 16px;
  521. color: #fff;
  522. }
  523. .innerheader .right .user-info .header {
  524. width: 45px;
  525. height: 45px;
  526. margin-right: 10px;
  527. vertical-align: middle;
  528. }
  529. .innerheader .right .user-info span {
  530. color: #666666;
  531. margin-right: 10px;
  532. }
  533. .innerheader .right .user-info .down {
  534. width: 8px;
  535. vertical-align: text-top;
  536. margin-top: 4px;
  537. }
  538. .innerheader .navigation-bar {
  539. width: 100%;
  540. background-color: #409eff;
  541. height: 50px;
  542. line-height: 50px;
  543. }
  544. .innerheader .navigation-bar li{
  545. padding: 0 50px;
  546. text-align: center;
  547. float: left;
  548. }
  549. .innerheader .navigation-bar li.active{
  550. background-color: #3686d9;
  551. }
  552. .innerheader .navigation-bar li a{
  553. display: block;
  554. width: 100%;
  555. height: 100%;
  556. font-size:15px;
  557. color:rgba(255,255,255,1);
  558. }
  559. .innerheader .navigation-bar li a img{
  560. height: 16px;
  561. margin-right: 3px;
  562. vertical-align: middle;
  563. margin-top: -2px;
  564. }
  565. .combox{
  566. width:100%;
  567. min-height:340px;
  568. background:rgba(255,255,255,1);
  569. padding: 20px;
  570. margin-top: 10px;
  571. }
  572. .combox.showData{
  573. padding-top: 40px;
  574. }
  575. .showData .item{
  576. width: 275px;
  577. height: 120px;
  578. margin:0 20px 40px 0;
  579. border: 1px solid #EEEEEE;
  580. position: relative;
  581. padding: 0 10px;
  582. padding-top: 57px;
  583. border-radius: 3px;
  584. background-color: #fff;
  585. float: left;
  586. }
  587. .showData .item:nth-child(4n){
  588. margin-right: 0;
  589. }
  590. .showData .item .nail{
  591. width: 255px;
  592. height: 60px;
  593. position: absolute;
  594. left: 10px;
  595. top: -20px;
  596. padding: 20px 0 0 15px;
  597. border-radius: 3px;
  598. }
  599. .showData .item .nail p{
  600. font-size:17px;
  601. color: #fff;
  602. font-weight: bold;
  603. margin: 0;
  604. }
  605. .showData .item .nail img{
  606. position: absolute;
  607. right: 2px;
  608. bottom: 0;
  609. width: 40px;
  610. opacity: .12;
  611. }
  612. .showData .item .nail img.large{
  613. width: 60px;
  614. }
  615. .showData .item .nail img.mid{
  616. width: 50px;
  617. }
  618. .showData .item p{
  619. font-size:13px;
  620. color:rgba(85,85,85,1);
  621. margin:0 0 16px 16px;
  622. }
  623. /*title*/
  624. .magtit{
  625. height: 30px;
  626. width: 100%;
  627. border-bottom: 1px solid #EEEEEE;
  628. padding:2px 0 10px 14px;
  629. }
  630. .magtit h2{
  631. position: relative;
  632. font-size:18px;
  633. color:#444444;
  634. }
  635. .magtit h2:before{
  636. content: '';
  637. position: absolute;
  638. top: 4px;
  639. left: -10px;
  640. width: 4px;
  641. height: 18px;
  642. background-color: #409EFF;
  643. }
  644. .msgContent h3 {
  645. height: 40px;
  646. color: #666666;
  647. display: flex;
  648. align-items: center;
  649. }
  650. .msgContent > div {
  651. margin-bottom: 15px;
  652. padding:0 5px;
  653. }
  654. .msgContent h3 em {
  655. width: 60px;
  656. text-algin:text-justify !important;
  657. }