index.wxss 483 B

1234567891011121314151617181920212223242526272829
  1. /* pages/bind-phone/index.wxss */
  2. .sg-row {
  3. margin: 10px 0;
  4. }
  5. .btn-area {
  6. margin: 20px 0;
  7. }
  8. .bind-phone-avatar-wrapper {
  9. width: 65px;
  10. height: 65px;
  11. border-radius: 50px;
  12. overflow:hidden;
  13. border:3px #e3e3e3 solid;
  14. }
  15. .bind-phone-avatar-container {
  16. display: flex;
  17. justify-content: center;
  18. }
  19. .bind-phone-dialog {
  20. padding-top: 20px;
  21. background-color: white;
  22. border-radius: 5px;
  23. }
  24. .bind-phone-btn {
  25. border-radius: 0;
  26. }
  27. .get-phone-btn button {
  28. border-radius: 0;
  29. }