identify.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. * {
  2. -webkit-box-sizing: border-box;
  3. box-sizing: border-box;
  4. font: 12px/1.5 'Microsoft Yahei';
  5. margin: 0;
  6. padding: 0;
  7. }
  8. html {
  9. font-size: 85.33333333px;
  10. }
  11. @media screen and (min-width: 320px) {
  12. html {
  13. font-size: 85.33333333px;
  14. }
  15. }
  16. @media screen and (min-width: 360px) {
  17. html {
  18. font-size: 96px;
  19. }
  20. }
  21. @media screen and (min-width: 375px) {
  22. html {
  23. font-size: 100px;
  24. }
  25. }
  26. html,
  27. body {
  28. height: 100%;
  29. }
  30. body {
  31. margin: 0 auto;
  32. overflow: hidden;
  33. }
  34. input {
  35. border: 0 none;
  36. outline: none;
  37. }
  38. a {
  39. text-decoration: none;
  40. }
  41. .pop {
  42. -webkit-box-align: center;
  43. -ms-flex-align: center;
  44. align-items: center;
  45. background-color: rgba(0, 0, 0, 0.6);
  46. display: -webkit-box;
  47. display: -ms-flexbox;
  48. display: flex;
  49. left: 0;
  50. -webkit-box-pack: center;
  51. -ms-flex-pack: center;
  52. justify-content: center;
  53. min-height: 100vh;
  54. position: absolute;
  55. top: 0;
  56. width: 100%;
  57. }
  58. .pop_body {
  59. background-color: #fff;
  60. border-radius: 0.1rem;
  61. padding: 0.15rem;
  62. width: 3rem;
  63. }
  64. .huosdk_tips {
  65. line-height: 0.4rem;
  66. text-align: center;
  67. z-index: 1;
  68. }
  69. .huosdk_tips h5 {
  70. color: #666;
  71. font-size: 0.14rem;
  72. margin: -0.05rem 0 0.15rem;
  73. }
  74. .huosdk_tips p {
  75. color: #333;
  76. font-size: 0.16rem;
  77. }
  78. .huosdk_tips .btn {
  79. border-top: 1px solid #e8e8e8;
  80. display: -webkit-box;
  81. display: -ms-flexbox;
  82. display: flex;
  83. margin: 0.2rem -0.15rem -0.15rem;
  84. }
  85. .huosdk_tips .btn a {
  86. color: #22AFCA;
  87. -webkit-box-flex: 1;
  88. -ms-flex: 1;
  89. flex: 1;
  90. font-size: 0.15rem;
  91. line-height: 0.44rem;
  92. }
  93. .icon_user, .icon_card {
  94. background-size: 100% 100%;
  95. height: 0.2rem;
  96. width: 0.2rem;
  97. }
  98. .icon_user {
  99. background-image: url(../images/icon-user.png);
  100. }
  101. .icon_card {
  102. background-image: url(../images/icon-card.png);
  103. }
  104. .float_pop-outer{background-color:rgba(0,0,0,0.6);height:100%;left:0;position:absolute;top:0;width:100vw;z-index:1}
  105. .float_pop-inner{background-color:#fff;border-radius:0.1rem;left:50%;padding:0.15rem;position:fixed;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:3.1rem}
  106. .float_pop-tit{color:#333;font-size:0.2rem;margin-bottom:0.2rem;text-align:center}
  107. .float_pop-con{color:#666;font-size:0.14rem;line-height:0.24rem;text-align:left}
  108. .float_pop-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0.25rem auto 0.1rem}
  109. .float_pop-btn>a{border:1px solid #fff;border-radius:0.04rem;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:0.16rem;line-height:0.4rem;text-align:center;max-width:1.4rem}
  110. .float_pop-btn>a:first-child{margin-right:0.05rem}
  111. .float_pop-btn>a:last-child{margin-left:0.05rem}
  112. .float_auth-msg{color:#999;display:block;font-size:0.12rem}
  113. .float_auth-item{margin:0.1rem 0}
  114. .float_auth-item>label{border:1px solid #e8e8e8;border-radius:0.04rem;display:block;height:0.4rem;line-height:0.38rem}
  115. .float_auth-item>label>i{float:left;margin:0.09rem 0.12rem 0 0.1rem}
  116. .float_auth-item>label>input{font-size:0.14rem;width:2.3rem}
  117. .float_auth-item>select{border:1px solid #e8e8e8;border-radius:0.04rem;font-size:0.14rem;height:0.4rem;padding:0 0.08rem;width:100%}
  118. .float_auth-item>select>option{font-size:0.14rem}
  119. .float_auth-primary{background-color:#23B0CB;color:#fff}
  120. .float_auth-default{background-color:#ccc;color:#fff}