Newer
Older
CasicBioRecNew / qss / userList.css
tan yue on 10 May 2022 787 bytes 20220510 用户列表页面框架
QLabel {
	color: #6868A6;
	font-family: "Microsoft YaHei";
}

QLabel#labUserListTitle {
	font-size: 52px;
	color: #FFFFFF;
}

QWidget#widgetTitle {
	background: #6868A6;
}

QToolButton {
	font-size: 48px;
	background: transparent;
	border-style: none;
}

QLineEdit#inputName {
	background: #6868A6;
	border-radius: 8px;
	font-family: "Microsoft YaHei";
	font-size: 28px;
	padding: 6px;
	color: #CCCCCC;
}

QComboBox#selectDept {
	background: #6868A6;
	border-radius: 8px;
	font-family: "Microsoft YaHei";
	font-size: 28px;
	padding: 6px;
	color: #CCCCCC;
	width: 100px;
}

QTableView {
	margin: 0 100px;
	border: 2px solid #5F1BC6;
	border-radius: 6px;
}

QWidget#widgetPageBtn {
	background: #6868A6;
	border-radius: 6px;
}

QLabel#labCurrPage {
	font-size: 24px;
	margin-right: 15px;
}