logome.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. /*登录*/
  2. .logbox{
  3. width: 100%;
  4. height: auto;
  5. background: url(../img/bei@2x.png) no-repeat center center;
  6. background-size: 100%;
  7. padding: 20% 0;
  8. letter-spacing: 1px;
  9. }
  10. .logobg{
  11. background-color: rgba(255, 255, 255, 0.9);
  12. box-shadow: 0px 3px 0.3rem 0px
  13. rgba(74, 68, 66, 0.6);
  14. border-radius: 0.5rem;
  15. opacity: 0.9;
  16. padding: 5%;
  17. text-align: center;
  18. }
  19. .logo{
  20. width: 36%;
  21. margin-bottom: 0.75rem;
  22. }
  23. .logobg h2{
  24. font-size: 0.65rem;
  25. font-weight: 600;
  26. text-align: left;
  27. margin-bottom: 0.5rem;
  28. }
  29. .logul{
  30. text-align: left;
  31. font-size: 0.35rem;
  32. }
  33. .logul li{
  34. margin-bottom: 0.75rem;
  35. border-bottom: 1px solid #dbdbdb
  36. }
  37. .logicon{
  38. width: 0.575rem;
  39. height: 0.575rem;
  40. margin-right: 0.35rem;
  41. vertical-align: middle;
  42. }
  43. .logul input{
  44. width: 100%;
  45. height: 1.0rem;
  46. font-size: 0.4rem;
  47. padding-left: 0.4rem;
  48. margin-top: 0.25rem;
  49. }
  50. .redbtn,.blubtn,.graybtn{
  51. width: 70%;
  52. height: 1.0rem;
  53. font-size: 0.45rem;
  54. text-align: center;
  55. line-height: 1.0rem;
  56. letter-spacing: 0.25rem;
  57. color: #ffffff;
  58. border-radius: 0.75rem;
  59. margin: 0.75rem auto;
  60. }
  61. .redbtn{
  62. background-color: #ed453c;
  63. box-shadow: 0px 2px 6px 2px rgba(237, 69, 60, 0.5);
  64. }
  65. .blubtn{
  66. background-color: #104d9f;
  67. }
  68. .graybtn{
  69. background-color: #888;
  70. }
  71. .loga{
  72. width: 70%;
  73. font-size: 0.35rem;
  74. margin: 0.5rem auto;
  75. overflow: hidden;
  76. }
  77. .loga a{
  78. color: #232323;
  79. }
  80. /*注册*/
  81. .logclean{
  82. overflow: hidden;
  83. }
  84. .logclean input{
  85. width: 60%;
  86. }
  87. .logclean p{
  88. width: 30%;
  89. height: 0.75rem;
  90. font-size: 0.35rem;
  91. line-height: 0.75rem;
  92. text-align: center;
  93. border-radius: 0.6rem;
  94. border: solid 1px #e0e0e0;
  95. margin-top: 0.25rem;
  96. }
  97. .logreturn{
  98. color: #232323;
  99. }
  100. /*忘记密码*/
  101. .titbox{
  102. width: 100%;
  103. height: 1.25rem;
  104. line-height: 1.25rem;
  105. text-align: center;
  106. background:#fff;
  107. position: fixed;
  108. top: 0;
  109. left: 0;
  110. z-index: 22;
  111. }
  112. .titreturn{
  113. width: 1.25rem;
  114. height: 1.25rem;
  115. line-height: 1.25rem;
  116. text-align: center;
  117. }
  118. .titreturn img{
  119. width: 0.7rem;
  120. vertical-align: middle;
  121. }
  122. .titbox h1{
  123. width: 50%;
  124. margin: auto;
  125. font-size: 0.4rem;
  126. font-weight: 600;
  127. letter-spacing: 0.05rem;
  128. line-height: 1.25rem;
  129. }
  130. .forgetbox{
  131. width: 100%;
  132. height: auto;
  133. background:#fff;
  134. padding: 10% 0;
  135. letter-spacing: 1px;
  136. border-top: 0.25rem solid #f3f3f3;
  137. }
  138. /*个人信息*/
  139. .logtitul{
  140. overflow: hidden;
  141. }
  142. .logtitul li a{
  143. width: 45%;
  144. text-align: center;
  145. line-height: 1.15rem;
  146. }
  147. .logtitsel{
  148. width: 1.125rem;
  149. height: 0.1rem;
  150. background-color: #dd1e25;
  151. border-radius: 1px;
  152. margin: auto;
  153. }
  154. .lonoticebox{
  155. margin-top: 1.125rem;
  156. font-size: 0.35rem;
  157. }
  158. .lonotice{
  159. margin-bottom: 0.5rem;
  160. }
  161. .lonoline{
  162. display: inline-block;
  163. width: 5rem;
  164. height: 2px;
  165. background-color: #e8e8e8;
  166. border-radius: 1px;
  167. vertical-align: middle;
  168. }
  169. .lonoticeul{
  170. margin-left: 0.5rem;
  171. line-height: 0.6rem;
  172. }
  173. .locity{
  174. overflow: hidden;
  175. }
  176. .locity input{
  177. width: 80%;
  178. }
  179. .locity img{
  180. width: 0.35rem;
  181. margin-top: 0.5rem;
  182. }
  183. /*登录结束*/
  184. /*个人中心开始*/
  185. .mebox{
  186. background: #f3f3f3;
  187. padding-bottom: 2rem;
  188. }
  189. .mebanner{
  190. width: 100%;
  191. height: 4.625rem;
  192. background: url(../img/mebg_02.png) no-repeat center center;
  193. background-size: cover;
  194. }
  195. .metop{
  196. overflow: hidden;
  197. }
  198. .metop a{
  199. width: 0.75rem;
  200. height: 0.75rem;
  201. text-align: center;
  202. margin-top: 0.15rem;
  203. }
  204. .metop a img{
  205. width: 0.45rem;
  206. }
  207. .metopcon{
  208. width: 50%;
  209. text-align: center;
  210. margin: 0 auto;
  211. }
  212. .mephoto{
  213. width: 1.5rem;
  214. height: 1.5rem;
  215. border: 0.15rem solid rgba(231, 231, 231, 0.2);
  216. border-radius: 100%;
  217. margin: 0 auto;
  218. }
  219. .mephoto img{
  220. width: 1.5rem;
  221. }
  222. .mexinxi{
  223. line-height: 0.5rem;
  224. margin-top: 0.15rem;
  225. }
  226. .mexinxi span{
  227. font-size: 0.4rem;
  228. }
  229. .mexinxi p{
  230. font-size: 0.35rem;
  231. }
  232. .mexinxi img{
  233. width: 0.375rem;
  234. vertical-align: middle;
  235. margin-left: 0.1rem;
  236. }
  237. .mesum{
  238. width: 100%;
  239. height: 2.25rem;
  240. background-color: #ffffff;
  241. box-shadow: 0px 3px 0.5rem 0px
  242. rgba(122, 145, 175, 0.35);
  243. border-radius: 0.25rem;
  244. margin-top: -1.0rem;
  245. text-align: center;
  246. }
  247. .mesum h2{
  248. font-size: 0.35rem;
  249. line-height: 0.9rem;
  250. }
  251. .redbigtxt{
  252. font-size: 0.75rem;
  253. font-weight: border;
  254. line-height: 1.0rem;
  255. color: #ec1b24;
  256. }
  257. .meul{
  258. margin-top: 0.25rem;
  259. }
  260. .meli{
  261. height: 1.2rem;
  262. font-size: 0.35rem;
  263. line-height: 1.2rem;
  264. background: #fff;
  265. border-bottom: 1px solid #ededed;
  266. overflow: hidden;
  267. }
  268. .meicon{
  269. width: 0.5rem;
  270. vertical-align: middle;
  271. margin-right: 0.25rem;
  272. }
  273. .mejinru{
  274. width: 0.5rem;
  275. margin-top:0.3rem;
  276. }
  277. /* 邀请好友 */
  278. .meinvibox{
  279. width: 100%;
  280. /* height:100%; */
  281. background: url(../img/invibg_02.png) no-repeat top center;
  282. background-size: cover;
  283. text-align: center;
  284. position: absolute;
  285. background-position: 50% 50%;
  286. top: 0;
  287. }
  288. .meinvibox h2{
  289. font-size: 0.45rem;
  290. font-weight: border;
  291. line-height: 0.55rem;
  292. }
  293. .meinvitit{
  294. padding-top: 5.25rem;
  295. }
  296. .meinvitit img{
  297. height: 0.025rem;
  298. }
  299. .merweima{
  300. width: 5.0rem;
  301. height: 5.0rem;
  302. text-align: center;
  303. background-color: #374caa;
  304. border-radius: 0.25rem;
  305. margin: auto;
  306. margin-top: 0.5rem;
  307. margin-bottom: 0.75rem;
  308. }
  309. .merweima img{
  310. width: 4.5rem;
  311. height: 4.5rem;
  312. margin-top: 0.25rem;
  313. }
  314. .meinviul{
  315. width: 80%;
  316. margin: 0.5rem auto;
  317. }
  318. .meinviul li{
  319. display: inline-block;
  320. margin-bottom: 0.75rem;
  321. }
  322. .meinviul a{
  323. width: 1.25rem;
  324. height: 1.25rem;
  325. }
  326. .meinviul .meinviul_cen{
  327. margin: 0 1.0rem;
  328. }
  329. .meinviul a img{
  330. width: 1.25rem;
  331. }
  332. /*邀请记录*/
  333. .merecli{
  334. /*height: 1.2rem;*/
  335. padding: 0.4rem 0;
  336. line-height: 0.4rem;
  337. font-size: 0.35rem;
  338. overflow: hidden;
  339. color: #232323;
  340. border-bottom: 1px solid #f3f3f3;
  341. background: #fff;
  342. }
  343. /*我的佣金*/
  344. .memontop{
  345. width: 100%;
  346. height: 6.3rem;
  347. background: url(../img/beijing18@2x.png) no-repeat top center;
  348. background-size: cover;
  349. }
  350. .memontop .memontit{
  351. line-height: 1.25rem;
  352. }
  353. .memontit h1{
  354. font-size: 0.4rem;
  355. text-align: center;
  356. font-weight: border;
  357. }
  358. .memoncen{
  359. margin-top: 0.75rem;
  360. text-align: center;
  361. }
  362. .memoncen p{
  363. font-size: 0.35rem;
  364. line-height: 0.5rem;
  365. }
  366. .memoncen h2{
  367. font-size: 1.0rem;
  368. font-weight: border;
  369. line-height: 1.5rem;
  370. }
  371. .memont{
  372. height: 1.3rem;
  373. line-height: 1.3rem;
  374. background: #f3f3f3;
  375. }
  376. .memont img{
  377. height: 0.5rem;
  378. margin-right: 0.15rem;
  379. vertical-align: middle;
  380. }
  381. .memont span{
  382. font-size: 0.4rem;
  383. vertical-align: middle;
  384. }
  385. .memonul{
  386. background: #fff;
  387. }
  388. .memonli{
  389. height: 1.85rem;
  390. color: #232323;
  391. border-bottom: 1px solid #dbdbdb;
  392. }
  393. .memonli h3{
  394. font-size: 0.45rem;
  395. font-weight: border;
  396. line-height: 1.15rem;
  397. }
  398. /*消息通知*/
  399. .messageli{
  400. font-size: 0.35rem;
  401. margin-top: 0.25rem;
  402. }
  403. .messageli h2{
  404. font-size: 0.35rem;
  405. line-height: 0.9rem;
  406. text-align: center;
  407. }
  408. .messagep{
  409. padding: 0.3rem;
  410. background: #fff;
  411. line-height: 0.5rem;
  412. text-align: justify;
  413. }
  414. /*关于我们*/
  415. .meaboutimg{
  416. width: 100%;
  417. height: 3.75rem;
  418. }
  419. .meaboutit{
  420. text-align: center;
  421. padding: 0.375rem 0;
  422. }
  423. .meaboutit h2{
  424. font-size: 0.45rem;
  425. line-height: 0.7rem;
  426. font-weight: 600;
  427. }
  428. .meaboutit p{
  429. font-size: 0.25rem;
  430. }
  431. .meaboutcon{
  432. padding: 0.35rem 0;
  433. font-size: 0.35rem;
  434. text-indent: 0.7rem;
  435. line-height: 0.7rem;
  436. }
  437. /*个人信息*/
  438. .noline textarea{
  439. width: 100%;
  440. height: 2.5rem;
  441. padding: 0.25rem;
  442. border: solid 1px #e0e0e0;
  443. margin-top: 0.15rem;
  444. }
  445. .logul .noline{
  446. border-bottom: 0px solid #fff;
  447. }
  448. /*我的客户*/
  449. .addimg{
  450. width: 0.45rem;
  451. margin-right: 0.1rem;
  452. vertical-align: middle;
  453. }
  454. .titbox .smtxt{
  455. vertical-align: middle;
  456. }
  457. .mepeoname{
  458. width: 60%;
  459. }
  460. /*添加客户*/
  461. .meaddle{
  462. width: 30%;
  463. color: #666;
  464. }
  465. .meaddinpu{
  466. width: 60%;
  467. }
  468. .meaddlila textarea{
  469. height: 1.6rem;
  470. padding-left: 0.2rem;
  471. }
  472. .meaddlik{
  473. width: 100%;
  474. }
  475. .meaddlik textarea{
  476. width: 100%;
  477. border: 1px solid #dbdbdb;
  478. margin: 0.25rem 0;
  479. }
  480. /*个人中心结束*/
  481. /*集团公告*/
  482. .mejituanli{
  483. border-bottom: 1px solid #dbdbdb;
  484. padding: 12px 0;
  485. overflow: hidden;
  486. }
  487. .mejituanimg{
  488. width: 2.1rem;
  489. height: 1.675rem;
  490. }
  491. .mejituanli p{
  492. width: 6rem;
  493. font-size: 0.35rem;
  494. line-height: 0.5rem;
  495. margin-left: 0.3rem;
  496. margin-top: 0.25rem;
  497. }
  498. .mejituanjin{
  499. width: 0.55rem;
  500. height: 0.55rem;
  501. margin-top: 0.6rem;
  502. }
  503. /*进度管理*/
  504. .jinduli{
  505. padding: 0.25rem 0;
  506. border-bottom: 1px solid #dbdbdb;
  507. overflow: hidden;
  508. }
  509. .jindule{
  510. width: 3.5rem;
  511. }
  512. .jinduri{
  513. width: 4.5rem;
  514. }
  515. .jinduli h3{
  516. font-size: 0.4rem;
  517. color: #232323;
  518. line-height: 0.7rem;
  519. }
  520. .jinduli p{
  521. font-size: 0.35rem;
  522. line-height: 0.8rem;
  523. color: #898989;
  524. }
  525. .jinduli .redtxt{
  526. color: #dd1e25;
  527. }
  528. .jinduimg{
  529. width: 0.6rem;
  530. margin-top: 0.50rem;
  531. }
  532. .tuijiejian{
  533. width: 0.55rem;
  534. }
  535. .mineTop a {
  536. margin-top:0;
  537. line-height: 0.75rem;
  538. }
  539. .mineTop a.right {
  540. width: 1.5rem;
  541. height: 0.75rem;
  542. text-align: center;
  543. color: #fff;
  544. font-size: 0.35rem;
  545. }
  546. .mineTop a img {
  547. width: 0.45rem;
  548. height: 0.45rem;
  549. vertical-align: middle;
  550. margin-left: 0.1rem;
  551. }
  552. /*通用*/
  553. .top50{
  554. margin-top: 1.25rem;
  555. }
  556. .blubg{
  557. color: #fff;
  558. background: #104d9f;
  559. }
  560. .whtxt{
  561. color: #fff;
  562. }
  563. .metime{
  564. color: #666;
  565. }
  566. .whbg{
  567. background: #fff;
  568. }
  569. .blutxt{
  570. color: #104d9f;
  571. }
  572. .redtxt{
  573. color: #dd1e25;
  574. }
  575. .smtxt{
  576. font-size: 0.3rem;
  577. }
  578. .graytxt{
  579. color: #898989;
  580. }
  581. .top10{
  582. margin-top: 0.5rem;
  583. }
  584. .rightxt{
  585. text-align: right;
  586. }
  587. /* 我的推介中我的客户 */
  588. .overFlow {
  589. overflow: hidden;
  590. height: 1.2rem;
  591. line-height: 1.2rem;
  592. border-bottom: 0.025rem solid #ddd;
  593. }
  594. .merecli67 {
  595. padding: 0 0.25rem;
  596. margin-bottom: 0.25rem;
  597. }
  598. .gai67 {
  599. width: 100%;
  600. font-size: 0.35rem;
  601. overflow: hidden;
  602. height: 0.9rem;
  603. line-height: 0.9rem;
  604. }
  605. .gai67 > div {
  606. width: 20%;
  607. text-align: right;
  608. margin-left: 5%;
  609. }
  610. .gai67 img {
  611. width: 0.35rem;
  612. margin-right: 0.1rem;
  613. }