|
@@ -0,0 +1,620 @@
|
|
|
+/* 加粗字体 */
|
|
|
+@font-face {
|
|
|
+ font-family: 'siyuan';
|
|
|
+ src: url('../css/siyuan.OTF');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+/* 正常字体 */
|
|
|
+ @font-face {
|
|
|
+ font-family: 'fangyuan';
|
|
|
+ src: url('../css/SOURCEHANSANSCN-REGULAR.OTF');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+/* 新增表单字体颜色 */
|
|
|
+ .el-dialog__body .el-form-item__label{
|
|
|
+ color: black ;
|
|
|
+ }
|
|
|
+ /* 设置背景颜色 */
|
|
|
+.app-container {
|
|
|
+ background-color: #00365F;
|
|
|
+}
|
|
|
+/* 设置字体白色 */
|
|
|
+.el-table {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+.el-pagination__total {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+ .el-pagination__jump {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+ .el-form-item__label {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+/* 设置表格颜色 */
|
|
|
+.el-table tr {
|
|
|
+ background: #00365F;
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.pagination-container {
|
|
|
+ background: #00365F !important;
|
|
|
+ padding: 32px 16px;
|
|
|
+}
|
|
|
+/* 设置表格字体颜色 */
|
|
|
+.el-form-item__label {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+.el-pagination__total {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+.el-pagination__jump {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+/* 设置表格单双数颜色 */
|
|
|
+.el-table tr:nth-child(odd) {
|
|
|
+ background: #00365F;
|
|
|
+}
|
|
|
+.el-table tr:nth-child(even) {
|
|
|
+ background: #003C69 !important;
|
|
|
+}
|
|
|
+/* 表格行划过颜色 */
|
|
|
+.el-table__body tr:hover > td {
|
|
|
+ background-color: #004D86 !important;
|
|
|
+}
|
|
|
+/* 表格文字居中 */
|
|
|
+::v-deep .cell {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+/* 暂无数据背景 */
|
|
|
+.el-table__empty-block {
|
|
|
+ background-color: #00365F;
|
|
|
+}
|
|
|
+/* 去掉上面的线 */
|
|
|
+.el-table th.is-leaf{
|
|
|
+ border: none !important;
|
|
|
+}
|
|
|
+/* 去掉最下面的那一条线 */
|
|
|
+.el-table::before {
|
|
|
+ height: 0px !important;
|
|
|
+}
|
|
|
+/* 去掉表格内的线 */
|
|
|
+ table td {
|
|
|
+ border-bottom: none !important;
|
|
|
+}
|
|
|
+/* 设置重置按钮 */
|
|
|
+.Reset{
|
|
|
+ background-color: #004D86 !important;
|
|
|
+ color: #fff !important;
|
|
|
+ border: 1px solid transparent !important;
|
|
|
+}
|
|
|
+/* 设置搜索刷新背景 */
|
|
|
+.el-button.is-circle{
|
|
|
+ width: 30px;
|
|
|
+ background-color: #004D86 !important;
|
|
|
+ color: #fff;
|
|
|
+ border: 1px solid transparent !important;
|
|
|
+}
|
|
|
+.el-button.is-circle .el-icon-search{
|
|
|
+ margin-left: 0px;
|
|
|
+}
|
|
|
+.el-button.is-circle .el-icon-refresh{
|
|
|
+ margin-left: 0px;
|
|
|
+}
|
|
|
+/* input表单颜色 */
|
|
|
+.el-input--small .el-input__inner{
|
|
|
+ /* background: #004D86; */
|
|
|
+ background-color: transparent;
|
|
|
+ border: 1px solid #D2D6DE;
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+/* 时间日历设置 */
|
|
|
+/* .el-range-input{
|
|
|
+background: #004D86;
|
|
|
+color: #fff;
|
|
|
+} */
|
|
|
+.el-range-editor--small .el-range-separator {
|
|
|
+ color: white ;
|
|
|
+}
|
|
|
+/* 分页按钮 */
|
|
|
+.el-pagination .el-select .el-input .el-input__inner {
|
|
|
+ background: #004D86 !important;
|
|
|
+ border: 0px;
|
|
|
+ color: #fff;
|
|
|
+ border: none !important;
|
|
|
+}
|
|
|
+.el-pagination button:disabled {
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: #004D86 !important;
|
|
|
+ cursor: not-allowed;
|
|
|
+}
|
|
|
+.el-pagination__editor.el-input .el-input__inner {
|
|
|
+ background: #004D86 !important;
|
|
|
+ color: #fff;
|
|
|
+ border: 0px;
|
|
|
+ border: none !important;
|
|
|
+}
|
|
|
+.el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
|
+ background-color: #004D86 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+/* 分页按钮 */
|
|
|
+::v-deep .el-pagination.is-background .el-pager li {
|
|
|
+ background-color: #004d86;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+::v-deep .el-pagination.is-background .btn-next {
|
|
|
+ background-color: #004d86;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+::v-deep .el-pagination.is-background .btn-prev,
|
|
|
+.el-pagination.is-background .btn-next,
|
|
|
+.el-pagination.is-background .el-pager li {
|
|
|
+ background: #004d86 !important;
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+.el-button{
|
|
|
+border: 1px solid transparent;
|
|
|
+}
|
|
|
+.refresh{
|
|
|
+color: #fff;
|
|
|
+}
|
|
|
+.el-table__expand-icon {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+/* 文本域 */
|
|
|
+.el-textarea__inner{
|
|
|
+ background-color:#004D86;
|
|
|
+ border: 1px solid #D2D6DE;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+/* 表单标题 */
|
|
|
+.jiben {
|
|
|
+ width: 952px;
|
|
|
+ height: 32px;
|
|
|
+ background-image: url(../../images/小标题底.png);
|
|
|
+ margin-bottom: 25px;
|
|
|
+ color: #fff;
|
|
|
+ padding-left: 16px;
|
|
|
+ line-height: 32px;
|
|
|
+}
|
|
|
+/* 按钮颜色大小 */
|
|
|
+.el-button--primary.is-plain {
|
|
|
+ width: 88px;
|
|
|
+ height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ background: #1d96ff;
|
|
|
+ border-color: #1d96ff;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.el-button--success.is-plain.is-disabled {
|
|
|
+ width: 88px;
|
|
|
+ height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ background: #13ce66;
|
|
|
+ border-color: #13ce66;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.el-button--success.is-plain {
|
|
|
+ width: 88px;
|
|
|
+ height: 36px;
|
|
|
+ color: #13ce66;
|
|
|
+ background: #e7faf0;
|
|
|
+ border-color: #a1ebc2;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.el-button--danger.is-plain.is-disabled {
|
|
|
+ width: 88px;
|
|
|
+ height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ background: #ff4949;
|
|
|
+ border-color: #ff4949;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.el-button--warning.is-plain {
|
|
|
+ width: 88px;
|
|
|
+ height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ background: #ffba00;
|
|
|
+ border-color: #ffba00;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.el-button--info.is-plain {
|
|
|
+ width: 88px;
|
|
|
+ height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ background: #909399;
|
|
|
+ border-color: #909399;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.el-button--danger.is-plain {
|
|
|
+ width: 88px;
|
|
|
+ height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ background: #ffb6b6;
|
|
|
+ border-color: #ffb6b6;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* 表格更多按钮 */
|
|
|
+.more {
|
|
|
+ width: 21px !important;
|
|
|
+ border: 1px solid transparent;
|
|
|
+ padding: 5px 8px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 1.5;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: #1d96ff;
|
|
|
+ margin-left: 10px !important;
|
|
|
+}
|
|
|
+/* 表格新增按钮 */
|
|
|
+/* .plus {
|
|
|
+ width: 21px !important;
|
|
|
+ border: 1px solid transparent;
|
|
|
+ padding: 5px 8px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 1.5;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #fff;
|
|
|
+ background-color: #1d96ff;
|
|
|
+} */
|
|
|
+/* 控制按钮样式颜色 start */
|
|
|
+/*重置 btr 修改 btu 删除 btd 增加 btc 搜索btn 查看 btk */
|
|
|
+/* 重置 btr */
|
|
|
+.el-button--btr.is-active,
|
|
|
+.el-button--btr:active {
|
|
|
+ background: #3da1f8;
|
|
|
+ border-color: #3da1f8;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btr:focus,
|
|
|
+.el-button--btr:hover {
|
|
|
+ background: #3da1f8;
|
|
|
+ border-color: #3da1f8;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btr {
|
|
|
+ /* border-color: #20B2AA; */
|
|
|
+ color: #FFFFFF;
|
|
|
+ width: 76px;
|
|
|
+ height: 36px;
|
|
|
+ background-color: #1d96ff;
|
|
|
+ border-radius: 4px;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 1px;
|
|
|
+ padding-top: 11px !important;
|
|
|
+}
|
|
|
+/* 搜索 btn */
|
|
|
+.el-button--btn.is-active,
|
|
|
+.el-button--btn:active {
|
|
|
+ background: #1263aa;
|
|
|
+ border-color: #1263aa;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btn:focus,
|
|
|
+.el-button--btn:hover {
|
|
|
+ background: #1263aa;
|
|
|
+ border-color: #1263aa;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btn {
|
|
|
+ /* border-color: #20B2AA; */
|
|
|
+ color: #FFFFFF;
|
|
|
+ width: 76px;
|
|
|
+ height: 36px;
|
|
|
+ background-color: #0c477a;
|
|
|
+ border-radius: 4px;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 1px;
|
|
|
+ padding-top: 10px !important;
|
|
|
+}
|
|
|
+.el-icon-refresh{
|
|
|
+ margin-left: -8px;
|
|
|
+}
|
|
|
+.el-icon-search{
|
|
|
+ margin-left: -7px;
|
|
|
+}
|
|
|
+/* 修改 btu */
|
|
|
+.el-button--btu.is-active,
|
|
|
+.el-button--btu:active {
|
|
|
+background: #13ce66;
|
|
|
+border-color: #13ce66;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btu:focus,
|
|
|
+.el-button--btu:hover {
|
|
|
+background: #35ca78;
|
|
|
+border-color: #35ca78;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btu {
|
|
|
+width: 46px !important;
|
|
|
+border: 1px solid transparent;
|
|
|
+padding: 3px 8px;
|
|
|
+font-size: 14px;
|
|
|
+line-height: 1.5;
|
|
|
+border-radius: 3px;
|
|
|
+color: #fff;
|
|
|
+background-color: #13ce66;
|
|
|
+}
|
|
|
+/* 删除 btd */
|
|
|
+.el-button--btd.is-active,
|
|
|
+.el-button--btd:active {
|
|
|
+background: #ff4949;
|
|
|
+border-color: #ff4949;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btd:focus,
|
|
|
+.el-button--btd:hover {
|
|
|
+background: #f76a6a;
|
|
|
+border-color: #f76a6a;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btd{
|
|
|
+width: 46px !important;
|
|
|
+border: 1px solid transparent;
|
|
|
+padding: 3px 8px;
|
|
|
+font-size: 14px;
|
|
|
+line-height: 1.5;
|
|
|
+border-radius: 3px;
|
|
|
+color: #fff;
|
|
|
+background-color: #ff4949;
|
|
|
+}
|
|
|
+/* 查看 btk */
|
|
|
+.el-button--btk.is-active,
|
|
|
+.el-button--btk:active {
|
|
|
+background: #1d96ff;
|
|
|
+border-color: #1d96ff;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btk:focus,
|
|
|
+.el-button--btk:hover {
|
|
|
+background: #41a4fa;
|
|
|
+border-color: #41a4fa;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btk{
|
|
|
+width: 46px !important;
|
|
|
+border: 1px solid transparent;
|
|
|
+padding: 3px 8px;
|
|
|
+font-size: 14px;
|
|
|
+line-height: 1.5;
|
|
|
+border-radius: 3px;
|
|
|
+color: #fff;
|
|
|
+background-color: #1d96ff;
|
|
|
+}
|
|
|
+/* 增加-新增-添加 btc */
|
|
|
+.el-button--btc.is-active,
|
|
|
+.el-button--btc:active {
|
|
|
+background: #1d96ff;
|
|
|
+border-color: #1d96ff;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btc:focus,
|
|
|
+.el-button--btc:hover {
|
|
|
+background: #41a4fa;
|
|
|
+border-color: #41a4fa;
|
|
|
+color: #FFFFFF;
|
|
|
+}
|
|
|
+.el-button--btc{
|
|
|
+width: 46px !important;
|
|
|
+border: 1px solid transparent;
|
|
|
+padding: 3px 8px;
|
|
|
+font-size: 14px;
|
|
|
+line-height: 1.5;
|
|
|
+border-radius: 3px;
|
|
|
+color: #fff;
|
|
|
+background-color: #1d96ff;
|
|
|
+}
|
|
|
+/* 控制按钮样式颜色 end */
|
|
|
+
|
|
|
+
|
|
|
+/* 表格浮层 */
|
|
|
+/* .el-table__fixed::before, .el-table__fixed-right::before {
|
|
|
+ background-color: #00365F;
|
|
|
+ border: none;
|
|
|
+} */
|
|
|
+
|
|
|
+/* 富文本 */
|
|
|
+.ql-editor{
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+/* 点击删除弹框提示 */
|
|
|
+.el-message-box{
|
|
|
+ background-color: #004D86;
|
|
|
+ color: #fff;
|
|
|
+ border: none;
|
|
|
+ width: 316px;
|
|
|
+ height: 192px;
|
|
|
+}
|
|
|
+.el-message-box__title{
|
|
|
+ background-color: #004D86;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.el-message-box__content{
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.el-message-box__btns .el-button{
|
|
|
+ width: 100px;
|
|
|
+ height: 30px;
|
|
|
+ margin-right: 24px;
|
|
|
+}
|
|
|
+/* 对话框重置按钮
|
|
|
+::v-deep .el-button el-button--default el-button--medium{
|
|
|
+ background-color: #196299 !important;
|
|
|
+ color: #fff;
|
|
|
+} */
|
|
|
+/* .el-message-box__btns :first-child {
|
|
|
+ background: #196299 ;
|
|
|
+ color: #fff;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+.el-message-box__btns :last-child{
|
|
|
+ background-color: #1D96FF;
|
|
|
+ color: #fff;
|
|
|
+ border: none;
|
|
|
+} */
|
|
|
+
|
|
|
+/* 关闭对话框 */
|
|
|
+.el-message-box__header{
|
|
|
+ border-bottom: 1px solid #718A9D ;
|
|
|
+}
|
|
|
+.el-message-box__btns{
|
|
|
+ margin: 20px 0px ;
|
|
|
+}
|
|
|
+.el-message-box__content{
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+/* flex布局 */
|
|
|
+.d-flex{
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.j-center{
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.j-space-around{
|
|
|
+ justify-content: space-around;
|
|
|
+}
|
|
|
+.j-space-between{
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.a-center{
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.f-warp{
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+/* 宽度 */
|
|
|
+.w-100{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.w-200{
|
|
|
+ width: 200px;
|
|
|
+}
|
|
|
+.w-300{
|
|
|
+ width: 300px;
|
|
|
+}
|
|
|
+.w-350{
|
|
|
+ width: 350px;
|
|
|
+}
|
|
|
+.w-400{
|
|
|
+ width: 400px;
|
|
|
+}
|
|
|
+.w-500{
|
|
|
+ width: 500px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+ /*弹框样式*/
|
|
|
+ ::v-deep .el-dialog {
|
|
|
+ width: 1030px !important;
|
|
|
+ background-color: #004d86;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .el-dialog__header {
|
|
|
+ border-bottom: 1px solid #718a9d;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .el-dialog__title {
|
|
|
+ color: #fff;
|
|
|
+ font: 18px;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .el-dialog__headerbtn .el-dialog__close {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-form-item ::v-deep .el-input__inner {
|
|
|
+ height: 36px;
|
|
|
+ background: #004d86;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 左侧导航栏样式 */
|
|
|
+ #app .has-logo{
|
|
|
+ background: linear-gradient(180deg, #07162F, #102C57);
|
|
|
+ }
|
|
|
+ #app .has-logo .sidebar-logo-container{
|
|
|
+ background: rgba(0,0,0,0) !important;
|
|
|
+ }
|
|
|
+ #app .sidebar-container .el-menu{
|
|
|
+ background: rgba(0,0,0,0) !important;
|
|
|
+ }
|
|
|
+ .sidebar-container .el-scrollbar__view{
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+ #app .sidebar-container .el-menu-item, #app .sidebar-container .el-submenu__title{
|
|
|
+ background-color: rgba(0,0,0,0) !important;
|
|
|
+ }
|
|
|
+ body #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .theme-dark .el-submenu .el-menu-item {
|
|
|
+ background-color: transparent !important;
|
|
|
+ }
|
|
|
+ #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .theme-dark .el-submenu .el-menu-item:hover{
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+ #app .sidebar-container .theme-dark .is-active > .el-submenu__title {
|
|
|
+ color: #FFF !important;
|
|
|
+ background-color: #013667 !important;
|
|
|
+ }
|
|
|
+ .el-menu-item.is-active {
|
|
|
+ color: #fff !important;
|
|
|
+ background-image: url('../images/左侧导航栏选中.png');
|
|
|
+ }
|
|
|
+ .el-scrollbar li{
|
|
|
+ background-color: transparent !important;
|
|
|
+ }
|
|
|
+ /* 输入框显示手指 */
|
|
|
+ ::v-deep .el-input__inner{
|
|
|
+ cursor: pointer !important;
|
|
|
+ }
|
|
|
+ /* 页面左栏图标大小 */
|
|
|
+ .el-submenu__title>svg{
|
|
|
+ width: 22px !important;
|
|
|
+ height: 22px !important;
|
|
|
+ vertical-align: -0.4em !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*禁用样式*/
|
|
|
+ .el-input.is-disabled .el-input__suffix{
|
|
|
+ display:none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-textarea.is-disabled .el-textarea__inner{
|
|
|
+ background: #004d86;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
|
|
|
+ color: #00365f;
|
|
|
+ background-color: red !important;
|
|
|
+ } */
|
|
|
+
|
|
|
+ /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content:after{
|
|
|
+ content: "";
|
|
|
+ width:10px;
|
|
|
+ height: 10px;
|
|
|
+ border-radius: 50%;
|
|
|
+ background-color: #67c23A;
|
|
|
+ margin-left:80px;
|
|
|
+ } */
|
|
|
+
|
|
|
+ /* 查看弹框背景 */
|
|
|
+ #chakan>.el-dialog {
|
|
|
+ background-color: #fff !important;
|
|
|
+ border-radius: 7px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #chakan>.el-dialog .el-dialog__header .el-dialog__title ,
|
|
|
+ #chakan>.el-dialog .el-dialog__header .el-dialog__title button i,
|
|
|
+ #chakan>.el-dialog .el-dialog__body #contents tbody,
|
|
|
+ #chakan>.el-dialog .el-dialog__headerbtn .el-dialog__close {
|
|
|
+ color: black;
|
|
|
+ font-family: ui-serif;
|
|
|
+ }
|