index.wxss 610 B

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