终端弹窗

This commit is contained in:
zhaotiantian
2023-11-27 18:10:59 +08:00
parent 35b6d2f9d2
commit 773f9067f3
14 changed files with 319 additions and 44 deletions
+30 -8
View File
@@ -1,9 +1,9 @@
.type-time {
text-align: right;
padding-right: 4%;
padding-top: 5%;
font-size: 18px;
padding-top: 3%;
font-size: 16px;
display: flex;
justify-content: right;
span {
padding: 0 2%;
cursor: pointer;
@@ -17,10 +17,10 @@
content: '';
position: absolute;
display: block;
width: 70%;
left: 8px;
bottom: -14px;
height: 8px;
width: 72%;
left: 6px;
bottom: -12px;
height: 6px;
background: url("../images/light.png") no-repeat;
background-size: 100% 100%;
}
@@ -48,4 +48,26 @@
border-radius: 25px;
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0.30);
}
/*
antd表格样式
*/
.ant-table-thead > tr > th{
border-bottom: 1px solid #1e73c2!important;
}
.ant-table-body{
background-color: #00152B;
}
.ant-modal-header{
border-bottom: none!important;
}
.ant-table-tbody > tr > td{
border-bottom: 1px solid #1e73c2!important;
background-color: #00152B;
color: #ffffff;
}
.ant-table-tbody > tr.ant-table-row:hover > td, .ant-table-tbody > tr > td.ant-table-cell-row-hover,
.ant-table-thead > tr > th{
background-color: #00152B!important;
color: #ffffff!important;
}