28 lines
539 B
CSS
28 lines
539 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;
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 编辑页面
|
||
|
|
*/
|
||
|
|
ul.plugins-images-view li {
|
||
|
|
width: 100%;
|
||
|
|
height: auto;
|
||
|
|
}
|