20250325 工作台
This commit is contained in:
@@ -0,0 +1,353 @@
|
||||
.z-layout {
|
||||
width: 24rem;
|
||||
height: 13.5rem;
|
||||
}
|
||||
|
||||
.z-head {
|
||||
height: 1rem;
|
||||
width: 100%;
|
||||
padding: .175rem .125rem;
|
||||
background-color: #0368D3;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.z-head>.z-logo {
|
||||
height: 100%;
|
||||
padding-left: 4.4625rem;
|
||||
background-image: url(../images/logo.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
background-size: 4.3125rem .65rem;
|
||||
}
|
||||
|
||||
.z-head>.z-logo>.z-tit {
|
||||
padding-left: .15rem;
|
||||
border-left: 1px solid #81B3E9;
|
||||
}
|
||||
|
||||
.z-head>.z-logo>.z-tit>p:first-child {
|
||||
font-size: .375rem;
|
||||
color: #FFFFFF;
|
||||
line-height: .375rem;
|
||||
letter-spacing: .025rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.z-head>.z-logo>.z-tit>p:last-child {
|
||||
margin-top: .075rem;
|
||||
font-size: .15rem;
|
||||
color: #FFFFFF;
|
||||
line-height: .175rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.navbars {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.navbars>.nav {
|
||||
padding: .125rem .175rem;
|
||||
color: #ffffff;
|
||||
font-size: .2rem;
|
||||
line-height: .2rem;
|
||||
font-weight: bold;
|
||||
margin-left: .6875rem;
|
||||
}
|
||||
|
||||
.navbars>.nav-a {
|
||||
background-color: #68A4E5;
|
||||
}
|
||||
|
||||
.user-box {
|
||||
position: absolute;
|
||||
right: .125rem;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.user-box>.langue {
|
||||
color: #ffffff;
|
||||
/* 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;
|
||||
border-right: 2px solid #3686DC;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.laugue-select {
|
||||
position: absolute;
|
||||
top: 110%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background-color: rgb(3, 104, 211, 0.8);
|
||||
border: 1px solid rgba(0, 0, 0, .2);
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.laugue-select>.laugue-select-item {
|
||||
padding: .075rem .125rem;
|
||||
}
|
||||
|
||||
.laugue-select>.laugue-select-item:hover {
|
||||
background-color: #81B3E9;
|
||||
}
|
||||
|
||||
.user-box>.user {
|
||||
color: #ffffff;
|
||||
background-image: url(../images/user.png);
|
||||
background-position: .125rem center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: .175rem .175rem;
|
||||
font-size: .175rem;
|
||||
line-height: .175rem;
|
||||
padding: 4px 0;
|
||||
padding-left: .375rem;
|
||||
}
|
||||
|
||||
.z-container {
|
||||
height: calc(100% - 1rem);
|
||||
padding: .25rem;
|
||||
background-color: #F5F5F5;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.z-info {
|
||||
width: 4.95rem;
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
.z-info>.z-profile{
|
||||
height: 5rem;
|
||||
width: 100%;
|
||||
background: linear-gradient( 180deg, #D5E3F9 0%, #FFFFFF 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.z-info>.z-profile>.z-img{
|
||||
margin-top: .6875rem;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.z-info>.z-profile>.z-img>img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.z-info>.z-profile>h2{
|
||||
margin-top: .375rem;
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
.z-infoa{
|
||||
width: 100%;
|
||||
padding-left: .9375rem;
|
||||
}
|
||||
.z-infoa>.z-row{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
padding: .125rem 0;
|
||||
}
|
||||
.z-infoa>.z-row>span{
|
||||
margin: 0 .125rem;
|
||||
}
|
||||
.z-infoa>.z-row>.z-lab{
|
||||
width: .875rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.z-a{
|
||||
height: 100%;
|
||||
width: calc(100% - 4.95rem);
|
||||
padding-left: .375rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.z-b{
|
||||
width: 100%;
|
||||
height: calc((100% - .25rem) / 2);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.z-b>.z-box1{
|
||||
height: 100%;
|
||||
width: calc((100% - .25rem) / 2);
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
|
||||
border-radius: 12px 12px 12px 12px;
|
||||
padding: .375rem;
|
||||
}
|
||||
|
||||
.z-box>.z-box1-tit,.z-b>.z-box1>.z-box1-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{
|
||||
color: #333333;
|
||||
font-size: .225rem;
|
||||
line-height: .225rem;
|
||||
font-weight: bold;
|
||||
padding-left: .1rem;
|
||||
border-left: .05rem solid #0368D3;
|
||||
}
|
||||
.z-box{
|
||||
padding: .25rem;
|
||||
height: calc((100% - .25rem) / 2);
|
||||
width: 100%;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
|
||||
border-radius: 12px 12px 12px 12px;
|
||||
}
|
||||
.z-tabs{
|
||||
margin-left: .25rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
font-size: .175rem;
|
||||
|
||||
}
|
||||
.z-tabs>.tab{
|
||||
padding: .075rem .125rem;
|
||||
border: 1px solid #DEDEDE;
|
||||
}
|
||||
.z-tabs>.tab:first-child{
|
||||
border-top-left-radius: .05rem;
|
||||
border-bottom-left-radius: .05rem;
|
||||
border-right: 1px solid #FFFFFF;
|
||||
}
|
||||
.z-tabs>.tab:last-child{
|
||||
border-top-right-radius: .05rem;
|
||||
border-bottom-right-radius: .05rem;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
}
|
||||
.z-tabs>.tab-a{
|
||||
border: 1px solid #0368D3 !important;
|
||||
color: #0368D3;
|
||||
}
|
||||
.z-main{
|
||||
width: 100%;
|
||||
height: calc(100% - .325rem);
|
||||
padding-top: .25rem;
|
||||
position: relative;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.page{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
.prev{
|
||||
width: .175rem;
|
||||
height: .175rem;
|
||||
background-image: url(../images/prev.png);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: .175rem .175rem;
|
||||
}
|
||||
.next{
|
||||
width: .175rem;
|
||||
height: .175rem;
|
||||
background-image: url(../images/next.png);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: .175rem .175rem;
|
||||
}
|
||||
.page-num{
|
||||
text-align: center;
|
||||
height: .25rem;
|
||||
width: .25rem;
|
||||
line-height: .25rem;
|
||||
margin: 0 .05rem;
|
||||
}
|
||||
.page-num-a{
|
||||
color: #0368D3;
|
||||
}
|
||||
.total{
|
||||
font-size: .175rem;
|
||||
margin-right: .25rem;
|
||||
line-height: .175rem;
|
||||
}
|
||||
.paging{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
bottom: 0;left: 0;right: 0;
|
||||
}
|
||||
.page-num-box{
|
||||
padding: 0 .1875rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user