You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
375 B
Plaintext
18 lines
375 B
Plaintext
<!DOCTYPE RCC>
|
|
<RCC version="1.0"/>
|
|
QPushButton_9 {
|
|
font: 15px;
|
|
min-width:2em;
|
|
font-family:黑体;
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
}
|
|
QPushButton_9:hover {
|
|
background-color: #2E3648;
|
|
color: #2E3648;
|
|
}
|
|
QPushButton_9:pressed, QPushButton:checked {
|
|
border: 1px solid #2E3648;
|
|
color: #2E3648;
|
|
}
|