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

mySigning.css 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. body{
  2. background: #F4F4F4;width: 100%;min-height: 100vh;box-sizing: border-box;padding-top: 0.8rem;
  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. .mySigning .top{
  46. width: 100%;height: 0.8rem;background:linear-gradient(270deg,#1B82D2 0%,#75BAFF 100%);display: flex;align-items: center;position: fixed;top: 0;z-index: 2;
  47. }
  48. .mySigning .line{
  49. width: 100%;height:0.1rem;position: fixed;top: 0.8rem;background:linear-gradient(270deg,#1B82D2 0%,#75BAFF 100%);
  50. }
  51. .mySigning .top .userImg{
  52. width: 0.54rem;height: 0.54rem;border-radius: 50%;position: absolute;top: 0rem;bottom: 0;left: 0.28rem;margin: auto;
  53. }
  54. .mySigning .top h3{
  55. text-align: center;margin: auto;color: #fff;font-size: 0.16rem;font-weight: bold;
  56. }
  57. .contractList {
  58. background: #F4F4F4;width: 95%;margin: auto;border-radius: 0.06rem;position: relative;
  59. }
  60. .contractList li{
  61. background: #fff;margin-bottom: 0.1rem;border-radius: 0.08rem;
  62. }
  63. .contractList .contractLi{
  64. display: flex;align-items: center;justify-content: center;
  65. }
  66. .contractList li .orderId{
  67. font-size: 0.12rem;line-height: 0.26rem;padding: 0.05rem 0.08rem 0;
  68. }
  69. .contractList .contractLi .contractImg{
  70. width: 0.9rem;height: 0.6rem;margin: 0.08rem;
  71. }
  72. .contractList .contractLi .contractInfo{
  73. flex: 1;
  74. }
  75. .contractList .contractLi .right_icon{
  76. width: 0.2rem;height: 0.2rem;margin-right: 0.03rem;
  77. }
  78. .contractList .contractLi .info_one{
  79. display: flex;align-items: center;font-size: 0.14rem;color: #333333;
  80. }
  81. .contractList .contractLi .info_one .phone{
  82. display: flex;align-items: center;
  83. }
  84. .contractList .contractLi .info_one .name{
  85. display: block;width: 1rem;
  86. overflow:hidden;
  87. text-overflow:ellipsis;
  88. white-space:nowrap
  89. }
  90. .contractList .contractLi .info_one .phone img{
  91. width: 0.15rem;height: 0.15rem;margin-right: 0.03rem;
  92. }
  93. .contractList .contractLi .ID{
  94. color: #999999;font-size: 0.12rem;margin-top: 0.1rem;
  95. }
  96. .contractList .contractLi .contractInfo .info_status{
  97. font-size: 0.13rem;margin-top: 0.1rem;color: #666666;
  98. }
  99. .contractList .contractLi .contractInfo .info_status span:nth-of-type(1){
  100. color: #3E97FF;margin-right:0.1rem;
  101. }