11 lines
214 B
CSS
11 lines
214 B
CSS
|
|
/**
|
||
|
|
* 首页
|
||
|
|
*/
|
||
|
|
.newuserreduction-content .items {
|
||
|
|
margin: 10px 0 20px 0;
|
||
|
|
border-bottom: 1px dashed #f1f1f1;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
.newuserreduction-content .edit-submit {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|