增加已经写好的 admin 的模板
This commit is contained in:
25
static/src/css/admin.css
Normal file
25
static/src/css/admin.css
Normal file
@@ -0,0 +1,25 @@
|
||||
@import url("bootstrap/bootstrap.min.css");
|
||||
@import url("bootstrap/todc-bootstrap.min.css");
|
||||
@import url("codeMirror/codemirror.css");
|
||||
@import url("simditor/simditor.css");
|
||||
@import url("webuploader/webuploader.css");
|
||||
@import url("datetime_picker/bootstrap-datetimepicker.css");
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
float: bottom;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 16px;
|
||||
}
|
||||
@@ -29,8 +29,6 @@ label {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#loading {
|
||||
display: none;
|
||||
}
|
||||
@@ -40,53 +38,6 @@ label {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.glyphicon-refresh-animate {
|
||||
-animation: spin .9s infinite linear;
|
||||
-webkit-animation: spin2 .9s infinite linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes spin2 {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: scale(1) rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.callout {
|
||||
padding: 5px;
|
||||
margin: 20px 0;
|
||||
border: 1px solid #eee;
|
||||
border-left-width: 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.callout-danger {
|
||||
border-left-color: #dd4b39;
|
||||
}
|
||||
|
||||
.callout-info {
|
||||
border-left-color: #d0e3f0;
|
||||
}
|
||||
|
||||
.callout-warning {
|
||||
border-left-color: #f1e7bc;
|
||||
}
|
||||
|
||||
.callout p {
|
||||
font-size: 16px;;
|
||||
}
|
||||
|
||||
.problem-section {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
Reference in New Issue
Block a user