weaver_trunk_cli/pc4public/portal/wea-materiallib/style/index.css

174 lines
2.7 KiB
CSS

.portal-p4e-mll {
position: relative;
height: 100%;
}
.portal-p4e-mll-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
line-height: 40px;
padding: 0 20px;
border-bottom: 1px solid #e2e2e2;
}
.portal-p4e-mll-middle {
position: absolute;
bottom: 30px;
top: 40px;
width: 100%;
overflow: auto;
}
.portal-p4e-mll-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
line-height: 30px;
color: #999;
text-align: center;
}
.portal-p4e-mlr {
position: relative;
height: 100%;
}
.portal-p4e-mlr-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
line-height: 40px;
padding: 0 20px;
border-bottom: 1px solid #e2e2e2;
}
.portal-p4e-mlr-middle {
position: absolute;
bottom: 0;
top: 40px;
width: 100%;
overflow: auto;
}
.portal-p4e-mlr-btns {
float: right;
width: 100px;
height: 40px;
line-height: 35px;
}
.portal-p4e-mlr-btn {
display: inline-block;
width: 20px;
height: 20px;
padding: 0;
margin-left: 10px;
border: none;
border-radius: 0 !important;
font-weight: 700;
}
.portal-p4e-mlt-table {
width: 100%;
}
.portal-p4e-mlt-tr {
width: 100%;
height: 230px;
margin: 10px 0;
}
.portal-p4e-mlt-td {
float: left;
width: 20%;
min-width: 225px;
padding: 10px;
}
.portal-p4e-mlt-item {
width: 190px;
height: 210px;
padding: 10px;
margin: 0 auto;
border: 1px solid #e2e2e2;
border-radius: 2px;
cursor: pointer;
}
.portal-p4e-mlt-item:hover {
border: 1px solid #408de2;
}
.portal-p4e-mlt-chk {
height: 20px;
line-height: 20px;
}
.portal-p4e-mlt-preview {
display: table-cell;
width: 168px;
height: 140px;
text-align: center;
vertical-align: middle;
background-color: #f2f2f2;
}
.portal-p4e-mlt-img {
max-width: 168px;
max-height: 140px;
vertical-align: middle;
}
.portal-p4e-mlt-title2 {
display: inline-block;
width: 168px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.portal-p4e-mlt-opt {
height: 30px;
line-height: 30px;
}
.portal-p4e-mlt-title {
float: left;
display: inline-block;
width: 120px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.portal-p4e-mlt-title input {
width: 100%;
height: 28px;
line-height: 28px;
border: 1px solid #d9d9d9;
outline: none;
}
.portal-p4e-mlt-edit {
float: left;
display: inline-block;
width: 14px;
margin: 0 10px;
font-size: 14px;
}
.portal-p4e-mlt-delete {
float: left;
display: inline-block;
width: 14px;
font-size: 14px;
}