mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 21:09:43 +08:00
27 lines
443 B
CSS
Executable File
27 lines
443 B
CSS
Executable File
/**
|
|
* 首页
|
|
*/
|
|
.commontopnotice-content .items {
|
|
margin: 10px 0 20px 0;
|
|
border-bottom: 1px dashed #f1f1f1;
|
|
padding-bottom: 20px;
|
|
}
|
|
.commontopnotice-content .edit-submit {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/**
|
|
* 编辑页面
|
|
*/
|
|
ul.plugins-images-view li {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.form-date input {
|
|
width: 30% !important;
|
|
display: -webkit-inline-box !important;
|
|
}
|
|
|
|
.form-date span {
|
|
vertical-align: middle;
|
|
} |