23 lines
394 B
CSS
23 lines
394 B
CSS
/**
|
|
* 首页
|
|
*/
|
|
.userloginrewardintegral-content .items {
|
|
margin: 10px 0 20px 0;
|
|
border-bottom: 1px dashed #f1f1f1;
|
|
padding-bottom: 20px;
|
|
}
|
|
.userloginrewardintegral-content .edit-submit {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/**
|
|
* 编辑页面
|
|
*/
|
|
.form-date input {
|
|
width: 30% !important;
|
|
display: -webkit-inline-box !important;
|
|
}
|
|
|
|
.form-date span {
|
|
vertical-align: middle;
|
|
} |