authorization.acss 1014 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* required by usingComponents */
  2. /* pages/authorization/authorization.wxss */
  3. page{
  4. text-align: center;
  5. text-align: center;
  6. }
  7. .tip{
  8. position: fixed;
  9. top: 40rpx;
  10. right: 30rpx;
  11. font-size: 28rpx;
  12. color: #999999;
  13. }
  14. .logo{
  15. height:200rpx;
  16. width: 200rpx;
  17. margin-top: 12%;
  18. }
  19. .text{
  20. margin-top:20rpx;
  21. font-size: 44rpx;
  22. }
  23. .wxlogin{
  24. height: 85rpx;
  25. color: #fff;
  26. width: 90%;
  27. margin: 0 auto;
  28. border-radius: 12rpx;
  29. margin-top: 150rpx;
  30. line-height: 85rpx;
  31. background-color: var(--greenButton)!important;
  32. }
  33. .phonelogin{
  34. margin-top: 30rpx;
  35. line-height: 85rpx;
  36. color: #fd9b1c;
  37. }
  38. .button-tips{
  39. position: fixed;
  40. width: 100%;
  41. bottom: 50rpx;
  42. text-align: center;
  43. font-size: 24rpx;
  44. color: #999999;
  45. }
  46. .button-tips .xieyi{
  47. color: #333333;
  48. }
  49. button{
  50. border: none;
  51. background-color: transparent;
  52. outline: none;
  53. width: 90%!important;
  54. }
  55. .zhi1{
  56. height: 70rpx;
  57. width: 70rpx;
  58. display: inline-block;
  59. vertical-align: middle;
  60. }