login.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .content {
  2. box-sizing: border-box;
  3. height: 100%;
  4. border-radius: 48rpx;
  5. padding:40rpx;
  6. flex: 1;
  7. overflow: hidden !important;
  8. .lang-change{
  9. position: absolute;
  10. right: 40rpx;
  11. top: 12rpx;
  12. width: 112rpx;
  13. height: 48rpx;
  14. line-height: 48rpx;
  15. color: #f2f2f2;
  16. // border: 1px solid #cccccc;
  17. flex-direction: row;
  18. font-size: 26rpx;
  19. justify-content: center;
  20. font-weight: bold;
  21. border-radius: 20rpx;
  22. .current{
  23. color: #666;
  24. }
  25. }
  26. .logo{
  27. display: flex;
  28. flex-direction: column;
  29. align-items: center;
  30. margin-bottom: 24rpx;
  31. .app-name{
  32. font-weight: bold;
  33. font-size: 30rpx;
  34. line-height: 96rpx;
  35. }
  36. }
  37. .btn-wrap{
  38. display: flex;
  39. justify-content: space-between;
  40. flex-direction: column;
  41. margin-top: 20rpx;
  42. // column-gap: 32rpx;
  43. .bind-btn{
  44. flex:1;
  45. }
  46. .btn-disabled{
  47. background: #f7f7f7;
  48. color: #999;
  49. }
  50. }
  51. .login-card{
  52. padding: 40rpx;
  53. margin-top: 48rpx;
  54. box-shadow:0 0 16rpx 0px rgba(0, 0, 0, 0.1);
  55. border-radius: 36rpx;
  56. }
  57. .login-title{
  58. line-height: 100rpx;
  59. font-size: 32rpx;
  60. display: flex;
  61. font-weight: bold;
  62. flex-wrap: wrap;
  63. justify-content: space-between;
  64. flex-direction: row;
  65. .login-type-change{
  66. // float: right;
  67. color: #4680F9;
  68. font-size: 28rpx;
  69. font-weight: normal;
  70. }
  71. }
  72. .login-opertion{
  73. font-size: 26rpx;
  74. padding:0 20rpx;
  75. color: #222;
  76. display: flex;
  77. justify-content: space-evenly;
  78. flex-direction: row;
  79. margin:48rpx 0 0;
  80. align-items: center;
  81. .flex{
  82. flex:1;
  83. text-align: center;
  84. }
  85. .line{
  86. width: 3rpx;
  87. background-color: #ccc;
  88. height: 42rpx;
  89. }
  90. }
  91. .agree-forget{
  92. display: flex;
  93. flex-direction: row;
  94. padding:0 8rpx;
  95. line-height: 52rpx;
  96. margin-top: 30rpx;
  97. justify-content: space-between;
  98. .agree{
  99. flex-direction: row;
  100. font-size: 28rpx;
  101. // margin-left: -36rpx;
  102. color: #ccc;
  103. span{
  104. margin-left: -40rpx;
  105. }
  106. }
  107. .uni-data-checklist{
  108. flex: 0;
  109. }
  110. .forget{
  111. font-size: 28rpx;
  112. color: #222;
  113. }
  114. }
  115. .wechat-login{
  116. display: flex;
  117. flex-direction: column;
  118. align-items: center;
  119. margin-top: 60rpx;
  120. .wechat-logo{
  121. width: 100rpx;
  122. height: 100rpx;
  123. }
  124. }
  125. .app-login{
  126. display: flex;
  127. flex-direction: column;
  128. align-items: center;
  129. margin-top: 60rpx;
  130. // position: absolute;
  131. // right: 100rpx;
  132. // bottom: 170rpx;
  133. color: #4680F9;
  134. font-size: 28rpx;
  135. font-weight: normal;
  136. .app-logo{
  137. width: 60rpx;
  138. height: 60rpx;
  139. }
  140. }
  141. .deplist-wrap{
  142. max-height: 700rpx;
  143. overflow-y: auto;
  144. // margin-right: -22px;
  145. .login-choosedep{
  146. display: flex;
  147. flex-direction: row;
  148. cursor: pointer;
  149. margin-top: 48rpx;
  150. // margin-right: -15px;
  151. background-color: #f2f2f2;
  152. height: 96rpx;
  153. border: 1px solid #d9d9d9;
  154. font-size: 28rpx;
  155. font-weight: normal;
  156. color: rgba(0, 0, 0, 0.9);
  157. line-height: 92rpx;
  158. border-radius: 16rpx;
  159. .login-dep-logo{
  160. border-radius: 6rpx;
  161. width: 60rpx;
  162. height: 60rpx;
  163. margin: 18rpx 20rpx 18rpx 24rpx;
  164. background-size: 100% 100%;
  165. }
  166. }
  167. .tenant-name{
  168. flex: 1;
  169. display: flex;
  170. flex-direction: row;
  171. justify-content: space-between;
  172. align-items: center;
  173. padding-right: 24rpx;
  174. }
  175. .tenant-expire{
  176. // pointer-events: none;
  177. cursor: not-allowed;
  178. background-color: #f4f4f5;
  179. border-color: #e9e9eb;
  180. color: #c0c4cc;
  181. }
  182. .login-choosedep-active{
  183. border: 1px solid #4680F9;
  184. }
  185. }
  186. .divider{
  187. margin:90rpx 0 0;
  188. }
  189. }
  190. .logo_img {
  191. display: flex;
  192. flex-direction: row;
  193. width: 150rpx;
  194. height: 150rpx;
  195. margin: auto;
  196. margin-bottom: 80rpx;
  197. }
  198. .inp_box {
  199. display: flex;
  200. flex-direction: row;
  201. // background-color: #F8F8F8;
  202. // font-size: 28rpx;
  203. width: 100%;
  204. height: 108rpx;
  205. line-height: 108rpx;
  206. // margin: 20rpx auto;
  207. // border-radius: 50rpx;
  208. // padding:0 60rpx;
  209. border-bottom: 2rpx solid #EEEEEE;
  210. text {
  211. margin-right: 10rpx;
  212. }
  213. input {
  214. font-size: 30rpx;
  215. height: 108rpx;
  216. line-height: 108rpx;
  217. flex:1;
  218. padding: 0 4px;
  219. }
  220. .get-code-btn{
  221. margin: 0;
  222. height: 62rpx;
  223. width: 172rpx;
  224. line-height: 58rpx;
  225. color: #fff;
  226. border: 2rpx solid #3275F5;
  227. background: #3275F5;
  228. font-size: 30rpx;
  229. margin-top: 20rpx;
  230. }
  231. .load-reget{
  232. color: #ccc;
  233. border: 2rpx solid #ccc;
  234. background: #fff;
  235. }
  236. }
  237. // button {
  238. // background:linear-gradient(to right,#6DB4FF 0%,#2F71F4 100%);
  239. // line-height: 80rpx;
  240. // color: #fff;
  241. // font-size: 30rpx;
  242. // margin:50rpx 0 0;
  243. // border-radius: 40rpx;
  244. // border: none;
  245. // }
  246. .uni-input-placeholder{
  247. color: #ccc;
  248. }
  249. uni-button:after{
  250. border: none;
  251. }