index.wxss 764 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* pages/login_page/index.wxss */
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .login_con {
  7. width: 100%;
  8. height: 100%;
  9. position: relative;
  10. overflow: hidden;
  11. }
  12. .needLogin {
  13. width: 100%;
  14. height: 100%;
  15. position: absolute;
  16. }
  17. .needLogin image {
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .btn_login {
  22. background: #fff;
  23. line-height: 100rpx;
  24. color: #2d2d2d;
  25. border: none;
  26. position: absolute;
  27. bottom: 10%;
  28. margin: 0 10%;
  29. text-align: center;
  30. width: 80%;
  31. }
  32. .login_text{
  33. position: absolute;
  34. top: 15%;
  35. width: 80%;
  36. margin: 0 10%;
  37. text-align: center;
  38. }
  39. .login_text view{
  40. color: #fff;
  41. letter-spacing: 2rpx;
  42. }
  43. .login_text image{
  44. width: 150rpx;
  45. height: 150rpx;
  46. border-radius:50%;
  47. }