login.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* pages/Components/campusBinding/campusBinding.wxss */
  2. .main {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. background: #fff;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. z-index: 2;
  13. }
  14. .background {
  15. position: fixed;
  16. z-index: -1;
  17. top: 0;
  18. left: 0;
  19. width: 750rpx;
  20. height: 1125rpx;
  21. }
  22. .logo{
  23. margin-top: 100rpx;
  24. margin-bottom: 100rpx;
  25. width: 290rpx;
  26. height: 290rpx;
  27. z-index: 3;
  28. }
  29. .button {
  30. /* margin: 0; */
  31. padding: 0;
  32. /* position: fixed; */
  33. /* left: 50%; */
  34. /* transform: translateX(-50%); */
  35. /* bottom: 120rpx; */
  36. width: 500rpx !important;
  37. height: 100rpx;
  38. line-height: 100rpx;
  39. text-align: center;
  40. background: rgba(255, 255, 255, 1);
  41. border: 1rpx solid #005033;
  42. /* box-shadow: 0rpx 20rpx 60rpx -15px #005033; */
  43. border-radius: 100rpx;
  44. font-size: 30rpx;
  45. letter-spacing: 10rpx;
  46. color: #005033;
  47. font-weight: 400;
  48. }
  49. .login-view{
  50. position: fixed;
  51. width: 500rpx;
  52. bottom: 240rpx;
  53. margin: 0 auto ;
  54. font-size: 32rpx;
  55. }
  56. .userName-view{
  57. display: flex;
  58. margin-bottom: 40rpx;
  59. }
  60. .isTitle{
  61. line-height: 60rpx;
  62. }
  63. .login-view input{
  64. border: 1px solid #ccc;
  65. width: 300rpx;
  66. margin-left: 10rpx;
  67. height: 40rpx;
  68. line-height: 40rpx;
  69. padding: 5px 15px;
  70. }
  71. .pwd-view{
  72. display: flex;
  73. }
  74. .tip{
  75. font-size: 26rpx;
  76. margin: 20rpx auto;
  77. color: red;
  78. text-align: center;
  79. }
  80. .login-tip{
  81. font-size: 24rpx;
  82. margin: 50rpx auto;
  83. color: #005033;
  84. text-align: center;
  85. letter-spacing: 2rpx;
  86. }
  87. .nbsp{
  88. margin: 0 10rpx;
  89. }
  90. .slogan-view{
  91. color: #005033;
  92. font-size: 24rpx;
  93. text-align: center;
  94. position: fixed;
  95. bottom: 140rpx;
  96. }
  97. .slogan-en{
  98. letter-spacing: 4rpx;
  99. }
  100. .slogan-zn{
  101. letter-spacing: 2rpx;
  102. font-size: 22rpx;
  103. }
  104. .slogan-view view:first-child{
  105. margin-bottom: 20rpx;
  106. }
  107. .agreement-view{
  108. margin-top: 100rpx;
  109. font-size: 18rpx;
  110. letter-spacing: 2rpx;
  111. text-align: center;
  112. }
  113. .agreement-text{
  114. color: #cc6031;
  115. letter-spacing: 1rpx;
  116. }