index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. /* verify_mpsdk/index/index.wxss */
  2. @import "../templates/navTip/navTip.wxss";
  3. @import "../templates/errorToast/errorToast.wxss";
  4. @import "../templates/sms/sms.wxss";
  5. @import "../templates/ocr/ocr.wxss";
  6. @import "../templates/livingbody/livingbody.wxss";
  7. @import "../templates/showAuthToast/showAuthToast.wxss";
  8. @import "../templates/success/success.wxss";
  9. @import "../templates/notice/notice.wxss";
  10. @import "../templates/riskTip/riskTip.wxss";
  11. #fix-full-page {
  12. position:fixed;top:0;bottom:0;left:0;right:0;
  13. width:100%;height:100%;
  14. }
  15. #fix-full-page button[disabled] {
  16. background:#B3B3B3;
  17. color: rgba(255,255,255,.6);
  18. }
  19. .verify-gray-container {
  20. background-color:#F8F8F8;
  21. }
  22. .verify-absolute-bg {
  23. position:absolute;top:0;bottom:0;width:100%;
  24. }
  25. .verify-white-bg {
  26. background:#fff;
  27. }
  28. .hint-error {
  29. padding:10px;
  30. color:#ef4b46;
  31. font-size:14px;
  32. height: 19px;
  33. }
  34. .full-weight-height {
  35. width:100%;
  36. height:100%;
  37. }
  38. #index-top {
  39. height: 650rpx;width: 750rpx;
  40. text-align: center;
  41. color: white;
  42. background: url(http://beta.gtimg.com/GodIdent/huiyan/img/index-bg.png) no-repeat 0 0 / 100% 100%;
  43. }
  44. #index-topNative {
  45. height: 650rpx;width: 750rpx;
  46. text-align: center;
  47. color: white;
  48. background: url(https://s.beta.gtimg.com/GodIdent/huiyan-h5/images-wx/index-bg.png) no-repeat 0 0 / 100% 100%;
  49. }
  50. .color-grey {
  51. color: #a3a3a3 !important;
  52. }
  53. .color-black {
  54. color: #000 !important;
  55. }
  56. .color-green {
  57. /* color: #18ae17 !important; */
  58. color: #04be02 !important;
  59. }
  60. .index-hint {
  61. font-size: 12px;
  62. }
  63. .index-title {
  64. font-size: 56rpx;
  65. }
  66. #index-top-1st {
  67. padding-top: 320rpx;
  68. }
  69. #index-top-2nd {
  70. padding-top: 20rpx;
  71. }
  72. .index-btn {
  73. margin: 30rpx 30rpx 10rpx 30rpx;
  74. }
  75. .index-btn button{
  76. background-color:#2d72f1;
  77. color:white;
  78. }
  79. .index-btnNative {
  80. margin: 30rpx 30rpx 10rpx 30rpx;
  81. }
  82. .index-btnNative button{
  83. /* background-color:#2d72f1; */
  84. color:white;
  85. }
  86. .index-btnNative button[disabled] {
  87. color:rgba(255, 255, 255, 0.6) !important;
  88. }
  89. .index-btnNative button[disabled][type=primary] {
  90. background-color:#9ED99D !important;
  91. }
  92. .weui-dialog.protocol .weui-dialog__bd{
  93. text-align:left;
  94. max-height:300px;
  95. overflow-y:auto;
  96. }
  97. .line {
  98. height: 2rpx;
  99. background: #888;
  100. margin: 20rpx;
  101. }
  102. .index-protocol {
  103. display:inline-flex;align-items:center;
  104. /* height:20px; */
  105. margin-left: 30rpx;
  106. font-size: 12px;
  107. }
  108. .index-protocol-left {
  109. display:inline-flex;
  110. color:#989898;
  111. }
  112. .index-protocol checkbox {
  113. zoom:0.6;
  114. width:35px;
  115. /* height:20px; */
  116. margin-top:2px;
  117. }
  118. #index-protocol-right {
  119. margin-left:5px;
  120. color:#007aff;
  121. }
  122. .index-risk-tip {
  123. margin: 40rpx 30rpx 0;
  124. }
  125. .verify-footer {
  126. position:absolute;bottom:0;
  127. width:100%;
  128. padding:30rpx 0;
  129. text-align:center;
  130. }
  131. .verify-footer-logo {
  132. height:16px;
  133. }
  134. .verify-footer-logo image {
  135. width:88px;height:17px;
  136. }
  137. #index-footer-about {
  138. font-size:10px;
  139. color:#989898;
  140. margin-top:8rpx;
  141. border-bottom:thin solid #2473e9;
  142. }
  143. /* btn hover class, must add !important in mp */
  144. .btn-hover {
  145. /* background: rgba(45,114,241) !important; */
  146. background: rgb(11, 89, 235) !important;
  147. }
  148. .btn-hoverNative {
  149. /* #1AAD19 */
  150. background: rgba(26,173,25,.8) !important;
  151. }
  152. .verifyFailWarn {
  153. display:flex;flex-direction:row; align-items:center;justify-content:center;
  154. margin-bottom:5px;padding:0 20px;
  155. text-align:center;font-weight:400;font-size:17px;
  156. }
  157. .verifyFailTop {
  158. width:100%;margin:126rpx 0 50rpx 0;
  159. text-align:center;
  160. }
  161. .page-body-link{
  162. font-size:14px;
  163. color:#007fff;
  164. text-align: center;
  165. margin-top: 15px;
  166. }
  167. .verifycamFullScreen {
  168. position:absolute;top:0;bottom:0;
  169. width:100%;
  170. }