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

examine.css 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. body{
  2. background: #ffffff;width: 100%;min-height: 100vh;padding-top: 0.6rem;box-sizing: border-box;
  3. }
  4. input{
  5. border: none;
  6. }
  7. /* toast */
  8. .alert-info {
  9. position: fixed;
  10. top: 1.74rem;
  11. right: 0;
  12. left: 0;
  13. bottom: 0;
  14. text-align: center;
  15. z-index: 9;
  16. }
  17. .alert-info p {
  18. display: inline-block;
  19. height: 0.38rem;
  20. color: #fff;
  21. font-size: 0.14rem;
  22. line-height: 0.38rem;
  23. padding: 0 0.10rem;
  24. background-color: rgba(0, 0, 0, 0.7);
  25. border-radius: 5px;
  26. }
  27. .loading {
  28. position: fixed;
  29. top: 0;
  30. left: 0;
  31. display: none;
  32. width: 100%;
  33. height: 100vh;
  34. }
  35. .loading img {
  36. position: absolute;
  37. top: 0;
  38. bottom: 0;
  39. left: 0;
  40. right: 0;
  41. margin: auto;
  42. width: 0.3rem;
  43. height: 0.3rem;
  44. }
  45. .examineIng{
  46. /* display: none; */
  47. }
  48. .examine img{
  49. width: 100%;margin: auto;
  50. }
  51. .examine .hint{
  52. font-size: 0.16rem;
  53. padding: 0 0.2rem;
  54. line-height: 0.3rem;
  55. text-align: center;
  56. margin-top: 0.2rem;
  57. }
  58. .examine .button{
  59. display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
  60. color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;
  61. margin: auto;margin-top: 0.6rem;
  62. }
  63. .receipt{
  64. display: none;
  65. }