抖音b端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

142 řádky
2.3 KiB

  1. .adminlogo{
  2. width: 100rpx;
  3. display: block;
  4. margin: 0 auto;
  5. }
  6. .logoin_wrap {
  7. width: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .login {
  12. width: 100%;
  13. display: flex;
  14. flex-direction: column;
  15. position: relative;
  16. }
  17. .inp{
  18. color: #666;
  19. }
  20. .login view {
  21. position: relative;
  22. width: 88%;
  23. display: flex;
  24. margin: 0 auto;
  25. height: 100rpx;
  26. line-height: 100rpx;
  27. border-bottom: 1rpx solid #DADADA;
  28. }
  29. .line {
  30. width: 2rpx;
  31. height: 22rpx;
  32. background: #d7d7d7;
  33. position: absolute;
  34. left: 20%;
  35. top: 38rpx;
  36. }
  37. .login view input {
  38. font-size: 34rpx;
  39. height: 100rpx;
  40. line-height: 100rpx;
  41. }
  42. .login view:nth-child(1) input {
  43. /* padding-left: 60rpx; */
  44. font-size: 34rpx;
  45. height: 100rpx;
  46. line-height: 100rpx;
  47. }
  48. .eye{
  49. display: inline-block;
  50. width: 50rpx;
  51. margin-top:26rpx;
  52. }
  53. .logo {
  54. width: 320rpx;
  55. margin: 100rpx auto 30rpx;
  56. }
  57. .logo image {
  58. display: block;
  59. width: 320rpx;
  60. }
  61. .button {
  62. background: #52A0FD;
  63. border-radius: 8rpx;
  64. color: #fff;
  65. margin-top: 8%;
  66. font-size: 36rpx;
  67. width: 90%;
  68. }
  69. .active{
  70. opacity: .4;
  71. }
  72. .logoin_wrap navigator {
  73. display: block;
  74. width: 25%;
  75. margin: 0 auto;
  76. text-align: right;
  77. margin-top: 15rpx;
  78. }
  79. .logoin_wrap navigator text {
  80. display: block;
  81. text-align: center;
  82. /* padding-top: 1.5%; */
  83. font-size: 26rpx;
  84. height: 45rpx;
  85. color: #404040;
  86. letter-spacing: 0;
  87. line-height: 45rpx;
  88. }
  89. .forget{
  90. text-align: right;
  91. padding:0 40rpx;
  92. color: #999;
  93. margin-top: 20rpx;
  94. }
  95. .forget text{
  96. font-size: 26rpx;
  97. }
  98. .defaultLogo{
  99. position: absolute;
  100. bottom: 40rpx;
  101. left: 0;
  102. right: 0;
  103. margin: auto;
  104. }
  105. .defaultLogo text {
  106. display: block;
  107. text-align: center;
  108. color: #52A0FD;
  109. font-size: 22rpx;
  110. }
  111. .defaultLogo image {
  112. width: 200rpx;
  113. }
  114. .phone{
  115. display: block!important;
  116. background: none!important;
  117. color: #999!important;
  118. font-size: 26rpx!important;
  119. padding: 0!important;
  120. margin-top: 40rpx!important;
  121. }
  122. button::after{ border: none; }
  123. .showpassword{
  124. padding: 30rpx;
  125. width: 40rpx;
  126. position: absolute;
  127. z-index: 100;
  128. right: 20rpx;
  129. top: 0;
  130. bottom: 0;
  131. margin: auto;
  132. }