| 123456789101112131415161718192021222324252627 |
- page {
- background-color: #fff;
- }
- .login-btn{
- margin-left: 25rpx;
- margin-right: 25rpx;
- margin-top: 60rpx;
- }
- .switch{
- display: flex;
- justify-content: space-around;
- }
- .switch view{
- width: 200rpx;
- background-color: #fff;
- padding: 30rpx;
- display: flex;
- justify-content: center;
- color: #2cae36;
- border-radius: 10rpx;
- border:1rpx solid #2cae36;
- }
- .select{
- background-color: #2cae36 !important;
- color: #fff !important;
- }
|