index.css 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. @charset "UTF-8";
  2. .base_mainContent {
  3. background-color: #efeff4
  4. }
  5. .base_mainContent .myShop {
  6. margin-top: 0
  7. }
  8. .dataBox {
  9. padding: 20px;
  10. /*background-color: #fff;
  11. margin-bottom: 40px*/
  12. }
  13. .dataBox .topAlert {
  14. width: 100%;
  15. height: 40px;
  16. line-height: 40px;
  17. font-size: 12px;
  18. border-radius: 2px;
  19. background-color: #fff1df;
  20. border: solid 1px #f5dab6;
  21. color: #666;
  22. padding-left: 10px;
  23. margin-bottom: 20px
  24. }
  25. .dataBox .myShop {
  26. /*height: 56px;*/
  27. width: 100%;
  28. /*padding-bottom: 20px;*/
  29. padding:20px;
  30. /*border-bottom: 1px solid #ececec*/
  31. background: #fff;
  32. }
  33. .dataBox .myShop .shopFitment {
  34. margin-right: 20px
  35. }
  36. .dataBox .myShop .content {
  37. /*float: left*/
  38. height:auto;
  39. }
  40. .dataBox .myShop .content p {
  41. line-height: 20px;
  42. display: inline-block;
  43. margin: 8px 8px 0 0;
  44. font-size: 18px;
  45. font-weight: 600;
  46. color: #353535
  47. }
  48. .dataBox .myShop .content div {
  49. display: inline-block
  50. }
  51. .dataBox .myShop .content .version {
  52. vertical-align: text-bottom;
  53. cursor: default;
  54. display: inline-block;
  55. border-radius: 1px;
  56. background-color: #5e99f7;
  57. color: #fff;
  58. font-size: 12px;
  59. padding: 0 5px;
  60. line-height: 20px;
  61. margin-right: 20px
  62. }
  63. .dataBox .myShop .content a {
  64. line-height: 20px
  65. }
  66. .dataBox .myShop .btnContent {
  67. float: right;
  68. position: relative
  69. }
  70. .dataBox .myShop .btnContent .qrcodeArea {
  71. display: none;
  72. position: absolute;
  73. top: 50px;
  74. right: 0;
  75. overflow: hidden;
  76. width: 180px;
  77. height: 220px;
  78. padding: 20px 30px;
  79. border-radius: 2px;
  80. background-color: #fff;
  81. box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  82. border: solid 1px #dbdbdb;
  83. text-align: center
  84. }
  85. .dataBox .myShop .btnContent .qrcodeArea .text {
  86. line-height: 20px;
  87. font-size: 12px;
  88. color: #243042
  89. }
  90. .dataBox .myShop .btnContent .qrcodeArea .codeContent {
  91. text-align: center;
  92. margin: 10px 0
  93. }
  94. .dataBox .myShop .btnContent .qrcodeArea .href a {
  95. text-decoration: underline!important;
  96. color: #2a75ed;
  97. font-size: 12px
  98. }
  99. .dataBox .shopData .content {
  100. /*background: #f9f9f9;*/
  101. height: 150px;
  102. width: 100%;
  103. padding: 20px 0 50px;
  104. }
  105. .titleText p {
  106. border-left: 2px solid #2a75ed;
  107. padding-left: 9px
  108. }
  109. .dataBox .shopData .shopInfo {
  110. float: left;
  111. width: 60%;
  112. background: #fff;
  113. }
  114. .dataBox .shopData .shopInfo .content {
  115. padding: 20px 0 50px;
  116. }
  117. .dataBox .shopData .shopInfo .content .item {
  118. float: left;
  119. height: 100%;
  120. width: 25%;
  121. text-align: center;
  122. border-left: 1px solid #eee
  123. }
  124. .dataBox .shopData .shopInfo .content .item .dataNum {
  125. margin-top: 13px;
  126. font-size: 36px;
  127. color: #33bb49;
  128. }
  129. .dataBox .shopData .shopInfo .content .item:last-child .dataNum{
  130. color:#ff3f5a;
  131. }
  132. .dataBox .shopData .shopInfo .content .item .dataText {
  133. font-size: 12px;
  134. color: #888
  135. }
  136. /*.dataBox .shopData .shopInfo .content .item:first-child {
  137. width: 20%;
  138. border-left: none
  139. }*/
  140. /*.dataBox .shopData .shopInfo .content .item:last-child {
  141. width: 30%
  142. }*/
  143. .dataBox .shopData .shopAccount {
  144. float: right;
  145. width: 38.8%;
  146. background: #fff;
  147. }
  148. .shopData{margin-top: 20px;}
  149. .dataBox .shopData .shopAccount .content .item {
  150. width: 100%
  151. }
  152. .dataBox .shopData .shopAccount .content .item .data {
  153. float: left;
  154. padding-left: 5%;
  155. width: 100%;
  156. height: 70px;
  157. margin: 15px 0;
  158. text-align: center
  159. }
  160. .dataBox .shopData .shopAccount .content .item .data .dataNum {
  161. font-size: 36px;
  162. color: #3e3e3e
  163. }
  164. .dataBox .shopData .shopAccount .content .item .data .dataText {
  165. margin: 0 0 7px;
  166. font-size: 12px;
  167. color: #888
  168. }
  169. /*.dataBox .shopData .shopAccount .content .item .lastData {
  170. border-left: 1px solid #eee
  171. }*/
  172. .dataBox .shopData .shopAccount .content .item .bottomBtn {
  173. margin: 11px 9% 35px 0;
  174. float: right;
  175. width: 44px;
  176. height: 22px;
  177. border-radius: 2px;
  178. line-height: 20px;
  179. text-align: center;
  180. font-size: 10px
  181. }
  182. .dataBox .shopData .shopAccount .content .item .recharge {
  183. background: #2a75ed;
  184. border: solid 1px #2a75ed;
  185. color: #fff
  186. }
  187. .dataBox .shopData .shopAccount .content .item .record {
  188. background: #fafbfc;
  189. border: solid 1px #e5e7eb;
  190. color: #353535;
  191. position: absolute;
  192. top:20px;
  193. right: 0;
  194. }
  195. .association .itemBox,.commonFun .itemBox {
  196. display: block;
  197. float: left;
  198. width: 25%;
  199. /*height: 100px;*/
  200. background-color: #fff;
  201. /*margin: 0 0 20px 0;*/
  202. padding: 50px 30px 50px 40px;
  203. }
  204. .association .itemBox div,.commonFun .itemBox div {
  205. display: inline-block;
  206. width:70%;
  207. }
  208. .association .itemBox img,.commonFun .itemBox img {
  209. vertical-align: top;
  210. width: 42px;
  211. height: 42px;
  212. margin-right: 5px
  213. }
  214. .association .itemBox span,.commonFun .itemBox span {
  215. margin-top: -2px;
  216. display: inline-block;
  217. line-height: 24px;
  218. color: #353535;
  219. font-size: 18px
  220. }
  221. .association .itemBox p,.commonFun .itemBox p {
  222. margin-top: 5px;
  223. font-size: 12px;
  224. color: #888
  225. }
  226. .marketingTool {
  227. margin-bottom: 20px
  228. }
  229. .marketingTool .cover {
  230. width: 20%;
  231. padding: 0 10px;
  232. float: left;
  233. height: 120px
  234. }
  235. .marketingTool .toolBox {
  236. width: 100%;
  237. height: 120px;
  238. border-radius: 2px;
  239. float: left;
  240. text-align: center;
  241. color: #fff;
  242. padding: 30px 0
  243. }
  244. .marketingTool .toolBox .mtTitle {
  245. font-size: 20px
  246. }
  247. .marketingTool .coupon {
  248. background-color: #ff9066
  249. }
  250. .marketingTool .distribute {
  251. background-color: #ffbb64
  252. }
  253. .marketingTool .invite_code {
  254. background-color: #ff7979
  255. }
  256. .marketingTool .invite_cart {
  257. background-color: #66d289
  258. }
  259. .marketingTool .ditch {
  260. background-color: #82aff9
  261. }
  262. .moreBox {
  263. margin-bottom: 40px
  264. }
  265. .moreBox .moreService,.moreBox .tutorial {
  266. float: left;
  267. width: 50%
  268. }
  269. .moreBox .moreService .content,.moreBox .tutorial .content {
  270. background-color: #fff;
  271. height: 290px
  272. }
  273. .moreBox .moreService .subContent,.moreBox .tutorial .subContent {
  274. float: left;
  275. width: 50%
  276. }
  277. .moreBox .moreService .content {
  278. padding: 30px 0 20px 5%;
  279. margin-right: 10px
  280. }
  281. .moreBox .moreService .newHref {
  282. display: block;
  283. float: left;
  284. width: 90%;
  285. height: 60px;
  286. background-color: #fff;
  287. border: solid 1px #eee;
  288. padding: 18px 20px;
  289. margin: 0 5% 20px 0
  290. }
  291. .moreBox .moreService .newHref img {
  292. vertical-align: top;
  293. width: 24px;
  294. height: 24px;
  295. margin-right: 5px
  296. }
  297. .moreBox .moreService .newHref span {
  298. display: inline-block;
  299. line-height: 24px;
  300. color: #353535;
  301. font-size: 14px
  302. }
  303. .moreBox .tutorial {
  304. padding-left: 10px
  305. }
  306. .moreBox .tutorial .content {
  307. padding-top: 30px
  308. }
  309. .moreBox .tutorial .content .subHelp {
  310. width: 33%;
  311. float: left;
  312. text-align: center
  313. }
  314. .moreBox .tutorial .content .item {
  315. float: left;
  316. margin: 0 20% 30px 20%;
  317. width: 110px;
  318. height: 100px;
  319. overflow: hidden;
  320. text-align: center
  321. }
  322. .moreBox .tutorial .content .item p {
  323. font-size: 13px;
  324. text-align: center;
  325. color: #525252;
  326. margin: 0;
  327. padding: 0;
  328. line-height: 20px
  329. }
  330. .titleText {
  331. /*margin: 20px 0;*/
  332. line-height: 60px;
  333. font-size: 16px;
  334. font-weight: 600;
  335. color: #353535;
  336. padding: 0 20px;
  337. border-bottom: 1px solid #f5f5f5;
  338. }
  339. .titleText a {
  340. font-weight: 100;
  341. margin-left: 10px;
  342. line-height: 20px
  343. }
  344. .titleText .subText {
  345. font-size: 14px;
  346. color: #888;
  347. font-weight: 500;
  348. padding-left: 10px
  349. }
  350. .goodCase {
  351. padding-bottom: 120px;
  352. height: 330px
  353. }
  354. .caseContent {
  355. width: 100%;
  356. height: 130px;
  357. background: #fff;
  358. padding: 20px
  359. }
  360. .caseContent>div {
  361. position: relative;
  362. cursor: default;
  363. float: left;
  364. width: 8%;
  365. height: 90px;
  366. margin-right: 4.5%;
  367. text-align: center
  368. }
  369. .caseContent>div>img {
  370. width: 60px;
  371. height: 60px;
  372. border-radius: 50%
  373. }
  374. .caseContent>div p {
  375. margin-top: 10px;
  376. font-size: 14px;
  377. text-align: center;
  378. color: #243042
  379. }
  380. .caseContent>div .codeContent {
  381. display: none;
  382. position: absolute;
  383. top: 90px;
  384. left: -35px;
  385. width: 150px;
  386. height: 180px;
  387. padding: 15px;
  388. border-radius: 2px;
  389. background-color: #fff;
  390. box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  391. border: solid 1px #dbdbdb
  392. }
  393. .caseContent>div .codeContent img {
  394. display: block;
  395. width: 120px;
  396. height: 120px
  397. }
  398. .caseContent>div .codeContent p {
  399. font-size: 12px
  400. }
  401. .caseContent>div:hover .codeContent {
  402. display: block
  403. }
  404. a.bottomBtn,a.itemBox,a.newHref,a.toolBox {
  405. transition: .1s linear
  406. }
  407. a.bottomBtn:hover,a.itemBox:hover,a.newHref:hover,a.toolBox:hover {
  408. box-shadow: inset 0 0 1000px rgba(0,0,0,.05)
  409. }
  410. a.bottomBtn:active,a.itemBox:active,a.newHref:active,a.toolBox:active {
  411. box-shadow: inset 0 0 1000px rgba(0,0,0,.1)
  412. }
  413. a.item {
  414. transition: .1s linear;
  415. position: relative
  416. }
  417. a.item:before {
  418. content: '';
  419. position: absolute;
  420. left: 25px;
  421. top: 10px;
  422. width: 60px;
  423. height: 60px;
  424. border-radius: 50%;
  425. background: rgba(0,0,0,.05);
  426. display: none
  427. }
  428. a.item:hover:before {
  429. display: block
  430. }
  431. a.item:active:before {
  432. background: rgba(0,0,0,.1)
  433. }
  434. .welcomeBoxClose {
  435. position: fixed;
  436. top: 50px;
  437. right: 50px;
  438. cursor: pointer
  439. }
  440. .welcomeBoxClose img {
  441. float: left;
  442. width: 100%;
  443. height: 100%
  444. }
  445. .salerWelcomeBox {
  446. position: absolute;
  447. width: 600px;
  448. height: 400px;
  449. top: 50%;
  450. left: 50%;
  451. margin-left: -300px;
  452. margin-top: -200px;
  453. border-radius: 8px;
  454. background: #fff;
  455. overflow: hidden
  456. }
  457. .welcomeBoxBanner {
  458. width: 100%;
  459. height: 200px;
  460. background: #fffcf7;
  461. overflow: hidden
  462. }
  463. .welcomeBoxBanner img {
  464. display: block;
  465. width: 318px;
  466. height: 160px;
  467. margin-left: auto;
  468. margin-right: auto;
  469. margin-top: 40px
  470. }
  471. .welcomeBoxTitle {
  472. width: 100%;
  473. line-height: 22px;
  474. text-align: center;
  475. font-size: 16px;
  476. color: #353535;
  477. font-weight: 500;
  478. margin-top: 40px
  479. }
  480. .welcomeBoxIntro {
  481. width: 100%;
  482. line-height: 20px;
  483. text-align: center;
  484. font-size: 14px;
  485. color: #666;
  486. margin-top: 10px
  487. }
  488. .enterIntroBtn {
  489. width: 160px;
  490. position: absolute;
  491. left: 50%;
  492. bottom: 30px;
  493. margin-left: -80px
  494. }
  495. .baseIcon {
  496. position: relative
  497. }
  498. .baseIcon:after {
  499. -webkit-transform: scale(.5);
  500. -ms-transform: scale(.5);
  501. transform: scale(.5);
  502. position: absolute;
  503. right: 35px;
  504. width: 64px;
  505. text-align: center;
  506. line-height: 32px;
  507. height: 32px;
  508. top: 50%;
  509. margin-top: -8px;
  510. border-radius: 16px;
  511. font-size: 20px;
  512. font-weight: 500;
  513. display: block;
  514. color: #fff;
  515. -webkit-transform-origin: right top;
  516. -ms-transform-origin: right top;
  517. transform-origin: right top
  518. }
  519. .baseIcon.newIcon:after {
  520. content: "New";
  521. background-color: #fb6161
  522. }
  523. .baseIcon.hotIcon:after {
  524. content: "Hot";
  525. background-color: #ffb85e
  526. }
  527. .darkScreen2.indWel {
  528. display: -ms-flexbox;
  529. display: flex;
  530. -ms-flex-align: center;
  531. align-items: center;
  532. -ms-flex-pack: center;
  533. justify-content: center;
  534. margin-top: 0;
  535. opacity: 0;
  536. visibility: hidden
  537. }
  538. .indexWelcomeCloseBtn {
  539. position: absolute;
  540. right: 60px;
  541. top: 60px;
  542. cursor: pointer
  543. }
  544. .darkScreen2.indWel.active {
  545. opacity: 1;
  546. visibility: visible
  547. }
  548. .darkScreen2.indWel.ready {
  549. transition-property: opacity,visibility;
  550. transition-duration: .5s
  551. }
  552. .indexWelcomeBox {
  553. width: 600px;
  554. height: 400px;
  555. background: #fff;
  556. position: relative;
  557. border-radius: 8px;
  558. overflow: hidden
  559. }
  560. .indexWelcomeBox>.indConBan {
  561. background: #fffcf7;
  562. text-align: center
  563. }
  564. .indexWelcomeCont {
  565. text-align: center
  566. }
  567. .indexWelcomeCont>span {
  568. font-size: 16px;
  569. color: #353535;
  570. font-weight: 500;
  571. margin-top: 40px;
  572. display: block
  573. }
  574. .indexWelcomeCont>p {
  575. font-size: 14px;
  576. color: #666;
  577. margin-top: 10px;
  578. line-height: 20px;
  579. position: relative
  580. }
  581. .guideBody {
  582. width: 622px;
  583. height: 520px;
  584. border-radius: 4px;
  585. background-color: #fff;
  586. position: fixed;
  587. margin: 0 auto;
  588. left: 0;
  589. right: 0;
  590. top: 20%
  591. }
  592. .guideBody .closeGuide {
  593. font-weight: 100;
  594. color: #fff;
  595. font-size: 21px;
  596. position: absolute;
  597. top: -24px;
  598. left: 625px;
  599. cursor: pointer
  600. }
  601. .guideBody .bannerWindow {
  602. width: 100%;
  603. height: 320px;
  604. margin-top: 6px;
  605. overflow: hidden
  606. }
  607. .guideBody .bannerWindow .bannerBox {
  608. width: 2488px;
  609. font-size: 0;
  610. position: relative
  611. }
  612. .guideBody .bannerFoot {
  613. text-align: center;
  614. width: 100%;
  615. height: 200px;
  616. background-color: #fff;
  617. box-shadow: 0 -4px 12px 0 rgba(31,67,124,.08);
  618. border-bottom-right-radius: 4px;
  619. border-bottom-left-radius: 4px
  620. }
  621. .guideBody .bannerFoot .guideBtn {
  622. width: 120px
  623. }
  624. .guideBody .bannerFoot .guideMsg {
  625. padding: 35px 0 18px 0
  626. }
  627. .guideBody .bannerFoot .guideMsg .title {
  628. color: #2a75ed;
  629. font-size: 18px
  630. }
  631. .guideBody .bannerFoot .markBox {
  632. clear: both;
  633. margin: 17px auto;
  634. width: 67px;
  635. height: 10px
  636. }
  637. .guideBody .bannerFoot .markBox .static {
  638. float: left;
  639. width: 6px;
  640. height: 6px;
  641. border: 1px solid #ced5e1;
  642. background-color: #ced5e1;
  643. border-radius: 50%;
  644. margin: 0 5px;
  645. cursor: pointer
  646. }
  647. .guideBody .bannerFoot .markBox .active {
  648. border: 1px solid #2a75ed;
  649. background-color: #fff
  650. }
  651. .subClose {
  652. position: absolute;
  653. right: 7px;
  654. top: 7px
  655. }
  656. .versionAlert {
  657. display: none
  658. }
  659. .vAlertBox {
  660. width: 600px;
  661. height: 309px;
  662. border-radius: 2px;
  663. background-color: #fff;
  664. position: fixed;
  665. margin: 0 auto;
  666. left: 0;
  667. right: 0;
  668. top: 20%
  669. }
  670. .vAlertBox .vTitle {
  671. font-size: 16px;
  672. font-weight: 600;
  673. color: #353535;
  674. text-align: center;
  675. margin: 40px 0 20px 0
  676. }
  677. .vAlertBox .vContent {
  678. margin: 0 61px;
  679. line-height: 29px;
  680. text-indent: 25px
  681. }
  682. .vAlertBox .btns {
  683. text-align: center;
  684. margin-top: 30px
  685. }
  686. .vAlertBox .btns .btnBlue {
  687. width: 120px;
  688. margin-left: 18px
  689. }
  690. /*clear clearfix*/
  691. .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
  692. .clearfix {/* zoom: 1; */}
  693. .headerLeft{float: left;}
  694. .headerLeft .img{width:90px;height: 90px;border-radius: 5px;float: left;background-position:center center;background-repeat:no-repeat;background-size:cover;}
  695. .headerLeft .info{float: left;margin-left: 20px;padding: 17px 0;}
  696. .headerLeft .info h2{font-size: 18px;margin: 0;}
  697. .headerLeft .info span{margin-left: 10px;font-size: 12px;}
  698. .headerLeft .info span.green{background: #cfefdf;color:#00a854;padding: 3px 10px;border-radius: 3px;}
  699. .headerLeft .info span.cRed a{color:#ff3f5a;}
  700. .dataBox .myShop .content p.follow{display: block;font-size: 12px;color:#b2b2b2;font-weight: normal;}
  701. .dataBox .myShop .content p.follow i{font-style: inherit;}
  702. .headerLeft .info .bottom{font-size: 12px;}
  703. .headerLeft .info .bottom p{font-weight: normal;font-size: 12px;margin:15px 0 0;}
  704. .headerLeft .bottom a{border-radius: 3px;}
  705. .headerLeft .bottom a.blue{background: #eef6ff;color:#2984e2;}
  706. .headerLeft .bottom a.blue:hover{background: #d4e8ff;}
  707. .headerLeft .bottom a.red{background: #ffe8ed;color:#ff4f67;}
  708. .headerLeft .bottom .A{margin-left: 15px;padding: 5px 15px;}
  709. .headerRight{float: right;}
  710. .headerRight img{width: 72px;height: 72px;display: block;margin: 0 auto;}
  711. .dataBox .myShop .content .headerRight p{display: block;font-size: 12px;}
  712. .base_mainContent {
  713. padding: 0;
  714. background-color: #ebebf1;
  715. }
  716. .header {
  717. width: 100%;
  718. height: 62px;
  719. background-color: #fafbfc
  720. }
  721. .header ul {
  722. width: 100%;
  723. height: 100%;
  724. list-style: none;
  725. padding-left: 0
  726. }
  727. .header li {
  728. float: left;
  729. width: 110px;
  730. height: 100%;
  731. text-align: center
  732. }
  733. .header a {
  734. display: block;
  735. color: #243042;
  736. font: normal normal normal 16px/62px 'Microsoft YaHei'
  737. }
  738. .red_prompt {
  739. background-color: #629eff
  740. }
  741. .red_prompt_word a {
  742. color: #629eff;
  743. background: #fff;
  744. display: inline-block;
  745. height: 28px;
  746. line-height: 28px;
  747. border-radius: 2px;
  748. padding: 0 5px;
  749. margin: 0 10px;
  750. font-size: 12px
  751. }
  752. .close_img_wrapper {
  753. background-color: #629eff
  754. }
  755. .content {
  756. width: 100%;
  757. height: 650px;
  758. background-color: #fff;
  759. overflow: hidden;
  760. position: relative
  761. }
  762. .phonePreview {
  763. position: absolute;
  764. width: auto;
  765. height: 500px;
  766. left: 76px;
  767. top: 48px
  768. }
  769. .bindH4 {
  770. position: absolute;
  771. font: normal bold normal 16px/1.5em 'Microsoft YaHei';
  772. left: 400px;
  773. top: 67px
  774. }
  775. .homeInfoArea {
  776. height: 34px;
  777. position: absolute;
  778. left: 380px;
  779. top: 120px
  780. }
  781. .infoLabel {
  782. margin-right: 15px;
  783. text-align: left;
  784. width: 145px;
  785. line-height: 34px;
  786. float: left
  787. }
  788. .infoValue {
  789. float: left
  790. }
  791. .wxName {
  792. height: 34px;
  793. position: absolute;
  794. left: 500px;
  795. top: 175px
  796. }
  797. #editWxName {
  798. float: left;
  799. line-height: 34px;
  800. color: #2a75ed;
  801. margin-left: 20px;
  802. cursor: pointer
  803. }
  804. .wxTitleShow {
  805. float: left;
  806. line-height: 34px
  807. }
  808. .titleShow {
  809. float: left;
  810. line-height: 34px
  811. }
  812. #edit {
  813. float: left;
  814. line-height: 34px;
  815. color: #2a75ed;
  816. margin-left: 20px;
  817. cursor: pointer
  818. }
  819. #save,
  820. #saveWx {
  821. float: left;
  822. line-height: 34px;
  823. color: #2a75ed;
  824. margin-left: 20px;
  825. cursor: pointer
  826. }
  827. .bindInfoArea {
  828. height: 34px;
  829. position: absolute;
  830. left: 500px;
  831. top: 230px
  832. }
  833. .qrcodeArea {
  834. height: 34px;
  835. position: absolute;
  836. left: 500px;
  837. top: 285px
  838. }
  839. .copyButton {
  840. width: 42px;
  841. height: 24px;
  842. float: left;
  843. border-radius: 2px;
  844. border: solid 1px #2a75ed;
  845. color: #2a75ed;
  846. text-align: center;
  847. font-size: 12px;
  848. line-height: 20px;
  849. background-color: #fff;
  850. margin: 6px 0 0 20px
  851. }
  852. .copyButton:hover{
  853. background: #2a75ed;
  854. color:#fff;
  855. }
  856. /*#ZeroClipboardMovie_1 {
  857. margin-top: -16px
  858. }*/
  859. .no_wx_temp1 {
  860. position: absolute;
  861. font: normal bold normal 16px/1.5em 'Microsoft YaHei';
  862. left: 400px;
  863. top: 70px
  864. }
  865. .no_wx_temp2 {
  866. position: absolute;
  867. font-size: 14px;
  868. left: 400px;
  869. top: 120px;
  870. color: #b8b8b8
  871. }
  872. .no_wx_temp3 {
  873. width: 180px;
  874. height: 42px;
  875. position: absolute;
  876. left: 400px;
  877. top: 170px;
  878. font-size: 16px;
  879. line-height: 42px;
  880. border-radius: 4px;
  881. color: #fff;
  882. text-align: center;
  883. background-color: #2a75ed
  884. }
  885. .no_wx_temp3:hover {
  886. color: #fff
  887. }
  888. .appendText {
  889. display: none;
  890. z-index: 10001;
  891. position: absolute;
  892. left: 320px;
  893. top: 10px;
  894. width: 260px;
  895. color: #fff
  896. }
  897. .appendText .textBtn {
  898. cursor: pointer;
  899. width: 100px;
  900. line-height: 34px;
  901. margin-top: 20px;
  902. text-align: center;
  903. border: 1px solid #fff;
  904. border-radius: 3px
  905. }
  906. #mask {
  907. display: none;
  908. z-index: 1000;
  909. position: fixed;
  910. width: 100%;
  911. height: 100%;
  912. left: 0;
  913. top: 0;
  914. border: solid rgba(0, 0, 0, .5)
  915. }
  916. .cRed-time{
  917. display: inline-block;
  918. vertical-align: middle;
  919. margin-top:5px;
  920. width:130px;
  921. }
  922. .count-down{
  923. display: inline-block;
  924. vertical-align: middle;
  925. }
  926. .cRed-time .time-over{
  927. display: block;
  928. margin-top:6px;
  929. }
  930. .cRed-time .time-over:hover{
  931. color:#33bb49;
  932. }
  933. .cRed-time .cRed{
  934. font-size: 14px !important;
  935. }
  936. .headerLeft .img{
  937. display: inline-block;
  938. vertical-align: middle;
  939. margin: 17px 0;
  940. }
  941. .headerLeft .infor{
  942. display: inline-block;
  943. vertical-align: middle;
  944. }
  945. .count-down .cbuld{
  946. float:left;
  947. background:rgba(0,0,0,0.3);
  948. border-radius: 4px;
  949. text-align: center;
  950. color:#fff !important;
  951. font-size: 12px !important;
  952. margin-right:10px;
  953. padding:2px;
  954. margin-right:12px !important;
  955. }
  956. .count-down .cbuld .time-size{
  957. font-size: 21px !important;
  958. display: inline-block;
  959. }
  960. .count-down .cbutext{
  961. float:left;
  962. margin-top:12px;
  963. }
  964. .count-down .cbuld span{
  965. margin:0;
  966. }