index.wxss 445 B

123456789101112131415161718192021222324252627
  1. page {
  2. background-color: #fff;
  3. }
  4. .login-btn{
  5. margin-left: 25rpx;
  6. margin-right: 25rpx;
  7. margin-top: 60rpx;
  8. }
  9. .switch{
  10. display: flex;
  11. justify-content: space-around;
  12. }
  13. .switch view{
  14. width: 200rpx;
  15. background-color: #fff;
  16. padding: 30rpx;
  17. display: flex;
  18. justify-content: center;
  19. color: #2cae36;
  20. border-radius: 10rpx;
  21. border:1rpx solid #2cae36;
  22. }
  23. .select{
  24. background-color: #2cae36 !important;
  25. color: #fff !important;
  26. }