CMechHandLinkGUI QPushButton#linkBtn { outline: none; background-color: #ffffff; border-radius: 4px; border: 1px solid #ff2d2d; font-size: 16px; color: #ff2d2d; width: 372px; height: 40px; text-align : right; background-repeat: repeat-no-repeat; background-position: left; background-origin:content; background-image:url(Skins/MechHand/resource/btn_icon_link_n.png); } CMechHandLinkGUI QPushButton#linkBtn:hover { outline: none; background-color: #ff4c4c; border-radius: 4px; border:1px solid #ff4c4c; color: #ffffff; background-image:url(Skins/MechHand/resource/btn_icon_link_h.png); } CMechHandLinkGUI QPushButton#linkBtn:pressed { outline: none; background-color: #ff2d2d; border-radius: 4px; color: #ffffff; background-image:url(Skins/MechHand/resource/btn_icon_link_p.png); } CMechHandLinkGUI QPushButton#linkBtn:disabled { outline: none; background-color: #ffffff; border-radius: 3px; border:1px solid #ff9595; color: #ffcaca; background-image:url(Skins/MechHand/resource/btn_icon_link_d.png); } CMechHandLinkGUI QPushButton#linkBtn[whatsThis="client"] { padding-left:152px; padding-right:152px; } CMechHandLinkGUI QPushButton#linkBtn[whatsThis="server"] { padding-left:140px; padding-right:140px; } CMechHandLinkGUI QComboBox { width: 240px; height: 32px; } CMechHandLinkGUI QLineEdit#ipAdressEdit { width: 240px; height: 32px; } CMechHandLinkGUI QSpinBox#portEdit { width: 240px; height: 32px; } CMechHandLinkGUI QWidget#widget { width: 420px; height: 196px; background-color: #f7f7f7; } CMechHandLinkGUI QLabel#linkResult { width: 372px; min-height: 32px; border-radius: 4px; text-align:right; padding-left:145px; padding-right:140px; background-repeat: repeat-no-repeat; background-position: left; background-origin:content; } CMechHandLinkGUI QLabel#linkResult[whatsThis="failed"] { background-image:url(Skins/MechHand/resource/prompt_异常.png); background-color: rgba(255, 45, 45, 0.1); border: 1px solid #ff2d2d; color: #ff2d2d; } CMechHandLinkGUI QLabel#linkResult[whatsThis="successful"] { background-image:url(Skins/MechHand/resource/prompt_完成2.png); background-color: rgba(0, 255, 0, 0.1); border: 1px solid #00AA00; color: #00AA00; } CMechHandLinkGUI QLabel#linkResult_Wait { min-height: 32px; border-radius: 4px; background-color: rgba(255, 255,0, 0.1); border: 1px solid #AAAA00; color: #AAAA00; }