终端弹窗
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user