知与行后台管理端

index.less 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. @import '~antd/es/style/themes/default.less';
  2. .topBox{
  3. height:42vh;
  4. background-color: #DB3C4B;
  5. position: relative;
  6. .con{
  7. position: absolute;
  8. left:50%;
  9. top:50%;
  10. margin-top: -100px;
  11. margin-left: -150px;
  12. text-align: center;
  13. height: 200px;
  14. width: 310px;
  15. .welcome{
  16. color: #fff;
  17. font-size: 62px;
  18. font-style: italic;
  19. margin-bottom: 0;
  20. font-family: initial;
  21. }
  22. .title{
  23. width: 260px;
  24. height: 102px;
  25. border:1px solid #fff;
  26. text-align: left;
  27. color:#fff;
  28. padding: 14px 20px;
  29. margin: 0 auto;
  30. .name{
  31. font-size: 41px;
  32. margin:0;
  33. }
  34. }
  35. }
  36. }
  37. .login {
  38. background-color: #fff;
  39. width:100%;
  40. height:58vh;
  41. border-radius:0px 30px 30px 0px;
  42. margin: 0 auto;
  43. padding: 10vh 0;
  44. :global {
  45. .ant-tabs .ant-tabs-bar {
  46. margin-bottom: 24px;
  47. text-align: center;
  48. border-bottom: 0;
  49. }
  50. .ant-form-item {
  51. margin: 0 2px 24px;
  52. }
  53. .ant-input-affix-wrapper,.ant-form-item-control{
  54. width: 36vw;
  55. max-width: 600px;
  56. min-width: 200px;
  57. margin: 0 auto;
  58. display: block;
  59. }
  60. }
  61. .getCaptcha {
  62. display: block;
  63. width: 100%;
  64. }
  65. .icon {
  66. margin-left: 16px;
  67. color: rgba(0, 0, 0, 0.2);
  68. font-size: 24px;
  69. vertical-align: middle;
  70. cursor: pointer;
  71. transition: color 0.3s;
  72. &:hover {
  73. color: @primary-color;
  74. }
  75. }
  76. .other {
  77. margin-top: 24px;
  78. line-height: 22px;
  79. text-align: left;
  80. .register {
  81. float: right;
  82. }
  83. }
  84. .prefixIcon {
  85. color: #fff;
  86. font-size: 0.11rem;
  87. background-color: #EF273A;
  88. padding: 3px 4px;
  89. }
  90. .submit {
  91. width: 100%;
  92. margin-top: 24px;
  93. }
  94. }