Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

style.auth.css 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /*Auth pages*/
  2. .biz-pg-wrapper.biz-auth-wrapper {
  3. padding: 0;
  4. background: #F4F6F7;
  5. }
  6. .biz-pg-wrapper.biz-auth-wrapper > header {
  7. position: absolute;
  8. top: 0;
  9. z-index: 10;
  10. width: 100%;
  11. padding: 20px;
  12. }
  13. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img {
  14. background-size: cover;
  15. background-repeat: no-repeat;
  16. background-position: center;
  17. height: 100vh;
  18. width: 100%;
  19. }
  20. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info {
  21. position: relative;
  22. z-index: 2;
  23. padding: 15px;
  24. display: -webkit-box;
  25. display: -ms-flexbox;
  26. display: flex;
  27. -webkit-box-align: center;
  28. -ms-flex-align: center;
  29. align-items: center;
  30. height: 100%;
  31. }
  32. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content {
  33. margin: 0 auto;
  34. }
  35. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap {
  36. display: -webkit-box;
  37. display: -ms-flexbox;
  38. display: flex;
  39. -webkit-box-align: center;
  40. -ms-flex-align: center;
  41. align-items: center;
  42. color: #fff;
  43. margin-top: 30px;
  44. }
  45. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn {
  46. background: rgba(255, 255, 255, 0.3);
  47. height: 45px;
  48. width: 45px;
  49. border-radius: 50%;
  50. top: auto;
  51. display: -webkit-box;
  52. display: -ms-flexbox;
  53. display: flex;
  54. -webkit-box-align: center;
  55. -ms-flex-align: center;
  56. align-items: center;
  57. justify-content: center;
  58. -webkit-justify-content: center;
  59. -ms-flex-pack: center;
  60. color: #fff;
  61. margin-right: 10px;
  62. }
  63. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn:before {
  64. display: inline-block;
  65. font-family: "Ionicons";
  66. padding-left: 3px;
  67. speak: none;
  68. font-style: normal;
  69. font-weight: normal;
  70. font-variant: normal;
  71. text-transform: none;
  72. text-rendering: auto;
  73. line-height: 1;
  74. -webkit-font-smoothing: antialiased;
  75. -moz-osx-font-smoothing: grayscale;
  76. content: "\f488";
  77. }
  78. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap > span {
  79. font-size: 14px;
  80. color: #fff;
  81. }
  82. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap {
  83. padding: 15px;
  84. display: -webkit-box;
  85. display: -ms-flexbox;
  86. display: flex;
  87. -webkit-box-align: center;
  88. -ms-flex-align: center;
  89. align-items: center;
  90. height: 100vh;
  91. }
  92. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form {
  93. margin: 0 auto;
  94. }
  95. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .option-sep {
  96. position: relative;
  97. text-align: center;
  98. overflow: hidden;
  99. font-size: 14px;
  100. margin: 30px 0;
  101. text-transform: uppercase;
  102. }
  103. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .option-sep:before {
  104. background: #CACFD4;
  105. content: "";
  106. height: 1px;
  107. right: 50%;
  108. margin-right: 28px;
  109. position: absolute;
  110. top: 50%;
  111. width: 100%;
  112. }
  113. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .option-sep:after {
  114. background: #CACFD4;
  115. content: "";
  116. height: 1px;
  117. left: 50%;
  118. margin-left: 28px;
  119. position: absolute;
  120. top: 50%;
  121. width: 100%;
  122. }
  123. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control, .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .dd-handle {
  124. border-top-right-radius: .25rem;
  125. border-bottom-right-radius: .25rem;
  126. }
  127. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control.rounded-input, .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .rounded-input.dd-handle {
  128. border-top-right-radius: 50px;
  129. border-bottom-right-radius: 50px;
  130. }
  131. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append {
  132. position: absolute;
  133. right: 0;
  134. top: 0;
  135. bottom: 0;
  136. z-index: 10;
  137. pointer-events: none;
  138. }
  139. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text {
  140. background: transparent;
  141. border: none;
  142. }
  143. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text .feather-icon > svg {
  144. height: 18px;
  145. width: 18px;
  146. }
  147. @media (max-width: 1199px) {
  148. .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img {
  149. height: auto;
  150. }
  151. .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap {
  152. height: auto;
  153. }
  154. }