考核考试系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

203 lines
2.5 KiB

@import './app/theme.scss';
// @import "~ng-zorro-antd/date-picker/style/index.min.css"; /* 引入组件样式 */
@import "./assets/css/ngZorroTree.css";
/* 引入组件样式 */
@import "~ng-zorro-antd/tree-select/style/index.min.css";
@import "~ng-zorro-antd/modal/style/index.min.css";
/* 引入组件样式 */
@import "./assets/css/time.scss";
html,
body {
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0;
}
ul,
ol,
dl,
li,
dt,
dd,
p,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
section,
article,
aside,
header,
footer,
nav,
figure,
time,
mark,
main,
canvas {
margin: 0;
padding: 0;
}
b,
strong,
i,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
font-style: normal;
}
img {
border: none;
}
a {
text-decoration: none;
color: #000;
}
ul,
ol,
li {
list-style: none;
overflow-x: hidden;
}
.clearfn:after {
content: "";
clear: both;
display: block;
overflow: hidden;
height: 0;
visibility: hidden;
}
//root标签
app-root {
height: 100%;
}
h1 {
font-size: 16px;
}
.mat-expansion-panel-body {
padding: 0px !important;
}
.mat-expansion-indicator::after {
color: white;
}
.example-sidenav .mat-drawer-inner-container {
overflow: hidden;
}
table th.mat-header-cell:last-of-type,
table td.mat-cell:last-of-type,
table td.mat-footer-cell:last-of-type {
padding-right: 0px;
}
.mat-tab-body {
height: 100%;
overflow-y: auto;
}
.mat-content {
//可展开面板垂直居中
align-items: center;
}
//滚动条样式
::-webkit-scrollbar {
width: 6px;
background-color: white;
}
::-webkit-scrollbar-thumb {
background-color: #07CDCF;
}
//x轴滚动条隐藏
.example-sidenav-content {
overflow-x: hidden;
overflow-y: auto;
}
.mat-tab-body-wrapper {
height: 100%;
}
.mat-tab-body-content {
overflow: hidden !important;
}
.mat-select-panel {
width: 210px;
font-size: 13px !important;
}
.mat-drawer-container {
background-color: none;
}
//可展开面板按钮颜色
#createtestscore,
#materialBank {
.mat-expansion-indicator::after {
color: #333333;
}
}
#materialBank {
.mat-expansion-panel-header {
background-color: #d6f4f5
}
}
//弹出框样式取消padding
#addPlanTwo,
#lookTreeNode {
padding: 0;
.mat-elevation-z8 {
box-shadow: none
}
}
#nodeTree,
#basicinfodiv,
#uploadfiretree,
#readbasictree {
.ant-tree .ant-tree-switcher {
line-height: 22px;
}
}
.maxHeightTreeSelect {
max-height: 280px;
z-index: 1001;
}
.ant-select-selector {
z-index: 1001;
max-height: 191px;
overflow-y: auto;
}