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

index.css 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. /* 手机号注册 */
  46. .register{
  47. width: 100%;
  48. }
  49. .register .inputDiv{
  50. height: 0.6rem;width: 3rem;margin: auto;display: flex;align-items: center;border-bottom: 0.01rem solid #333;padding-top: 0.1rem;
  51. font-size: 0.16rem;
  52. }
  53. .register .inputDiv img{
  54. width: 0.18rem;height: 0.18rem;margin-right: 0.05rem;
  55. }
  56. .register .inputDiv .yzmButton{
  57. width: 0.76rem;height: 0.22rem;border-radius: 0.22rem;border: 0.01rem solid #1B82D2;color: #1B82D2;font-size: 0.12rem;
  58. background: transparent;
  59. }
  60. .register .inputDiv .yzmButtonActive{
  61. border-color: #ccc;color: #ccc;
  62. }
  63. .register .inputDiv input{
  64. flex: 1;
  65. }
  66. .register .registerButton{
  67. display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
  68. color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;
  69. margin: auto;margin-top: 0.6rem;
  70. }