authorization.acss 898 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. background-color: var(--greenButton)!important;
  31. }
  32. .phonelogin{
  33. margin-top: 30rpx;
  34. line-height: 85rpx;
  35. color: #fd9b1c;
  36. }
  37. .button-tips{
  38. position: fixed;
  39. width: 100%;
  40. bottom: 50rpx;
  41. text-align: center;
  42. font-size: 24rpx;
  43. color: #999999;
  44. }
  45. .button-tips .xieyi{
  46. color: #333333;
  47. }
  48. button{
  49. border: none;
  50. background-color: transparent;
  51. outline: none;
  52. width: 90%!important;
  53. }