index.css 18 KB

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