authorization.acss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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!important;
  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. .wxlogin_1{
  34. height: 85rpx;
  35. color: #fff!important;
  36. width: 90%;
  37. margin: 0 auto;
  38. border-radius: 12rpx;
  39. margin-top: 150rpx;
  40. line-height: 85rpx;
  41. background-color: #cfcfcf !important;
  42. }
  43. .phonelogin{
  44. margin-top: 30rpx;
  45. line-height: 85rpx;
  46. color: #fd9b1c;
  47. }
  48. .button-tips{
  49. position: fixed;
  50. width: 100%;
  51. bottom: 50rpx;
  52. text-align: center;
  53. font-size: 24rpx;
  54. color: #999999;
  55. }
  56. .button-tips .xieyi{
  57. color: #333333;
  58. }
  59. button{
  60. border: none;
  61. background-color: transparent;
  62. outline: none;
  63. width: 90%!important;
  64. }
  65. .zhi1{
  66. height: 70rpx;
  67. width: 70rpx;
  68. display: inline-block;
  69. vertical-align: middle;
  70. }
  71. .footer {
  72. margin-top: 40rpx;
  73. }
  74. .footer view {
  75. display: inline-block;
  76. vertical-align: middle;
  77. font-size: 28rpx;
  78. }
  79. .select,
  80. .selected {
  81. border: solid 2px var(--globleColor);
  82. height: 35rpx;
  83. width: 35rpx;
  84. margin-right: 10rpx;
  85. border-radius: 8rpx;
  86. }
  87. .dui {
  88. height: 35rpx;
  89. width: 35rpx;
  90. margin: 0 auto;
  91. }