htmlmm.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  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-text-black {
  289. color: #000 !important;
  290. }
  291. .zmq-text-normal {
  292. color: #757575 !important;
  293. font-size: 0.6rem !important;
  294. }
  295. .zmq-text-repose {
  296. color: #d7d7d7 !important;
  297. }
  298. .zmq-text-msg {
  299. color: #067974 !important;
  300. }
  301. .zmq-bg-input {
  302. background-color: #f2f8f9 !important;
  303. }
  304. .zmq-text-done {
  305. color: #999 !important;
  306. }
  307. .zmq-text-right {
  308. text-align: right;
  309. padding: 10px 0 5px 10px;
  310. }
  311. .zmq-text-explain {
  312. color: #999 !important;
  313. font-size: 0.6rem !important;
  314. }
  315. .zmq-text-success {
  316. color: #009944 !important;
  317. }
  318. .zmq-text-danger {
  319. color: #FF0000 !important;
  320. }
  321. .zmq-textAlign-center {
  322. text-align: center !important;
  323. }
  324. /* 剧中 */
  325. .zmq-margin-auto {
  326. margin: auto 0;
  327. }
  328. /* 圆角 */
  329. .zmq-radius-5 {
  330. border-radius: 5px;
  331. }
  332. .zmq-radius-top-10 {
  333. border-radius: 10px 10px 0 0;
  334. }
  335. .zmq-radius-top-5 {
  336. border-radius: 5px 5px 0 0;
  337. }
  338. .zmq-radius-bottom-5 {
  339. border-radius: 0 0 5px 5px;
  340. }
  341. .zmq-radius-bottom-10 {
  342. border-radius: 0 0 10px 10px;
  343. }
  344. .zmq-radius-10 {
  345. border-radius: 10px;
  346. }
  347. .zmq-border-none {
  348. border: 0px !important;
  349. }
  350. .zmq-border-top-1 {
  351. border-top: 1px solid #ddd;
  352. }
  353. .zmq-img-border {
  354. border: 1px solid #067974;
  355. border-radius: 5px;
  356. }
  357. /* 边距 */
  358. .zmq-padding-doneBtn {
  359. padding: 5px 15px;
  360. }
  361. .zmq-padding-left-10 {
  362. padding-left: 10px;
  363. }
  364. .zmq-padding-btn {
  365. padding: 10px 10px !important;
  366. }
  367. .zmq-padding-status {
  368. padding: 2px 5px !important;
  369. }
  370. .zmq-margin-bottom-5 {
  371. margin-bottom: 5px;
  372. }
  373. .zmq-margin-right-10 {
  374. margin-right: 10px !important;
  375. }
  376. .zmq-margin-level-2 {
  377. margin-left: 2px;
  378. margin-right: 2px;
  379. }
  380. .zmq-margin-level-10 {
  381. margin-left: 10px;
  382. margin-right: 10px;
  383. }
  384. .zmq-margin-level-5 {
  385. margin-left: 5px;
  386. margin-right: 5px;
  387. }
  388. .zmq-margin-vertical-2 {
  389. margin-top: 2px;
  390. margin-bottom: 2px;
  391. }
  392. .zmq-margin-vertical-5 {
  393. margin-top: 5px;
  394. margin-bottom: 5px;
  395. }
  396. .zmq-margin-top-5 {
  397. margin-top: 5px !important;
  398. }
  399. .zmq-margin-top-10 {
  400. margin-top: 10px !important;
  401. }
  402. .zmq-margin-bottom-10 {
  403. margin-bottom: 10px !important;
  404. }
  405. .zmq-margin-top-15 {
  406. margin-top: 15px !important;
  407. }
  408. .zmq-width-90 {
  409. width: 96% !important;
  410. margin-left: 2% !important;
  411. box-sizing: border-box;
  412. }
  413. .zmq-padding-vertical-5 {
  414. padding-top: 5px;
  415. padding-bottom: 5px;
  416. }
  417. .zmq-padding-vertical-10 {
  418. padding-top: 10px;
  419. padding-bottom: 10px;
  420. }
  421. /* 内边距 */
  422. .zmq-padding-top-10 {
  423. padding-top: 10px;
  424. }
  425. /*------- 底部按钮 -------*/
  426. .zmq-footer-fixed {
  427. position: fixed;
  428. bottom: 0px;
  429. left: 0;
  430. width: 100%;
  431. padding-bottom: 5px;
  432. background-color: #fff;
  433. padding-top: 5px;
  434. }
  435. .zmq-header-fiexd {
  436. position: fixed;
  437. top: 0px;
  438. left: 0;
  439. width: 100%;
  440. }
  441. /* 按钮格式 */
  442. .zmq-btn {
  443. width: 100%;
  444. display: block;
  445. padding: 4% 0;
  446. border: 0;
  447. font-size: 1em;
  448. font-family: "Microsoft YaHei";
  449. color: #fff;
  450. text-align: center;
  451. }
  452. .zmq-btn-bottom {
  453. position: absolute;
  454. z-index: 22;
  455. width: 100px;
  456. right: 1rem;
  457. background-color: #32b6bb;
  458. padding: 5px 10px;
  459. display: inline;
  460. text-align: center;
  461. margin-top: 1rem;
  462. color: #fff;
  463. font-size: 0.95rem;
  464. font-weight: bold;
  465. border-radius: 5px;
  466. box-shadow: #999 1px 1px 5px;
  467. }
  468. .zmq-btn-getCode {
  469. background-color: #00787B;
  470. color: #fff;
  471. border-radius: 0 5px 5px 0;
  472. box-sizing: border-box;
  473. padding : 4.5% 5% 4.5% 5%;
  474. box-sizing: border-box;
  475. width: 35%;
  476. box-shadow: 1px 1px 4px #ddd;
  477. text-align: center;
  478. }
  479. .zmq-btn-img {
  480. background-image: url(../image/drawable-xhdpi/btnbg.png);
  481. background-size: 100% 100%;
  482. }
  483. .zmq-input-border {
  484. background-color: #fff !important;
  485. border: 1px solid #067974 !important;
  486. border-radius: 5px !important;
  487. }
  488. .zmq-input-border-read {
  489. background-color: #067974 !important;
  490. border: 1px solid #fff !important;
  491. border-radius: 5px !important;
  492. }
  493. .zmq-btn-border {
  494. background-color: #fff !important;
  495. border: 1px solid #067974 !important;
  496. border-radius: 15px !important;
  497. }
  498. .zmq-btn-border-danger {
  499. background-color: #fff !important;
  500. border: 1px solid #f00 !important;
  501. border-radius: 15px !important;
  502. }
  503. .zmq-btn-border-success {
  504. background-color: #fff !important;
  505. border: 1px solid #009944 !important;
  506. border-radius: 15px !important;
  507. }
  508. .zmq-btn-border-done {
  509. background-color: #fff !important;
  510. border: 1px solid #fff !important;
  511. border-radius: 15px !important;
  512. }
  513. /**-------------- 边框 ---------------**/
  514. .zmq-border-bottom-1 {
  515. border-bottom: 1px solid #ddd;
  516. }
  517. /* 登录页 */
  518. .zmq-form {
  519. background-color: #fff;
  520. width: 80%;
  521. padding: 10px 15px;
  522. box-shadow: 1px 1px 5px #ddd;
  523. border-radius: 10px;
  524. }
  525. /*----------------------- 输入框背景 -------------------*/
  526. .zmq-input-img {
  527. width: 1rem;
  528. height: 1.2rem;
  529. position: absolute;
  530. margin-left: 0.3rem;
  531. }
  532. .zmq-input-parent {
  533. background-color: #f0f0f0 !important;
  534. margin-top: 10px;
  535. border-radius: 5px !important;
  536. padding: 4.5% 0 4.5% 3% !important;
  537. }
  538. .zmq-input-parent-margin {
  539. background-color: #f0f0f0 !important;
  540. margin-top: 10px;
  541. border-radius: 5px !important;
  542. padding : 0 0 0 3% !important;
  543. }
  544. .zmq-input {
  545. font-size: 0.9rem !important;
  546. line-height: 1rem !important;
  547. margin-left: 1.8rem !important;
  548. color: #000 !important;
  549. }
  550. /*----------------- 卡片配置 -------------------*/
  551. .zmq-card {
  552. background-color: #fff;
  553. }
  554. .zmq-card-nomal {
  555. width: 96%;
  556. margin-left: 2%;
  557. border-radius: 5px;
  558. margin-top: 0.6rem;
  559. }
  560. /*----------- 顶部配置 -------------*/
  561. .zmq-header {
  562. width: 100%;
  563. height: 50px;
  564. box-sizing: border-box;
  565. padding: 8px 15px;
  566. background-image: url(../image/drawable-xhdpi/topbg.png) !important;
  567. }
  568. .zmq-header .zmq-header-logo {
  569. color: #fff;
  570. font-weight: bold;
  571. line-height: 35px;
  572. }
  573. .zmq-logo-img {
  574. width: 70px;
  575. height: 16px;
  576. margin-top: 10px;
  577. }
  578. .zmq-search-img {
  579. width: 1.5rem;
  580. box-sizing: border-box;
  581. padding: 5px;
  582. position: absolute;
  583. margin-left: -1.5rem;
  584. margin-top: 0.25rem;
  585. }
  586. .zmq-header-search {
  587. width: 73%;
  588. height: 35px;
  589. margin-left: 3%;
  590. background-image: url(../image/drawable-xhdpi/searchbg.png) !important;
  591. background-size: 100% 100%;
  592. line-height: 35px;
  593. text-align: center;
  594. font-size: 0.8rem;
  595. color: #f0f0f0;
  596. }
  597. .zmq-btn-title .zmq-btn-img {
  598. width: 1rem;
  599. height: 1rem;
  600. margin-right: 0.3rem;
  601. position: absolute;
  602. margin-left: -1.3rem;
  603. margin-top: 0.2rem;
  604. }
  605. .zmq-btn-title {
  606. background-color: #32b6bb;
  607. display: inline;
  608. padding: 5px 10px;
  609. border-radius: 5px;
  610. padding-left: 2rem;
  611. box-shadow: #999 1px 1px 5px;
  612. }
  613. .zmq-btn-msg em {
  614. margin-top: 85%;
  615. text-align: center;
  616. font-size: 0.8rem !important;
  617. }
  618. /* 边框虚化 **/
  619. .zmq-box-normal {
  620. box-shadow: 1px 1px 5px #067974;
  621. }
  622. /* ----------- 我的 -----------*/
  623. .zmq-my-header {
  624. width: 100%;
  625. height: 38%;
  626. }
  627. .zmq-my-headerbg {
  628. width: 100%;
  629. height: 80%;
  630. background-image: url(../image/drawable-xhdpi/bg01.png);
  631. background-size: 100% 100%;
  632. }
  633. .zmq-my-body {
  634. width: 100%;
  635. padding-bottom: 10%;
  636. padding-top: 0%;
  637. position: absolute;
  638. top: 5%;
  639. }
  640. .zmq-my-body .zmq-my-info {
  641. background-image: url(../image/drawable-xhdpi/myBody.png);
  642. background-size : 100% 100%;
  643. height: 80%;
  644. margin-top: 2%;
  645. width: 94%;
  646. margin-left: 3%;
  647. border-radius: 10px;
  648. }
  649. .zmq-my-userinfo {
  650. width: 100%;
  651. height: 40%;
  652. padding: 15px 20px;
  653. }
  654. .zmq-my-userinfo img {
  655. width: 60px;
  656. height: 60px;
  657. }
  658. .zmq-my-userinfo-name {
  659. margin-left: 0.8rem;
  660. padding-top: 5px;
  661. }
  662. .zmq-my-userinfo-name p:first-of-type {
  663. font-size: 0.9rem !important;
  664. }
  665. .zmq-my-userinfo-name p {
  666. margin-top: 5px;
  667. font-size: 0.7rem;
  668. color: #fffff4;
  669. }
  670. .zmq-jifen-bg {
  671. position: absolute;
  672. right: 7%;
  673. margin-top: .5rem;
  674. color: #fffff4;
  675. background-image: url(../image/drawable-xhdpi/jifenbg.png);
  676. background-size: 100% 100%;
  677. padding: 5px;
  678. font-size: 0.6rem;
  679. padding-left: 1.45rem;
  680. }
  681. .zmq-jifen-bg img {
  682. width: 0.7rem;
  683. height: 0.7rem;
  684. margin: 2px 5px 0 0;
  685. position: absolute;
  686. margin-left: -1.1rem;
  687. }
  688. /****--------- 订单管理 -------***/
  689. .zmq-orderCode-img {
  690. display: inline !important;
  691. width: 0.7rem;
  692. height: 0.8rem;
  693. margin-right: 5px;
  694. }
  695. .zmq-img-bgcolor {
  696. background-color: #e0ebf4 !important;
  697. border-radius: 0px !important;
  698. }
  699. /*-------------- 积分页面 --------------*/
  700. .zmq-jifen-hedaer {
  701. background-image: url(../image/drawable-xhdpi/jifenheader.png);
  702. background-size: 100% 100%;
  703. }
  704. .zmq-hot-bg {
  705. background-image: url(../image/drawable-xhdpi/hotbg.png);
  706. background-size: 100% 100%;
  707. width: 100%;
  708. height: 20px;
  709. }
  710. .zmq-hot-img {
  711. padding: 20px;
  712. background-color: #e0ebf4 !important;
  713. }
  714. .zmq-conpamy-photo {
  715. width: 60px;
  716. height: 60px;
  717. }
  718. .zmq-qypp {
  719. background-image: url(../image/drawable-xhdpi/qypp.png);
  720. background-size: 100% 100%;
  721. height: 4rem;
  722. width: 20%;
  723. max-width: 30px !important;
  724. }
  725. .zmq-inline-img {
  726. width: 0.8rem;
  727. height: 0.9rem;
  728. margin-right: 10px;
  729. margin-top: 3px;
  730. }
  731. .zmq-btn-right {
  732. margin-right: 20px;
  733. margin-top: 5px;
  734. }
  735. .zmq-fujin-img {
  736. width: 5rem;
  737. height: 5rem;
  738. margin-top: 5px;
  739. }
  740. /*-------- 客户消费记录 ------*/
  741. .zmq-bg-info {
  742. background-image: url(../image/drawable-xhdpi/kehuinfo.png);
  743. background-size: 100% 100%;
  744. }
  745. .zmq-carInfo-right {
  746. background-image: url(../image/drawable-xhdpi/rightCode.png);
  747. background-size: 100% 100%;
  748. position: absolute;
  749. right: -3px;
  750. width: 5rem;
  751. height: 1.6rem;
  752. text-align: center;
  753. line-height: 1.6rem
  754. }
  755. .zmq-info-header {
  756. width: 100%;
  757. height: 120px
  758. }
  759. .zmq-user-infoBlock {
  760. margin-top: -1rem;
  761. background-color: #fff;
  762. padding-top: 2rem;
  763. padding-bottom: 0.5rem;
  764. }
  765. .zmq-img-user {
  766. width: 3rem;
  767. height: 3rem;
  768. margin: 0 auto;
  769. border: 1px solid #ddd;
  770. border-radius: 50%;
  771. padding: 5px;
  772. margin-top: -4rem;
  773. }
  774. .zmq-user-name {
  775. margin-top: -4.5rem;
  776. left: 0
  777. }
  778. .zmq-model-bg {
  779. width: 100%;
  780. height: 100%;
  781. position: fixed;
  782. top: 0;
  783. left: 0;
  784. background-color: #000;
  785. z-index: 100;
  786. opacity: 0.3;
  787. overflow: hidden
  788. }
  789. .zmq-btnIcon-right {
  790. float: right;
  791. position: absolute;
  792. right: 20px;
  793. width: 1.5rem;
  794. height: 1.5rem;
  795. margin-top: 0.4rem
  796. }
  797. /***----------- 弹出层 ----------***/
  798. .zmq-alert {
  799. position: fixed;
  800. z-index: 9999;
  801. top : 25%;
  802. width: 80%;
  803. left: 10%;
  804. padding : 5px 10px;
  805. box-sizing: border-box;
  806. box-shadow: 1px 1px 2px #999;
  807. }
  808. .zmq-alert-title {
  809. padding: 5px 0 8px 0;
  810. text-align: center;
  811. }
  812. .zmq-alert-msg {
  813. padding-bottom : 5px;
  814. }
  815. .zmq-alert-input {
  816. background-color: #ddd;
  817. border-radius: 5px;
  818. padding : 5px 10px;
  819. margin: 5px 0;
  820. }
  821. .zmq-alert-input input {
  822. // color: #2cacb5;
  823. font-size: 0.6rem;
  824. height: 1.5rem;
  825. }
  826. .zmq-alert-btn .zmq-alert-btn-item {
  827. padding : 8px 0;
  828. margin : 15px 0 0px 0;
  829. border-top: 1px solid#ddd;
  830. font-size: 0.65rem;
  831. }
  832. .zmq-alert-btn .zmq-alert-btn-item:last-of-type {
  833. border-left: 1px solid#ddd;
  834. color: #2cacb5;
  835. }