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.
jin_ji_hu/src/assets/styles/public.scss

96 lines
1.9 KiB

.L-public-main {
padding: 6px 6px 39px 6px;
width: 100%;
height: 100%;
.L-main {
width: 100%;
height: 100%;
padding: 24px 24px 43px 24px;
background-color: #fff;
header {
margin-bottom: 25px;
.import-btn {
padding: 1px 5px;
span {
display: flex;
align-items: center;
.btn-img {
width: 15px;
margin: 5px;
}
}
}
}
.el-table {
margin-bottom: 25px;
th {
font-family: PingFang-SC, PingFang-SC;
font-weight: bold;
font-size: 14px;
color: #000000;
}
td {
font-family: PingFang-SC, PingFang-SC;
font-weight: 500;
font-size: 14px;
color: #666666;
}
.evenNumber-row {
background-color: #F6F9FD;
}
.table-status {
p {
padding: 0;
margin: 0;
display: flex;
align-items: center;
span {
&:nth-of-type(1) {
width: 6px;
height: 6px;
border-radius: 50%;
margin-right: 10px;
}
}
}
.statusisOne {
span {
&:nth-of-type(1) {
background-color: #24D3A9;
}
&:nth-of-type(2) {
color: #24D3A9;
}
}
}
.statusisTwo {
span {
&:nth-of-type(1) {
background-color: #134EE6;
}
&:nth-of-type(2) {
color: #134EE6;
}
}
}
}
.table-operation {
span {
cursor: pointer;
&:nth-of-type(1) {
color: #192A92;
margin-right: 15px;
}
&:nth-of-type(2) {
color: #C51717;
}
}
}
}
.el-pagination {
.btn-prev,.btn-next {
padding: 0 13px;
}
}
}
}