[add] 增加人员信息

This commit is contained in:
lideqin
2023-11-30 20:28:18 +08:00
parent 3324230195
commit 4e793458f7
10 changed files with 253 additions and 98 deletions
+37
View File
@@ -0,0 +1,37 @@
@font-face {
font-family: "iconfont"; /* Project id 4352783 */
src: url('iconfont.ttf?t=1701345493350') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
content: "\e645";
}
.icon-close:before {
content: "\e6dc";
}
.icon-circle:before {
content: "\e66f";
}
.icon-xunhuan:before {
content: "\e6a9";
}
.icon-baocun:before {
content: "\ec09";
}
.icon-shangchuan:before {
content: "\e621";
}
Binary file not shown.
-38
View File
@@ -6,44 +6,6 @@
height: 100%;
}
/* switch的样式 */
.top-wrapper {
width: 100%;
height: 1.11rem;
background: #FFFFFF;
display: flex;
align-items: center;
}
.table-operator-tab {
width: 4.2rem;
height: 0.68rem;
line-height: 0.68rem;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
border: 0.01rem solid @primary-color;
overflow: hidden;
display: flex;
}
.table-operator-tab a {
display: flex;
justify-content: center;
align-items: center;
width: 2.1rem;
height: 0.68rem;
color: #1D2129;
font-size: 0.28rem;
}
.table-operator-tab a.table-operator-tab-active {
background-color: @primary-color;
color: #FFFFFF;
}
/* switch的样式--end */
/*底部按钮的公共样式*/
.operation-common-btn {
width: 2.19rem;