25 lines
474 B
CSS
Executable File
25 lines
474 B
CSS
Executable File
/**
|
|
* 首页
|
|
*/
|
|
.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;
|
|
width: 120px;
|
|
height: 120px;
|
|
}
|
|
.commonrightnavigation-content .items .immages-tag img {
|
|
max-width: 100%;
|
|
}
|
|
.commonrightnavigation-content .edit-submit {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/**
|
|
* 编辑页面
|
|
*/
|