2019-02-15 10:34:59 +00:00
|
|
|
/**
|
|
|
|
|
* 首页
|
|
|
|
|
*/
|
|
|
|
|
.commonrightnavigation-content .items {
|
|
|
|
|
margin: 10px 0 20px 0;
|
|
|
|
|
border-bottom: 1px dashed #f1f1f1;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
.commonrightnavigation-content .items .immages-tag {
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
text-align: center;
|
2019-02-17 04:09:18 +00:00
|
|
|
width: 120px;
|
|
|
|
|
height: 120px;
|
2019-02-15 10:34:59 +00:00
|
|
|
}
|
|
|
|
|
.commonrightnavigation-content .items .immages-tag img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.commonrightnavigation-content .edit-submit {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 编辑页面
|
|
|
|
|
*/
|