This commit is contained in:
zhutianqi
2021-12-23 16:13:57 +08:00
parent 9cd82dfbd6
commit fd44398747
19 changed files with 215 additions and 864 deletions
+25
View File
@@ -1,6 +1,31 @@
.phoneBox {
width: 100%;
height: 100%;
.headerTabs {
height: 52px;
display: flex;
align-items: center;
position: absolute;
top: 51px;
right: 10px;
.headerTabsItem {
border: 1px solid #c1c1c1;
padding: 0 5px;
height: 30px;
line-height: 30px;
cursor: pointer;
}
.active {
border: 1px solid #E6A23C;
color: #fff;
background: #E6A23C;
}
}
.content {
border-top: 1px solid #DCDFE6;
margin-top: 51px;
height: calc(~'100% - 154px');
}
}
@media screen and (max-width: 1366px) {
.el-message {