index.wxss 488 B

12345678910111213141516171819202122232425262728
  1. /* pages/create-project-role/index.wxss */
  2. .sg-search-box {
  3. margin: 30rpx;
  4. display: flex;
  5. align-items: center;
  6. background: white;
  7. border-radius: 50rpx;
  8. padding: 15rpx 20rpx;
  9. }
  10. .sg-search-icon {
  11. margin-right: 20rpx;
  12. }
  13. .sg-search-box .sg-search-input {
  14. flex-grow: 1;
  15. }
  16. .sg-pick-item {
  17. display: flex;
  18. align-items: center;
  19. background: white;
  20. }
  21. .sg-user-item {
  22. background: white;
  23. display: flex;
  24. align-items: center;
  25. }
  26. .sg-user-item .sg-name {
  27. font-size: 1.1rem;
  28. }