mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
23 lines
390 B
CSS
23 lines
390 B
CSS
/**
|
|
* 首页
|
|
*/
|
|
.userlogingiveintegral-content .items {
|
|
margin: 10px 0 20px 0;
|
|
border-bottom: 1px dashed #f1f1f1;
|
|
padding-bottom: 20px;
|
|
}
|
|
.userlogingiveintegral-content .edit-submit {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/**
|
|
* 编辑页面
|
|
*/
|
|
.form-date input {
|
|
width: 30% !important;
|
|
display: -webkit-inline-box !important;
|
|
}
|
|
|
|
.form-date span {
|
|
vertical-align: middle;
|
|
} |