html.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  1. /* 针对金宇商城设置的css */
  2. /*********************/
  3. ::-webkit-scrollbar-track-piece {//滚动条凹槽的颜色,还可以设置边框属性
  4. background-color: #f8f8f8;
  5. }
  6. ::-webkit-scrollbar {//滚动条的宽度
  7. width: 0px !important;
  8. height: 0px;
  9. }
  10. ::-webkit-scrollbar-thumb {//滚动条的设置
  11. background-color: #dddddd;
  12. background-clip: padding-box;
  13. min-height: 28px;
  14. }
  15. ::-webkit-scrollbar-thumb:hover {
  16. background-color: #bbb;
  17. }
  18. /*********************/
  19. [v-cloak] {
  20. display: none;
  21. }
  22. body {
  23. background-color: #e0ebf4 !important;
  24. }
  25. em {
  26. font-style: normal;
  27. }
  28. /* 直线 */
  29. .zmq-img-nodata {
  30. width: 70vw;
  31. height: 70vw;
  32. margin-left: 15vw;
  33. margin-top:5rem;
  34. }
  35. .zmq-line-versial {
  36. width: 1px !important;
  37. height: 2rem;
  38. margin-top: 0.5rem
  39. }
  40. .zmq-line-level {
  41. height: 1px !important;
  42. }
  43. /*********** 美化选择框 *************/
  44. /* 美化input type=checkbox */
  45. /* 第二种解决方案:图片代替checkbox */
  46. .check .input_check+ label {
  47. background-image: url('../image/drawable-xhdpi/check.png') !important;
  48. background-size: 100% 100%;
  49. }
  50. .aui-radio, .aui-checkbox {
  51. width: 1.2rem;
  52. height: 1.2rem;
  53. background-color: #ffffff;
  54. border: solid 0px #dddddd !important;
  55. -webkit-border-radius: 0.6rem;
  56. border-radius: 0.6rem;
  57. font-size: 0.8rem;
  58. margin: 0;
  59. padding: 0;
  60. position: relative;
  61. display: inline-block;
  62. vertical-align: top;
  63. cursor: default;
  64. -webkit-appearance: none;
  65. -webkit-user-select: none;
  66. user-select: none;
  67. -webkit-transition: background-color ease 0.1s;
  68. transition: background-color ease 0.1s;
  69. }
  70. .aui-checkbox span {
  71. position: relative;
  72. }
  73. .aui-checkbox .input_check {
  74. position: absolute;
  75. width: 30px;
  76. height: 30px;
  77. visibility: hidden;
  78. position: absolute;
  79. margin-top: 0.7rem;
  80. }
  81. .aui-checkbox .input_check+ label {
  82. display: inline-block;
  83. width: 25px;
  84. height: 25px;
  85. background-position: -0px -0px;
  86. background-image: url('../image/drawable-xhdpi/nocheck.png');
  87. background-size: 100% 100%;
  88. border-radius: 50%;
  89. }
  90. .aui-checkbox .input_check:checked+ label {
  91. background-position: 0;
  92. }
  93. /*********** 美化结束 **************/
  94. /*--- 优化input ----*/
  95. .zmq-input-noborder {
  96. border: 0px solid #fff !important;
  97. }
  98. /*------ 图标配置 -------*/
  99. .zmq-icon-inline-user {
  100. width: 1.3rem !important;
  101. display: inline;
  102. margin-right: 0.4rem;
  103. }
  104. .zmq-icon-inline-middle {
  105. width: 0.7rem !important;
  106. display: inline;
  107. margin-right: 0.4rem;
  108. }
  109. .zmq-icon-inline {
  110. width: 0.5rem !important;
  111. display: inline;
  112. margin-right: 0.2rem;
  113. }
  114. .zmq-icon-inline-big {
  115. width: 1.5rem !important;
  116. height: 1.5rem !important;
  117. display: inline;
  118. margin-right: 0.2rem;
  119. }
  120. .zmq-icon-right {
  121. width: 0.5rem;
  122. height: 0.9rem;
  123. margin-top: 2px;
  124. margin-left: 5px;
  125. }
  126. /*----- 直线 -----*/
  127. .zmq-line-3 {
  128. background-color: #e0ebf4 !important;
  129. height: 3px;
  130. }
  131. /**----------- 一行显示 -----------**/
  132. /* 文字竖着排 */
  133. .zmq-text-vertical {
  134. width: 1rem;
  135. padding-left: 0.15rem;
  136. box-sizing: border-box;
  137. font-size: 0.6rem !important;
  138. margin-left: 0.6rem;
  139. line-height: 1rem;
  140. text-align: center;
  141. }
  142. .zmq-line-1 {
  143. overflow: hidden;/*超出部分隐藏*/
  144. white-space: nowrap;/*不换行*/
  145. text-overflow: ellipsis;/*超出部分省略号显示*/
  146. }
  147. .zmq-flex-nowarp {
  148. display: flex;
  149. display: -webkit-flex;
  150. }
  151. .zmq-flex {
  152. display: flex;
  153. display: -webkit-flex;
  154. flex-wrap: wrap;
  155. }
  156. .zmq-inline {
  157. display: inline !important;
  158. }
  159. .zmq-flex-start {
  160. justify-content: flex-start !important;
  161. }
  162. .zmq-flex-end {
  163. justify-content: flex-end !important;
  164. }
  165. .zmq-flex-between {
  166. justify-content: space-between !important;
  167. }
  168. .zmq-warp {
  169. flex-wrap: wrap;
  170. }
  171. .zmq-flex-1 {
  172. flex: 1;
  173. }
  174. /* --浮动-- */
  175. .zmq-float-left {
  176. float: left;
  177. }
  178. .zmq-float-right {
  179. float: right;
  180. }
  181. .zmq-position-absolute {
  182. position: absolute !important;
  183. right: 10px;
  184. }
  185. /* ---- 宽度整理 ---- */
  186. .zmq-width-100 {
  187. width: 100% !important;
  188. }
  189. .zmq-width-80 {
  190. width: 80% !important;
  191. }
  192. .zmq-width-70 {
  193. width: 70% !important;
  194. }
  195. .zmq-width-60 {
  196. width: 60% !important;
  197. }
  198. .zmq-width-50 {
  199. width: 50% !important;
  200. }
  201. .zmq-width-40 {
  202. width: 40% !important;
  203. }
  204. .zmq-width-30 {
  205. width: 30% !important;
  206. }
  207. .zmq-width-20 {
  208. width: 20% !important;
  209. }
  210. .zmq-width-10 {
  211. width: 10% !important;
  212. }
  213. /* 背景格式 */
  214. .zmq-bg-success {
  215. background-color: #009944;
  216. }
  217. .zmq-bg-shallow {
  218. background-color: #dcfeff !important;
  219. }
  220. .zmq-bg-danger {
  221. background-color: #f00 !important;
  222. }
  223. .zmq-bg-white {
  224. background-color: #fff !important;
  225. }
  226. .zmq-bg-transparent {
  227. background-color: transparent !important;
  228. }
  229. .zmq-bg-noraml {
  230. background-color: #067974 !important;
  231. }
  232. .zmq-input-number {
  233. border : 1px solid#ddd !important;
  234. width: 15% !important;
  235. margin: 0 0.1rem !important;
  236. display: inline-block !important;
  237. padding : 5px 10px;
  238. text-align: center;
  239. margin : 0 5px;
  240. }
  241. .zmq-close {
  242. width : 17px;
  243. height: 17px;
  244. margin-top: -1rem;
  245. margin: auto 0;
  246. display: inline-block;
  247. vertical-align: bottom;
  248. margin-left: 0.3rem;
  249. }
  250. /* 字行高 */
  251. .zmq-lineHeight-13 {
  252. line-height: 1.3rem
  253. }
  254. .zmq-lineHeight-08 {
  255. line-height: 0.8rem;
  256. }
  257. /* 字体格式 */
  258. .zmq-font-weight {
  259. font-weight: bold !important;
  260. }
  261. .zmq-text-value {
  262. color: #2cacb5 !important;
  263. }
  264. .zmq-text-white {
  265. color: #fff !important;
  266. }
  267. .zmq-text-font-12 {
  268. font-size: 1.2rem !important;
  269. }
  270. .zmq-text-font-10 {
  271. font-size: 1rem !important;
  272. }
  273. .zmq-text-font-09 {
  274. font-size: 0.9rem !important;
  275. }
  276. .zmq-text-font-08 {
  277. font-size: 0.8rem !important;
  278. }
  279. .zmq-text-font-07 {
  280. font-size: 0.7rem !important;
  281. }
  282. .zmq-text-font-06 {
  283. font-size: 0.6rem !important;
  284. }
  285. .zmq-text-font-05 {
  286. font-size: 0.55rem !important;
  287. }
  288. .zmq-car-text {
  289. font-size: 0.6rem;
  290. color: #8ec31f;
  291. text-align: center;
  292. line-height: 0.7rem;
  293. margin-top: 2px;
  294. }
  295. .zmq-text-black {
  296. color: #000 !important;
  297. }
  298. .zmq-text-normal {
  299. color: #757575 !important;
  300. font-size: 0.6rem !important;
  301. }
  302. .zmq-text-repose {
  303. color: #d7d7d7 !important;
  304. }
  305. .zmq-text-msg {
  306. color: #067974 !important;
  307. }
  308. .zmq-bg-input {
  309. background-color: #f2f8f9 !important;
  310. }
  311. .zmq-text-done {
  312. color: #999 !important;
  313. }
  314. .zmq-text-right {
  315. text-align: right;
  316. padding: 10px 0 5px 10px;
  317. }
  318. .zmq-text-explain {
  319. color: #999 !important;
  320. font-size: 0.6rem !important;
  321. }
  322. .zmq-text-success {
  323. color: #009944 !important;
  324. }
  325. .zmq-text-danger {
  326. color: #FF0000 !important;
  327. }
  328. .zmq-textAlign-center {
  329. text-align: center !important;
  330. }
  331. /* 剧中 */
  332. .zmq-margin-auto {
  333. margin: auto 0;
  334. }
  335. /* 圆角 */
  336. .zmq-radius-5 {
  337. border-radius: 5px;
  338. }
  339. .zmq-radius-top-10 {
  340. border-radius: 10px 10px 0 0;
  341. }
  342. .zmq-radius-top-5 {
  343. border-radius: 5px 5px 0 0;
  344. }
  345. .zmq-radius-bottom-5 {
  346. border-radius: 0 0 5px 5px;
  347. }
  348. .zmq-radius-bottom-10 {
  349. border-radius: 0 0 10px 10px;
  350. }
  351. .zmq-radius-10 {
  352. border-radius: 10px;
  353. }
  354. .zmq-border-none {
  355. border: 0px !important;
  356. }
  357. .zmq-border-top-1 {
  358. border-top: 1px solid #ddd;
  359. }
  360. .zmq-img-border {
  361. border: 1px solid #067974;
  362. border-radius: 5px;
  363. }
  364. /* 边距 */
  365. .zmq-padding-doneBtn {
  366. padding: 5px 15px;
  367. }
  368. .zmq-padding-left-10 {
  369. padding-left: 10px;
  370. }
  371. .zmq-padding-btn {
  372. padding: 10px 10px !important;
  373. }
  374. .zmq-padding-status {
  375. padding: 2px 5px !important;
  376. }
  377. .zmq-margin-bottom-5 {
  378. margin-bottom: 5px;
  379. }
  380. .zmq-margin-right-10 {
  381. margin-right: 10px !important;
  382. }
  383. .zmq-margin-level-2 {
  384. margin-left: 2px;
  385. margin-right: 2px;
  386. }
  387. .zmq-margin-level-10 {
  388. margin-left: 10px;
  389. margin-right: 10px;
  390. }
  391. .zmq-margin-level-5 {
  392. margin-left: 5px;
  393. margin-right: 5px;
  394. }
  395. .zmq-margin-vertical-2 {
  396. margin-top: 2px;
  397. margin-bottom: 2px;
  398. }
  399. .zmq-margin-vertical-5 {
  400. margin-top: 5px;
  401. margin-bottom: 5px;
  402. }
  403. .zmq-margin-top-5 {
  404. margin-top: 5px !important;
  405. }
  406. .zmq-margin-top-10 {
  407. margin-top: 10px !important;
  408. }
  409. .zmq-margin-bottom-10 {
  410. margin-bottom: 10px !important;
  411. }
  412. .zmq-margin-top-15 {
  413. margin-top: 15px !important;
  414. }
  415. .zmq-width-90 {
  416. width: 96% !important;
  417. margin-left: 2% !important;
  418. box-sizing: border-box;
  419. }
  420. .zmq-padding-vertical-5 {
  421. padding-top: 5px;
  422. padding-bottom: 5px;
  423. }
  424. .zmq-padding-vertical-10 {
  425. padding-top: 10px;
  426. padding-bottom: 10px;
  427. }
  428. /* 内边距 */
  429. .zmq-padding-top-10 {
  430. padding-top: 10px;
  431. }
  432. /*------- 底部按钮 -------*/
  433. .zmq-footer-fixed {
  434. position: fixed;
  435. bottom: 0px;
  436. left: 0;
  437. width: 100%;
  438. padding-bottom: 5px;
  439. background-color: #fff;
  440. padding-top: 5px;
  441. }
  442. .zmq-header-fiexd {
  443. position: fixed;
  444. top: 0px;
  445. left: 0;
  446. width: 100%;
  447. }
  448. /* 按钮格式 */
  449. .zmq-btn {
  450. width: 100%;
  451. display: block;
  452. padding: 4% 0;
  453. border: 0;
  454. font-size: 1em;
  455. font-family: "Microsoft YaHei";
  456. color: #fff;
  457. text-align: center;
  458. }
  459. .zmq-btn-bottom {
  460. position: absolute;
  461. z-index: 22;
  462. width: 120px;
  463. right: 1rem;
  464. background-color: #32b6bb;
  465. padding: 5px 10px;
  466. display: inline;
  467. text-align: center;
  468. margin-top: 1rem;
  469. color: #fff;
  470. font-size: 0.95rem;
  471. font-weight: bold;
  472. border-radius: 5px;
  473. box-shadow: #999 1px 1px 5px;
  474. }
  475. .zmq-btn-getCode {
  476. background-color: #00787B;
  477. color: #fff;
  478. border-radius: 0 5px 5px 0;
  479. box-sizing: border-box;
  480. padding : 4.5% 5% 4.5% 5%;
  481. box-sizing: border-box;
  482. width: 35%;
  483. box-shadow: 1px 1px 4px #ddd;
  484. text-align: center;
  485. }
  486. .zmq-btn-img {
  487. background-image: url(../image/drawable-xhdpi/btnbg.png);
  488. background-size: 100% 100%;
  489. }
  490. .zmq-input-border {
  491. background-color: #fff !important;
  492. border: 1px solid #067974 !important;
  493. border-radius: 5px !important;
  494. }
  495. .zmq-input-border-read {
  496. background-color: #067974 !important;
  497. border: 1px solid #fff !important;
  498. border-radius: 5px !important;
  499. }
  500. .zmq-btn-border {
  501. background-color: #fff !important;
  502. border: 1px solid #067974 !important;
  503. border-radius: 15px !important;
  504. }
  505. .zmq-btn-border-danger {
  506. background-color: #fff !important;
  507. border: 1px solid #f00 !important;
  508. border-radius: 15px !important;
  509. }
  510. .zmq-btn-border-success {
  511. background-color: #fff !important;
  512. border: 1px solid #009944 !important;
  513. border-radius: 15px !important;
  514. }
  515. .zmq-btn-border-done {
  516. background-color: #fff !important;
  517. border: 1px solid #fff !important;
  518. border-radius: 15px !important;
  519. }
  520. /**-------------- 边框 ---------------**/
  521. .zmq-border-bottom-1 {
  522. border-bottom: 1px solid #ddd;
  523. }
  524. /* 登录页 */
  525. .zmq-form {
  526. background-color: #fff;
  527. width: 80%;
  528. padding: 10px 15px;
  529. box-shadow: 1px 1px 5px #ddd;
  530. border-radius: 10px;
  531. }
  532. /*----------------------- 输入框背景 -------------------*/
  533. .zmq-input-img {
  534. width: 1.1rem;
  535. height: 1.2rem;
  536. position: absolute;
  537. margin-left: 0.3rem;
  538. }
  539. .zmq-input-parent {
  540. background-color: #f0f0f0 !important;
  541. margin-top: 10px;
  542. border-radius: 5px !important;
  543. padding: 4.5% 0 4.5% 3% !important;
  544. }
  545. .zmq-input-parent-margin {
  546. background-color: #f0f0f0 !important;
  547. margin-top: 10px;
  548. border-radius: 5px !important;
  549. padding : 0 0 0 3% !important;
  550. }
  551. .zmq-input {
  552. font-size: 0.9rem !important;
  553. line-height: 1rem !important;
  554. margin-left: 1.8rem !important;
  555. color: #000 !important;
  556. }
  557. /*----------------- 卡片配置 -------------------*/
  558. .zmq-card {
  559. background-color: #fff;
  560. }
  561. .zmq-card-nomal {
  562. width: 96%;
  563. margin-left: 2%;
  564. border-radius: 5px;
  565. margin-top: 0.6rem;
  566. }
  567. /*----------- 顶部配置 -------------*/
  568. .zmq-header {
  569. width: 100%;
  570. height: 50px;
  571. box-sizing: border-box;
  572. padding: 8px 15px;
  573. background-image: url(../image/drawable-xhdpi/topbg.png) !important;
  574. }
  575. .zmq-header .zmq-header-logo {
  576. color: #fff;
  577. font-weight: bold;
  578. line-height: 35px;
  579. }
  580. .zmq-logo-img {
  581. width: 70px;
  582. height: 16px;
  583. margin-top: 10px;
  584. }
  585. .zmq-search-img {
  586. width: 1.5rem;
  587. box-sizing: border-box;
  588. padding: 5px;
  589. position: absolute;
  590. margin-left: -1.5rem;
  591. margin-top: 0.25rem;
  592. }
  593. .zmq-header-search {
  594. width: 73%;
  595. height: 35px;
  596. margin-left: 3%;
  597. background-image: url(../image/drawable-xhdpi/searchbg.png) !important;
  598. background-size: 100% 100%;
  599. line-height: 35px;
  600. text-align: center;
  601. font-size: 0.8rem;
  602. color: #f0f0f0;
  603. }
  604. .zmq-btn-title .zmq-btn-img {
  605. width: 1rem;
  606. height: 1rem;
  607. margin-right: 0.3rem;
  608. position: absolute;
  609. margin-left: -1.3rem;
  610. margin-top: 0.2rem;
  611. }
  612. .zmq-btn-title {
  613. background-color: #32b6bb;
  614. display: inline;
  615. padding: 5px 10px;
  616. border-radius: 5px;
  617. padding-left: 2rem;
  618. box-shadow: #999 1px 1px 5px;
  619. }
  620. .zmq-btn-msg em {
  621. margin-top: 85%;
  622. text-align: center;
  623. font-size: 0.8rem !important;
  624. }
  625. /* 边框虚化 **/
  626. .zmq-box-normal {
  627. box-shadow: 1px 1px 5px #067974;
  628. }
  629. /* ----------- 我的 -----------*/
  630. .zmq-my-header {
  631. width: 100%;
  632. height: 38%;
  633. }
  634. .zmq-my-headerbg {
  635. width: 100%;
  636. height: 80%;
  637. background-image: url(../image/drawable-xhdpi/bg01.png);
  638. background-size: 100% 100%;
  639. }
  640. .zmq-my-body {
  641. width: 100%;
  642. padding-bottom: 10%;
  643. padding-top: 0%;
  644. position: absolute;
  645. top: 5%;
  646. }
  647. .zmq-my-body .zmq-my-info {
  648. background-image: url(../image/drawable-xhdpi/myBody.png);
  649. background-size : 100% 100%;
  650. height: 80%;
  651. margin-top: 2%;
  652. width: 94%;
  653. margin-left: 3%;
  654. border-radius: 10px;
  655. }
  656. .zmq-my-userinfo {
  657. width: 100%;
  658. height: 40%;
  659. padding: 15px 20px;
  660. }
  661. .zmq-my-userinfo img {
  662. width: 60px;
  663. height: 60px;
  664. }
  665. .zmq-my-userinfo-name {
  666. margin-left: 0.8rem;
  667. padding-top: 5px;
  668. }
  669. .zmq-my-userinfo-name p:first-of-type {
  670. font-size: 0.9rem !important;
  671. }
  672. .zmq-my-userinfo-name p {
  673. margin-top: 5px;
  674. font-size: 0.7rem;
  675. color: #fffff4;
  676. }
  677. .zmq-jifen-bg {
  678. position: absolute;
  679. right: 7%;
  680. margin-top: .5rem;
  681. color: #fffff4;
  682. background-image: url(../image/drawable-xhdpi/jifenbg.png);
  683. background-size: 100% 100%;
  684. padding: 5px;
  685. font-size: 0.6rem;
  686. padding-left: 1.45rem;
  687. }
  688. .zmq-jifen-bg img {
  689. width: 0.7rem;
  690. height: 0.7rem;
  691. margin: 2px 5px 0 0;
  692. position: absolute;
  693. margin-left: -1.1rem;
  694. }
  695. /****--------- 订单管理 -------***/
  696. .zmq-orderCode-img {
  697. display: inline !important;
  698. width: 0.7rem;
  699. height: 0.8rem;
  700. margin-right: 5px;
  701. }
  702. .zmq-img-bgcolor {
  703. background-color: #e0ebf4 !important;
  704. border-radius: 0px !important;
  705. }
  706. /*-------------- 积分页面 --------------*/
  707. .zmq-jifen-hedaer {
  708. background-image: url(../image/drawable-xhdpi/jifenheader.png);
  709. background-size: 100% 100%;
  710. }
  711. .zmq-hot-bg {
  712. background-image: url(../image/drawable-xhdpi/hotbg.png);
  713. background-size: 100% 100%;
  714. width: 100%;
  715. height: 20px;
  716. }
  717. .zmq-hot-img {
  718. padding: 5px;
  719. background-color: #e0ebf4 !important;
  720. }
  721. .zmq-conpamy-photo {
  722. width: 60px;
  723. height: 60px;
  724. }
  725. .zmq-qypp {
  726. background-image: url(../image/drawable-xhdpi/qypp.png);
  727. background-size: 100% 100%;
  728. height: 4rem;
  729. width: 20%;
  730. max-width: 30px !important;
  731. }
  732. .zmq-inline-img {
  733. width: 0.8rem;
  734. height: 0.9rem;
  735. margin-right: 10px;
  736. margin-top: 3px;
  737. }
  738. .zmq-btn-right {
  739. margin-right: 20px;
  740. margin-top: 5px;
  741. }
  742. .zmq-fujin-img {
  743. width: 5rem;
  744. height: 5rem;
  745. margin-top: 5px;
  746. }
  747. /*-------- 客户消费记录 ------*/
  748. .zmq-bg-info {
  749. background-image: url(../image/drawable-xhdpi/kehuinfo.png);
  750. background-size: 100% 100%;
  751. }
  752. .zmq-carInfo-right {
  753. background-image: url(../image/drawable-xhdpi/rightCode.png);
  754. background-size: 100% 100%;
  755. position: absolute;
  756. right: -3px;
  757. width: 5rem;
  758. height: 1.6rem;
  759. text-align: center;
  760. line-height: 1.6rem
  761. }
  762. .zmq-info-header {
  763. width: 100%;
  764. height: 120px
  765. }
  766. .zmq-user-infoBlock {
  767. margin-top: -1rem;
  768. background-color: #fff;
  769. padding-top: 2rem;
  770. padding-bottom: 0.5rem;
  771. }
  772. .zmq-img-user {
  773. width: 3rem;
  774. height: 3rem;
  775. margin: 0 auto;
  776. border: 1px solid #ddd;
  777. border-radius: 50%;
  778. padding: 5px;
  779. margin-top: -4rem;
  780. }
  781. .zmq-user-name {
  782. margin-top: -4.5rem;
  783. left: 0
  784. }
  785. .zmq-model-bg {
  786. width: 100%;
  787. height: 100%;
  788. position: fixed;
  789. top: 0;
  790. left: 0;
  791. background-color: #000;
  792. z-index: 100;
  793. opacity: 0.3;
  794. overflow: hidden
  795. }
  796. .zmq-btnIcon-right {
  797. float: right;
  798. position: absolute;
  799. right: 20px;
  800. width: 1.5rem;
  801. height: 1.5rem;
  802. margin-top: 0.4rem
  803. }
  804. /***----------- 弹出层 ----------***/
  805. .zmq-alert {
  806. position: fixed;
  807. z-index: 9999;
  808. top : 25%;
  809. width: 80%;
  810. left: 10%;
  811. padding : 5px 10px;
  812. box-sizing: border-box;
  813. box-shadow: 1px 1px 2px #999;
  814. }
  815. .zmq-alert-title {
  816. padding: 5px 0 8px 0;
  817. text-align: center;
  818. }
  819. .zmq-alert-msg {
  820. padding-bottom : 5px;
  821. }
  822. .zmq-alert-input {
  823. background-color: #ddd;
  824. border-radius: 5px;
  825. padding : 5px 10px;
  826. margin: 5px 0;
  827. }
  828. .zmq-alert-input input {
  829. // color: #2cacb5;
  830. font-size: 0.6rem;
  831. height: 1.5rem;
  832. }
  833. .zmq-alert-btn .zmq-alert-btn-item {
  834. padding : 8px 0;
  835. margin : 15px 0 0px 0;
  836. border-top: 1px solid#ddd;
  837. font-size: 0.65rem;
  838. }
  839. .zmq-alert-btn .zmq-alert-btn-item:last-of-type {
  840. border-left: 1px solid#ddd;
  841. color: #2cacb5;
  842. }