Newer
Older
CasicBioRecNew / qss / addPerson.css
QLabel {
	color: #5F1BC6;
	font-size: 32px;
	font-family: "Microsoft YaHei";
}

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

QWidget#widgetTitle {
	background: #6868A6;
}

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

QWidget#widgetInfo QLabel {
	margin-right: 50px;
}

QLabel#labPhotoFace, #labPhotoEyeLeft, #labPhotoEyeRight {
	border: 1px solid #5F1BC6;
	border-radius: 6px;
}

QLineEdit {
	background: #6868A6;
	border-radius: 8px;
	font-family: "Microsoft YaHei";
	font-size: 28px;
	padding: 6px;
	color: #BEBEC8;
	min-width: 300px;
	max-width: 300px;
}

QComboBox {
	background: #6868A6;
	border-radius: 8px;
	font-family: "Microsoft YaHei";
	font-size: 28px;
	padding: 6px;
	color: #BEBEC8;
	min-width: 300px;
	max-width: 300px;
}

QComboBox::down-arrow {
	image: url(":/images/downArrow.png");
}

QComboBox::down-arrow::on {
	image: url(":/images/upArrow.png");
}

QComboBox::drop-down {
	subcontrol-origin: padding;
	subcontrol-position: top right;
	width: 20px;
	border: 0px;
	padding-right: 15px;
}

QComboBox QAbstractItemView {
	color: #6868A6;
	background-color: #E1E1ED;
	selection-background-color: #A4A4CA;
	selection-color: #FFFFFF;
	font-family: "Microsoft YaHei";
}

QComboBox QScrollBar::vertical {
	width: 20px;
	background: #FFFFFF;
	border: none;
	border-radius: 10px;
}

QComboBox QScrollBar::handle::vertical {
	width: 20px;
	background: #6868A6;
	border: none;
	border-radius: 5px;
}

QComboBox QScrollBar::add-line::vertical {
	border: none;
}
QComboBox QScrollBar::sub-line::vertical {
	border: none;
}


QToolButton#btnSave {
	background: #6868A6;
	min-width: 280px;
	max-width: 280px;
	border-radius: 8px;
	font-size: 32px;
	font-family: "Microsoft YaHei";
	color: #FFFFFF;
	margin: 0px 400px 50px 400px;
	padding-left: 160px;
	height: 64px;
}

QRadioButton {
	font-size: 32px;
	color: #5F1BC6;
	font-family: "Microsoft YaHei";
}

QRadioButton::indicator {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: 2px solid #6868A6;
}

QRadioButton::indicator::unchecked {
	background: #FFFFFF;
}

QRadioButton::indicator::checked {
	background: #6868A6;
	
}