新媒体-合同签约,CA签约

index-01.css 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. body{
  2. background: #ffffff;width: 100%;min-height: 100vh;
  3. }
  4. /* 短信验证 */
  5. .SMS_verification{
  6. padding-top: 1rem;
  7. }
  8. .SMS_verification .title{
  9. color: #333333;font-size: 0.2rem;line-height: 0.28rem;font-weight: bold;text-align: center;
  10. }
  11. .SMS_verification .phone{
  12. color: #333333;font-size: 0.18rem;line-height: 0.28rem;font-weight: bold;text-align: center;margin-top: 0.2rem;
  13. }
  14. .SMS_verification .requirement{
  15. display: flex;align-items: flex-start;justify-content: center;
  16. font-size: 0.14rem;line-height: 0.2rem;margin-top: 0.2rem;
  17. }
  18. .SMS_verification .requirement input{
  19. margin-right: 0.1rem;margin-top:0.02rem;
  20. }
  21. .SMS_verification .requirement input[type='checkbox']{
  22. width: 0.16rem;
  23. height: 0.16rem;
  24. background-color: #fff;
  25. -webkit-appearance:none;
  26. border: 0.01rem solid #c9c9c9;
  27. border-radius: 50%;
  28. outline: none;
  29. }
  30. .SMS_verification .requirement input[type=checkbox]:checked{
  31. background: url("../img/selection.png") no-repeat center;
  32. background-size:0.16rem;
  33. border: 0.01rem solid #1B82D2;
  34. }
  35. .SMS_verification .next_step{
  36. display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
  37. margin: 0.8rem auto 0;color: #fff;background: #1B82D2;
  38. font-size: 0.16rem;padding: 0;
  39. }
  40. /* 授权认证 */
  41. .authorization_authentication{
  42. padding-top: 1rem;display: none;
  43. }
  44. .authorization_authentication .title{
  45. color: #333333;font-size: 0.2rem;line-height: 0.28rem;font-weight: bold;text-align: center;
  46. }
  47. .authorization_authentication .yzm_div{
  48. padding: 0.1rem 0;display: flex;align-items: center;justify-content: space-between;
  49. width: 3rem;border-bottom: 0.01rem solid #d8d8d8;margin: auto;font-size: 0.14rem;line-height: 0.2rem;
  50. margin-top: 0.4rem;
  51. }
  52. .authorization_authentication .yzm_div input{
  53. border: none;
  54. }
  55. .authorization_authentication .yzm_div .yzm_button{
  56. width: 0.76rem;height: 0.22rem;line-height: 0.22rem;border-radius: 0.22rem;
  57. border: 0.01rem solid #1B82D2;color: #1B82D2;font-size: 0.12rem;text-align: center;
  58. }
  59. .authorization_authentication .next_step{
  60. display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
  61. margin: 0.8rem auto 0;color: #fff;background: #1B82D2;
  62. font-size: 0.16rem;padding: 0;
  63. }
  64. .authorization_authentication .yzm_div .yzm_button_active{
  65. color: #ccc;
  66. border-color: #ccc;
  67. }
  68. /* 签约合同-01 */
  69. .contract_signing{
  70. font-size: 0.14rem;padding: 0.5rem 0.1rem 1rem;line-height: 0.26rem;color: rgba(0,0,0,1);display: none;
  71. }
  72. .contract_signing .title{
  73. color: #333333;font-size: 0.2rem;line-height: 0.4rem;font-weight: bold;text-align: center;
  74. background: rgba(204, 204, 204, 1);position: fixed;top: 0;width: 100vw;left: 0;
  75. }
  76. .contract_signing p{
  77. text-indent: 2em;
  78. }
  79. .contract_signing h4{
  80. font-weight: bold;padding: 0.1rem 0;
  81. }
  82. .contract_signing .contract_button{
  83. display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
  84. color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;
  85. position: fixed;left: 0;right: 0;margin: auto;bottom: 0.3rem;
  86. }
  87. .contract_signing .first_party{
  88. margin:0.2rem 0;
  89. }
  90. /* toast */
  91. .alert-info {
  92. position: fixed;
  93. top: 1.74rem;
  94. right: 0;
  95. left: 0;
  96. bottom: 0;
  97. text-align: center;
  98. z-index: 9;
  99. }
  100. .alert-info p {
  101. display: inline-block;
  102. height: 0.38rem;
  103. color: #fff;
  104. font-size: 0.14rem;
  105. line-height: 0.38rem;
  106. padding: 0 0.10rem;
  107. background-color: rgba(0, 0, 0, 0.7);
  108. border-radius: 5px;
  109. }
  110. .loading {
  111. position: fixed;
  112. top: 0;
  113. left: 0;
  114. display: none;
  115. width: 100%;
  116. height: 100vh;
  117. }
  118. .loading img {
  119. position: absolute;
  120. top: 0;
  121. bottom: 0;
  122. left: 0;
  123. right: 0;
  124. margin: auto;
  125. width: 0.3rem;
  126. height: 0.3rem;
  127. }