register.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. [v-cloak]{
  6. display: none;
  7. }
  8. body {
  9. background: url(../img/register-bg.jpg) no-repeat 0 0;
  10. background-size: 100%;
  11. width: 100%;
  12. /* height: 100vh; */
  13. overflow: hidden;
  14. background-color: #F7F7F7;
  15. }
  16. .form-box {
  17. margin: 38vh 15px 0 15px;
  18. /* height: 750px; */
  19. background: #FFFFFF;
  20. opacity: 1;
  21. border-radius: 20px;
  22. padding: 24px 26px;
  23. }
  24. .form-input {
  25. width: 100%;
  26. height: 40px;
  27. text-decoration: none;
  28. border: none;
  29. background: #F8F8F8;
  30. opacity: 1;
  31. border-radius: 4px;
  32. text-indent: 11px;
  33. margin-bottom: 14px;
  34. font-size: 14px;
  35. }
  36. .yzm {
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-between;
  40. }
  41. .yzm input {
  42. flex: 1;
  43. margin-right: 16px;
  44. height: 40px;
  45. background: #F8F8F8;
  46. opacity: 1;
  47. border-radius: 4px;
  48. text-indent: 11px;
  49. text-decoration: none;
  50. font-size: 14px;
  51. border: none;
  52. }
  53. .yzm .sendyzm {
  54. width: 110px;
  55. height: 40px;
  56. background: #887FF6;
  57. opacity: 1;
  58. border-radius: 4px;
  59. text-align: center;
  60. font-size: 13px;
  61. font-family: PingFang SC;
  62. font-weight: 400;
  63. line-height: 40px;
  64. color: #FFFFFF;
  65. }
  66. .zhuce{
  67. margin-top: 62px;
  68. height: 40px;
  69. line-height: 40px;
  70. color: #fff;
  71. background-color: #887FF6;
  72. border-radius: 7px;
  73. text-align: center;
  74. font-size: 18px;
  75. font-weight: 600;
  76. }
  77. .tips{
  78. text-align: center;
  79. margin-top: 30px;
  80. font-size: 17px;
  81. font-family: PingFang SC;
  82. font-weight: 400;
  83. color: #FD6767;
  84. }