12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- CSceneRenameCUI QPushButton#pushButton_n
- {
- width: 372px;
- height: 40px;
- }
- CSceneRenameCUI QLineEdit#le_rename,CSceneRenameCUI QLineEdit#le_commIns
- {
- width: 372px;
- height: 32px;
- }
- CSceneRenameCUI #comboBox
- {
- font-size: 14px;
- color: #333333;
- width: 226px;
- height: 32px;
- }
- CSceneRenameCUI #typeLabel
- {
- width: 226px;
- min-height: 32px;
- background-color: #f7f7f7;
- border-radius: 4px;
- color: #333333;
- padding-left:8px;
- }
- CSceneRenameCUI QLabel#errorLabel
- {
- width: 372px;
- min-height: 32px;
- border-radius: 4px;
- text-align:right;
- padding-left:90px;
- padding-right:90px;
- background-repeat: repeat-no-repeat;
- background-position: left;
- background-origin:content;
-
- background-image:url(Skins/MechHand/resource/prompt_异常.png);
- background-color: rgba(255, 45, 45, 0.1);
- border: 1px solid #ff2d2d;
- color: #ff2d2d;
- }
|