weaver_trunk_cli/pc4mobx/portal4public/wea-protal-exele/css/style.css

280 lines
4.4 KiB
CSS

.portal-p4e-portalexport-content{
height: 500px;
padding:20px;
text-align: center;
}
.portal-p4e-portalexport-btns{
text-align: center;
padding:20px;
}
.portal-p4e-portalexport-nav{
height: 150px;
margin-top: 20px;
}
.portalexport-nav{
text-align: center;
width: 60%;
margin: 0 auto;
}
.portalexport-nav-box{
display: inline-block;
width: 33.3%;
height: 150px;
text-align: center;
position: relative;
}
.portalexport-nav-icon{
width: 100px;
height: 100px;
line-height: 100px;
font-size: 25px;
border-radius: 50px;
display: inline-block;
}
.portalexport-nav-title{
height: 50px;
line-height: 50px;
}
.portalexport-nav-selected .portalexport-nav-icon{
border: 2px solid #46b7ff;
color: #46b7ff;
}
.portalexport-nav-selected .portalexport-nav-title{
color: #46b7ff;
}
.portalexport-nav-line {
display: inline-block;
border: 1px dashed #adadad;
width: 100px;
position: absolute;
top: 50px;
}
.portalexport-step-title{
color: #46b7ff;
font-size: 16px;
height: 30px;
line-height: 30px;
}
.portalexport-page-container{
margin-top: 30px;
}
.portalexport-items{
margin-top: 30px;
}
.portalexport-item{
color: #333333;
font-size: 13px;
height: 245px;
width: 225px;
display: inline-block;
margin: 10px;
padding: 10px;
border: 1px solid rgba(148, 149, 150, 0);
text-align: center;
position: relative;
vertical-align: middle;
}
.portalexport-item:hover{
border: 1px solid rgba(148, 149, 150, 1);
}
.portalexport-item-icon{
margin-top: 20px;
}
.portalexport-item-title{
margin-top: 20px;
}
.portalexport-item-desc{
margin-top: 20px;
}
.portalexport-item-checkbox{
width: 20px;
height: 20px;
right: 5px;
top: 5px;
position: absolute;
}
.portalexport-item-selected{
border: 1px solid #46b7ff;
}
.portalexport-page-box{
width: 554px;
height: 101px;
border: 1px solid #b0b0b0;
margin: 0 auto;
}
.portalexport-page-pre{
border-bottom: 1px solid #b0b0b0;
}
.portalexport-page{
width: 554px;
height: 50px;
}
.portalexport-page-title{
border-right: 1px solid #b0b0b0;
width: 150px;
height: 50px;
font-size: 18px;
line-height: 50px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.portalexport-page-brower{
display: inline-block;
width: 403px;
position: relative;
}
.portal-p4e-portalexport-finish{
height: 250px;
text-align: center;
margin-top: 100px;
}
.portal-p4e-portalexport-finish-icon{
font-size: 18px;
margin-top: 20px;
}
.portal-p4e-portalexport-finish-icon .icon-coms-Approval{
color: #01ff01;
font-size: 22px;
position: relative;
}
.portalexport-step2-tab{
width: 43%;
margin: 0 auto;
margin-top: 30px;
}
.portalexport-step2-content{
border: 1px solid #b0b0b0;
height: 310px;
margin-top: 30px;
}
.portalexport-step2-portals{
width: 150px;
display: inline-block;
float: left;
border-right: 1px solid #b0b0b0;
height: 100%;
}
.portalexport-elements{
height: 100%;
width: 100%;
text-align: left;
position: relative;
}
.portalexport-elements .portalexport-elements-content{
width: 724px;
position: relative;
margin: 6px auto;
}
.portalexport-elements .portalexport-elements-content .portalexport-step2-portal-item{
height: 40px;
line-height: 40px;
padding-left: 10px;
cursor: pointer;
}
.step2-portal-item-current{
background: #DFF3FF;
border-right: 4px solid #30B1FF;
}
.portalexport-step2-portal-item-check{
width: 20px;
display: inline-block;
}
.portalexport-step2-portal-item-title{
width: calc(100% - 20px);
display: inline-block;
text-align: left;
padding-left: 10px;
}
.portalexport-elements .portalexport-elements-content .portalexport-step2-element-item{
height: 90px;
width: 171px;
cursor: pointer;
position: relative;
display: inline-block;
border: 1px solid #b0b0b0;
margin: 5px;
}
.portalexport-step2-element-item-check{
width: 20px;
height: 20px;
position: absolute;
top: 1px;
left: 4px;
}
.portalexport-step2-element-item-title{
text-align: center;
height: 80px;
line-height: 80px;
}
.portalexport-step2-elements-nodata{
text-align: center;
height: 298px;
line-height: 298px;
}
.portalexport-step2-elements-previewbtn{
position: absolute;
width: 83px;
height: 33px;
right: 15px;
bottom: 15px;
}
.portal-p4e-portalexport-loading{
margin-top: 100px;
font-size: 18px;
}
.portal-p4e-portalexport-loading span{
margin-left:15px;
}