77 lines
1.6 KiB
CSS
77 lines
1.6 KiB
CSS
/*table*/
|
|
/*设置表头颜色和背景色*/
|
|
.el-table th {
|
|
font-weight: bold;
|
|
/*font-weight: 400;*/
|
|
color: #515b6e;
|
|
font-size: 16PX;
|
|
background: #d0cff8 !important;
|
|
|
|
}
|
|
|
|
|
|
.el-table__body-wrapper {
|
|
border: 1px solid #ebeef5;
|
|
text-align: center;
|
|
}
|
|
|
|
.el-table__header-wrapper {
|
|
border-bottom: 1px solid #ebeef5;
|
|
text-align: center;
|
|
}
|
|
|
|
.el-table__footer-wrapper {
|
|
border-top: 1px solid #ebeef5;
|
|
|
|
}
|
|
|
|
/*将表头和内容区水平垂直居中*/
|
|
.el-table .el-table__header th,
|
|
.el-table .el-table__body td {
|
|
text-align: center;
|
|
}
|
|
|
|
/* 在你的全局样式文件中添加以下CSS规则 */
|
|
.el-loading-spinner {
|
|
.el-icon-loading {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.el-loading-text {
|
|
font-size: 14px; /* 设置你想要的字体大小 */
|
|
}
|
|
|
|
}
|
|
|
|
/*!* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 *!*/
|
|
@font-face {
|
|
font-family: 微软雅黑, sans-serif !important;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: '微软雅黑', sans-serif !important;
|
|
font-weight: 400;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
line-height: 1.5; /* 或使用具体数值,如 24px */
|
|
}
|
|
|
|
/*body {*/
|
|
/* margin: 0;*/
|
|
/* padding: 0;*/
|
|
/* font-family: "AliMaMaFangYuanVF", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;*/
|
|
/* -webkit-font-smoothing: antialiased;*/
|
|
/* -moz-osx-font-smoothing: grayscale;*/
|
|
/* line-height: 1.5;*/
|
|
/*}*/
|
|
|
|
|
|
* {
|
|
|
|
}
|