login.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /* pages/login_page/index.wxss */
  2. page {
  3. width: 100%;
  4. background: #1fe4dc;
  5. height: 100%;
  6. overflow: hidden;
  7. }
  8. .login_con {
  9. width: 100%;
  10. height: 100%;
  11. position: relative;
  12. overflow: hidden;
  13. }
  14. .needLogin {
  15. width: 100%;
  16. height: 100%;
  17. position: absolute;
  18. }
  19. .needLogin image {
  20. width: 100%;
  21. height: 861rpx;
  22. }
  23. .quanxian{
  24. position: absolute;
  25. font-size: 24rpx;
  26. border: none;
  27. bottom: 30%;
  28. margin: 0 10%;
  29. text-align: center;
  30. width: 80%;
  31. color: #fff;
  32. line-height: 34rpx;
  33. }
  34. .quanxian view{
  35. color:404040;
  36. font-size: 24rpx;
  37. }
  38. .quanxian view:first-of-type{
  39. margin-bottom: 10rpx;
  40. }
  41. .btn_login {
  42. background: #fff;
  43. line-height: 80rpx;
  44. color: #111;
  45. border: none;
  46. position: absolute;
  47. bottom: 10%;
  48. margin: 0 10%;
  49. text-align: center;
  50. width: 80%;
  51. font-size: 30rpx;
  52. }
  53. .btn_jiangjie_login {
  54. color: #fff;
  55. line-height: 80rpx;
  56. text-align: center;
  57. background: transparent;
  58. width: 80%;
  59. border: 2rpx solid #fff;
  60. position: absolute;
  61. bottom: 5%;
  62. margin: 0 10%;
  63. font-size: 30rpx;
  64. }
  65. button::after {
  66. display: none;
  67. }
  68. .login_text{
  69. position: absolute;
  70. top: 14%;
  71. width: 80%;
  72. margin: 0 10%;
  73. text-align: center;
  74. }
  75. .login_text view{
  76. color: #404040;
  77. letter-spacing: 2rpx;
  78. margin-top: 20rpx;
  79. font-size: 30rpx;
  80. }
  81. .login_text view:last-of-type{
  82. margin-top: 30rpx;
  83. font-size: 30rpx;
  84. }
  85. .login_text image{
  86. width: 290rpx;
  87. height: 290rpx;
  88. border-radius:50%;
  89. }