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.
wkcrm/public/static/style/step1.css

56 lines
781 B

4 years ago
.container {
}
.container .content {
width: 100%;
height: 100%;
}
.table {
width: 700px;
height: calc(100% - 180px);
margin: 36px auto 0;
overflow: auto;
}
table {
width: 100%;
border: 1px solid #e1e1e1;
4 years ago
/* border-collapse: collapse; */
border-collapse: separate;
border-spacing: 0;
border-radius:5px;
overflow: hidden;
4 years ago
}
.table tr {
height: 34px;
text-align: center;
}
th, td {
4 years ago
border-bottom: 1px solid #f7f7f7;
4 years ago
width: 30%;
}
th:first-child, td:first-child, th:last-child, td:last-child {
width: 20%;
}
th {
font-weight: normal;
4 years ago
background-color: #f7f7f7;
/* color: white; */
font-weight: 600;
4 years ago
}
.catalogue-table {
margin-top: 20px;
}
.control {
margin: 36px auto;
text-align: center;
}
.control .btn {
margin: 0 10px;
}