CSceneRenameCUI.qss 839 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. CSceneRenameCUI QPushButton#pushButton_n
  2. {
  3. width: 372px;
  4. height: 40px;
  5. }
  6. CSceneRenameCUI QLineEdit#le_rename,CSceneRenameCUI QLineEdit#le_commIns
  7. {
  8. width: 372px;
  9. height: 32px;
  10. }
  11. CSceneRenameCUI #comboBox
  12. {
  13. font-size: 14px;
  14. color: #333333;
  15. width: 226px;
  16. height: 32px;
  17. }
  18. CSceneRenameCUI #typeLabel
  19. {
  20. width: 226px;
  21. min-height: 32px;
  22. background-color: #f7f7f7;
  23. border-radius: 4px;
  24. color: #333333;
  25. padding-left:8px;
  26. }
  27. CSceneRenameCUI QLabel#errorLabel
  28. {
  29. width: 372px;
  30. min-height: 32px;
  31. border-radius: 4px;
  32. text-align:right;
  33. padding-left:90px;
  34. padding-right:90px;
  35. background-repeat: repeat-no-repeat;
  36. background-position: left;
  37. background-origin:content;
  38. background-image:url(Skins/MechHand/resource/prompt_异常.png);
  39. background-color: rgba(255, 45, 45, 0.1);
  40. border: 1px solid #ff2d2d;
  41. color: #ff2d2d;
  42. }