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

personalInfo.css 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. body{
  2. background: #F6F7F9;width: 100%;min-height: 100vh;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. /* 完善信息 */
  46. .inputDiv{
  47. display: flex;align-items: center;background: #fff;border-bottom: 0.01rem solid #D8D8D8;font-size: 0.14rem;color: #333;
  48. width: 100%;height: 0.6rem;
  49. }
  50. .perfectInfo .top{
  51. width: 100%;height: 0.8rem;background:linear-gradient(270deg,#1B82D2 0%,#75BAFF 100%);padding:0.15rem 0;
  52. }
  53. .perfectInfo .top .userImg{
  54. width: 0.54rem;height: 0.54rem;border-radius: 50%;margin: auto;
  55. }
  56. .perfectInfo .top h3{
  57. text-align: center;margin: auto;color: #fff;font-size: 0.16rem;margin-top: 0.08rem;
  58. }
  59. .inputDiv:nth-last-of-type(2){
  60. border-bottom: none;
  61. }
  62. .perfectInfo .uploadID{
  63. background: #fff;margin-top: 0.1rem;color: #333333;
  64. }
  65. .perfectInfo .uploadID{
  66. display: flex;align-items: center;justify-content: space-around;text-align: center;padding: 0.15rem 0;
  67. }
  68. .perfectInfo .uploadID .justID, .perfectInfo .uploadID .backID{
  69. position:relative;
  70. }
  71. .perfectInfo .uploadID p{
  72. color: #888888;font-size: 0.12rem;line-height: 0.21rem;margin-top: 0.1rem;
  73. }
  74. .perfectInfo .uploadID .img{
  75. width: 1.12rem;height:0.63rem;margin:auto;overflow: hidden;
  76. }
  77. .perfectInfo .uploadID .img img{
  78. width: 100%;height: 100%;
  79. }
  80. .inputDiv label{
  81. width: 25%;text-align: center;
  82. }