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

lookPdf.css 775B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body{
  2. background: #ffffff;width: 100%;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: 30px;
  43. height: 30px;
  44. }
  45. iframe{
  46. width: 100%;
  47. height: 100vh;
  48. }