index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* pages/staff/login/index.wxss */
  2. .logo{
  3. width: 293rpx;
  4. height: 300rpx;
  5. margin: 30rpx auto 0;
  6. }
  7. .register{
  8. margin-top: 88rpx;
  9. padding: 0 40rpx;
  10. }
  11. .register .van-cell{
  12. padding: 50rpx 0 20rpx;
  13. border-bottom: 2rpx solid rgba(235,235,235,1);
  14. }
  15. .register .van-cell__title{
  16. min-width: 102rpx !important;
  17. max-width: 102rpx !important;
  18. margin-right: 30rpx;
  19. }
  20. .van-button.sendvericode{
  21. display: inline-block;
  22. width:198rpx;
  23. height:48rpx !important;
  24. border:2rpx solid rgba(85,141,224,1);
  25. border-radius:8rpx;
  26. color:rgba(85,141,224,1);
  27. font-size:22rpx;
  28. line-height: 48rpx !important;
  29. text-align: center;
  30. background: #ffffff;
  31. }
  32. .van-button.sendvericode.sended{
  33. border:2rpx solid rgba(184,188,204,1);
  34. color:rgba(184,188,204,1);
  35. }
  36. .sendvericode.van-button--plain.van-button--primary.sended{
  37. color:rgba(184,188,204,1);
  38. }
  39. .sendvericode.van-button--normal{
  40. padding: 0;
  41. font-size: 22rpx;
  42. }
  43. .sendvericode.van-button--plain.van-button--primary{
  44. color: #558DE0;
  45. }
  46. .tijiao.van-button{
  47. margin-top: 60rpx;
  48. font-size:30rpx !important;
  49. height:80rpx !important;
  50. line-height: 80rpx !important;
  51. border-radius:12rpx !important;
  52. background:rgba(85,141,224,1);
  53. }
  54. .tijiao.van-button.van-button--info{
  55. border: 0 none;
  56. }
  57. .agreement{
  58. margin-top: 30rpx;
  59. }
  60. .agreement .text{
  61. display: inline-block;
  62. color: #558DE0;
  63. font-size: 22rpx !important;
  64. }
  65. .van-radio__label{
  66. font-size:22rpx !important;
  67. color: #B8BCCC;
  68. }
  69. .wechat_wrap{
  70. padding-top: 214rpx;
  71. width: 576rpx;
  72. margin: 0 auto;
  73. text-align: center;
  74. }
  75. .wechat_wrap .wechat_title{
  76. color:rgba(82,86,102,1);
  77. font-size:24rpx;
  78. }
  79. .wechat_wrap .wechat_title::before,.wechat_wrap .wechat_title::after{
  80. content: "";
  81. display: inline-block;
  82. width: 200rpx;
  83. height: 1rpx;
  84. background:rgba(184,188,204,1);
  85. vertical-align: middle;
  86. }
  87. .wechat_wrap .wechat_title::before{
  88. margin-right: 40rpx;
  89. }
  90. .wechat_wrap .wechat_title::after{
  91. margin-left: 40rpx;
  92. }
  93. .wechat_wrap .wechat{
  94. margin: 60rpx auto 123rpx;
  95. text-align: center;
  96. }
  97. .wechat_wrap .wechat .icon{
  98. display: inline-block;
  99. width: 88rpx;
  100. height: 88rpx;
  101. }
  102. .wechat_wrap .wechat .info{
  103. margin-top: 20rpx;
  104. font-size:22rpx;
  105. font-weight:500;
  106. color:rgba(82,86,102,1);
  107. }