index.css 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .AddYeZhuRenZheng {
  2. width: 100%;
  3. min-height: 100%;
  4. position: relative;
  5. overflow: hidden;
  6. }
  7. .AddYeZhuRenZheng > .Close {
  8. text-align: right;
  9. font-size: 0;
  10. }
  11. .AddYeZhuRenZheng > .Close > text {
  12. display: inline-block;
  13. font-size: 40px;
  14. color: #666;
  15. margin-right: 30px;
  16. }
  17. .AddYeZhuRenZheng > .Form {
  18. padding: 0 30px;
  19. position: relative;
  20. overflow: hidden;
  21. min-height: 100vh;
  22. z-index: 1;
  23. }
  24. .AddYeZhuRenZheng > .Form > .flex-h {
  25. border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  26. align-items: center;
  27. }
  28. .AddYeZhuRenZheng > .Form > .flex-h > text {
  29. font-size: 28px;
  30. color: #333;
  31. line-height: 100px;
  32. }
  33. .AddYeZhuRenZheng > .Form > .flex-h > text.iconfont {
  34. font-size: 50px;
  35. color: #F35844;
  36. width: 80px;
  37. }
  38. .AddYeZhuRenZheng > .Form > .flex-h > text:first-child {
  39. min-width: 80px;
  40. }
  41. .AddYeZhuRenZheng > .Form > .flex-h > text:last-child {
  42. line-height: 60px;
  43. padding: 0 20px;
  44. border-radius: 8px;
  45. border: 2px solid #ccc;
  46. color: #ccc;
  47. }
  48. .AddYeZhuRenZheng > .Form > .flex-h > text:last-child.active {
  49. color: #F35844;
  50. border-color: #F35844;
  51. }
  52. .AddYeZhuRenZheng > .Form > .flex-h > .flex-item .PickerText {
  53. width: 100%;
  54. text-align: right;
  55. font-size: 28px;
  56. color: #666;
  57. }
  58. .AddYeZhuRenZheng > .Form > .flex-h > input {
  59. font-size: 28px;
  60. color: #333;
  61. line-height: 100px;
  62. height: 100px;
  63. }
  64. .AddYeZhuRenZheng > .BottomBtn {
  65. padding: 0 30px;
  66. position: relative;
  67. overflow: hidden;
  68. z-index: 2;
  69. margin-top: -264px;
  70. }
  71. .AddYeZhuRenZheng > .BottomBtn > text {
  72. display: block;
  73. width: 100%;
  74. font-size: 32px;
  75. color: #fff;
  76. background: #F35844;
  77. border-radius: 12px;
  78. line-height: 84px;
  79. text-align: center;
  80. }