account.scss 506 B

1234567891011121314151617181920212223242526272829303132
  1. .input {
  2. text-align: left;
  3. margin-left: 50rpx;
  4. }
  5. .image {
  6. width: 40rpx !important;
  7. height: 40rpx !important;
  8. }
  9. .box {
  10. display: flex;
  11. justify-content: space-between;
  12. width: 690rpx;
  13. margin: 40rpx auto 0;
  14. font-family: PingFang SC-Regular, PingFang SC;
  15. .checkbox {
  16. font-size: 24rpx;
  17. color: #666666;
  18. margin-top: -3rpx;
  19. }
  20. .label {
  21. margin-left: -10rpx;
  22. }
  23. .view {
  24. font-size: 24rpx;
  25. color: #999999;
  26. }
  27. }