index.wxss 184 B

123456789101112
  1. .btn-login {
  2. display: flex;
  3. justify-content: center;
  4. height: 100rpx;
  5. width: 600rpx;
  6. background: #2c70f7;
  7. align-items: center;
  8. }
  9. .text {
  10. font-size: 30rpx;
  11. color: #fff;
  12. }