20250329 工作台
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
}
|
||||
|
||||
.z-head>.z-logo>.z-tit>p:first-child {
|
||||
font-size: .375rem;
|
||||
font-size: .275rem;
|
||||
color: #FFFFFF;
|
||||
line-height: .375rem;
|
||||
letter-spacing: .025rem;
|
||||
@@ -56,7 +56,7 @@
|
||||
.navbars>.nav {
|
||||
padding: .125rem .175rem;
|
||||
color: #ffffff;
|
||||
font-size: .2rem;
|
||||
font-size: .3rem;
|
||||
line-height: .2rem;
|
||||
font-weight: bold;
|
||||
margin-left: .6875rem;
|
||||
@@ -79,13 +79,13 @@
|
||||
|
||||
.user-box>.langue {
|
||||
color: #ffffff;
|
||||
/* background-image: url(../images/down.png);*/
|
||||
/*background-image: url(../images/down.png);*/
|
||||
background-position: right center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: .3rem .2rem;
|
||||
font-size: .175rem;
|
||||
padding: 4px 0;
|
||||
padding-right: .125rem;
|
||||
padding-right: .325rem;
|
||||
border-right: 2px solid #3686DC;
|
||||
position: relative;
|
||||
}
|
||||
@@ -131,7 +131,7 @@
|
||||
}
|
||||
|
||||
.z-info {
|
||||
width: 4.95rem;
|
||||
width: 4.2rem;
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
|
||||
@@ -165,10 +165,11 @@
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
font-size: .25rem;
|
||||
}
|
||||
.z-infoa{
|
||||
width: 100%;
|
||||
padding-left: .9375rem;
|
||||
padding-left: .3375rem;
|
||||
}
|
||||
.z-infoa>.z-row{
|
||||
display: flex;
|
||||
@@ -176,6 +177,7 @@
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
padding: .125rem 0;
|
||||
font-size: .200rem;
|
||||
}
|
||||
.z-infoa>.z-row>span{
|
||||
margin: 0 .125rem;
|
||||
@@ -189,7 +191,7 @@
|
||||
}
|
||||
.z-a{
|
||||
height: 100%;
|
||||
width: calc(100% - 4.95rem);
|
||||
width: calc(100% - 2.55rem);
|
||||
padding-left: .375rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -203,7 +205,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.z-b>.z-box1{
|
||||
.z-b>.z-boxone{
|
||||
height: 100%;
|
||||
width: calc((100% - .25rem) / 2);
|
||||
background: #FFFFFF;
|
||||
@@ -212,14 +214,14 @@
|
||||
padding: .375rem;
|
||||
}
|
||||
|
||||
.z-box>.z-box1-tit,.z-b>.z-box1>.z-box1-tit{
|
||||
.z-box>.z-boxone-tit,.z-b>.z-boxone>.z-boxone-tit{
|
||||
height: .325rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
.z-box>.z-box1-tit>.z-box1-text,.z-b>.z-box1>.z-box1-tit>.z-box1-text{
|
||||
.z-box>.z-boxone-tit>.z-boxone-text,.z-b>.z-boxone>.z-boxone-tit>.z-boxone-text{
|
||||
color: #333333;
|
||||
font-size: .225rem;
|
||||
line-height: .225rem;
|
||||
@@ -262,31 +264,63 @@
|
||||
border: 1px solid #0368D3 !important;
|
||||
color: #0368D3;
|
||||
}
|
||||
.z-main{
|
||||
.z-main {
|
||||
width: 100%;
|
||||
height: calc(100% - .325rem);
|
||||
padding-top: .25rem;
|
||||
position: relative;
|
||||
overflow-y:auto;
|
||||
}
|
||||
.z-main>ul>li{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: .125rem 0;
|
||||
font-size: .175rem;
|
||||
line-height: .175rem;
|
||||
}
|
||||
.z-main>ul>li>p:last-child{
|
||||
width: 1.25rem;
|
||||
color: #999999;
|
||||
}
|
||||
.z-main>ul>li>p:first-child{
|
||||
width: calc(100% - 1.25rem);
|
||||
padding-right: .25rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #333333;
|
||||
}
|
||||
.z-main > .z-a > .z-b {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
font-size: .175rem;
|
||||
line-height: .425rem;
|
||||
}
|
||||
.z-main > .z-a > .z-b > p:last-child {
|
||||
width: 1.25rem;
|
||||
color: #999999;
|
||||
}
|
||||
.z-main > .z-a > .z-b > p:first-child {
|
||||
width: calc(100% - 1.25rem);
|
||||
padding-right: .25rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #333333;
|
||||
}
|
||||
.z-main > .z-a > .z-b > .row {
|
||||
padding: .025rem 0;
|
||||
width: calc(100% - 1.25rem);
|
||||
padding-right: .25rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #333333;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
.z-main > .z-a > .z-b > .row > p {
|
||||
width: calc(100% - .55rem);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #333333;
|
||||
}
|
||||
.z-main > .z-a > .z-b > .row > .img {
|
||||
height: .425rem;
|
||||
width: .425rem;
|
||||
border: 1px solid #f5f5f5;
|
||||
margin-right: .125rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.z-main > .z-a > .z-b > .row > .img > img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.page{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -315,6 +349,7 @@
|
||||
width: .25rem;
|
||||
line-height: .25rem;
|
||||
margin: 0 .05rem;
|
||||
font-size: .175rem;
|
||||
}
|
||||
.page-num-a{
|
||||
color: #0368D3;
|
||||
@@ -339,15 +374,58 @@
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
.workBench-icon {
|
||||
width: 1.425rem;
|
||||
height: .475rem;
|
||||
background-image: url(../images/14.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0 .1rem;
|
||||
}
|
||||
.z-boxtwo{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.z-boxtwo > .z-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
vertical-align:middle;
|
||||
height: .550rem;
|
||||
font-size: .200rem;
|
||||
}
|
||||
.z-boxtwo > .z-item > .z-val {
|
||||
width: calc(100% - 1.25rem);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #333333;
|
||||
}
|
||||
.z-boxtwo > .z-item > .z-val > span {
|
||||
margin-right: .05rem;
|
||||
}
|
||||
.z-boxtwo > .z-item > .z-date {
|
||||
width: 1.25rem;
|
||||
}
|
||||
|
||||
.z-main > .row > p {
|
||||
width: calc(100% - .55rem);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #333333;
|
||||
font-size:.175rem;
|
||||
}
|
||||
|
||||
/*.t-btn1 {
|
||||
padding: 0 .125rem;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'iconfont';*/
|
||||
/* Project id 4582260 */
|
||||
/*src: url('../../font/iconfont.woff2') format('woff2'), url('../../font/iconfont.woff') format('woff'), url('../../font/iconfont.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: .25rem;
|
||||
font-style: normal;
|
||||
color: #BCDEFF;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.icon-tuichu:before {
|
||||
content: "\e728";
|
||||
}*/
|
||||
Reference in New Issue
Block a user