39 lines
751 B
CSS
39 lines
751 B
CSS
/**
|
|
* 首页
|
|
*/
|
|
.commontopmaxpicture-content .items {
|
|
margin: 10px 0 20px 0;
|
|
border-bottom: 1px dashed #f1f1f1;
|
|
padding-bottom: 20px;
|
|
}
|
|
.commontopmaxpicture-content .items .immages-tag {
|
|
border: 1px solid #eee;
|
|
text-align: center;
|
|
}
|
|
.commontopmaxpicture-content .items .immages-tag img {
|
|
max-width: 100%;
|
|
}
|
|
.commontopmaxpicture-content .items .bg-color-tag {
|
|
width: 100%;
|
|
height: 50px;
|
|
border: 1px solid #eee;
|
|
}
|
|
.commontopmaxpicture-content .edit-submit {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/**
|
|
* 编辑页面
|
|
*/
|
|
ul.plugins-images-view li {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.form-date input {
|
|
width: 30% !important;
|
|
display: -webkit-inline-box !important;
|
|
}
|
|
|
|
.form-date span {
|
|
vertical-align: middle;
|
|
} |