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

signing.css 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. body{
  2. background: #ffffff;width: 100%;min-height: 100vh;
  3. }
  4. /* 签约合同-01 */
  5. .contract_signing{
  6. font-size: 0.14rem;padding: 0.5rem 0.1rem 1rem;line-height: 0.26rem;color: rgba(0,0,0,1);
  7. }
  8. .contract_signing .title{
  9. color: #333333;font-size: 0.2rem;line-height: 0.4rem;font-weight: bold;text-align: center;
  10. background: rgba(204, 204, 204, 1);position: fixed;top: 0;width: 100vw;left: 0;
  11. }
  12. .contract_signing p{
  13. text-indent: 2em;
  14. }
  15. .contract_signing h4{
  16. font-weight: bold;padding: 0.1rem 0;
  17. }
  18. .contract_signing .contract_button{
  19. display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
  20. color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;
  21. position: fixed;left: 0;right: 0;margin: auto;bottom: 0.3rem;
  22. }
  23. .contractDiv{
  24. position: fixed;left: 0;right: 0;bottom: 0.3rem;margin: auto;
  25. text-align: center;
  26. }
  27. .contractDiv button{
  28. display: inline-block; width: 1rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
  29. color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;margin: 0 0.2rem;
  30. }
  31. .contractDiv .button{
  32. width: 1.89rem;
  33. }
  34. .contract_signing .first_party{
  35. margin:0.2rem 0;
  36. }
  37. .detailTime {
  38. margin-top: 0.2rem;
  39. padding-left: 2em;
  40. display: flex;
  41. justify-content: space-around;
  42. }
  43. .detailTime .info{
  44. width: 50%;
  45. margin-top: 0.1rem;
  46. }
  47. /* toast */
  48. .alert-info {
  49. position: fixed;
  50. top: 1.74rem;
  51. right: 0;
  52. left: 0;
  53. bottom: 0;
  54. text-align: center;
  55. z-index: 9;
  56. }
  57. .alert-info p {
  58. display: inline-block;
  59. height: 0.38rem;
  60. color: #fff;
  61. font-size: 0.14rem;
  62. line-height: 0.38rem;
  63. padding: 0 0.10rem;
  64. background-color: rgba(0, 0, 0, 0.7);
  65. border-radius: 5px;
  66. }
  67. .loading {
  68. position: fixed;
  69. top: 0;
  70. left: 0;
  71. display: none;
  72. width: 100%;
  73. height: 100vh;
  74. }
  75. .loading img {
  76. position: absolute;
  77. top: 0;
  78. bottom: 0;
  79. left: 0;
  80. right: 0;
  81. margin: auto;
  82. width: 0.3rem;
  83. height: 0.3rem;
  84. }