初始化

This commit is contained in:
2026-08-08 18:28:49 +08:00
parent 9bef4420e0
commit f082037a6e
854 changed files with 217171 additions and 11 deletions
+32
View File
@@ -0,0 +1,32 @@
/*!
* Bootstrap v3.3.7
*/
* { box-sizing: border-box; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; }
h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
a { color: #337ab7; text-decoration: none; }
a:hover { color: #23527c; text-decoration: underline; }
img { vertical-align: middle; max-width: 100%; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
th { text-align: left; font-weight: bold; }
input, button, select { font-family: inherit; font-size: inherit; line-height: inherit; }
button { overflow: visible; }
button, input[type="submit"] { cursor: pointer; }
.fade { opacity: 0; transition: opacity .15s linear; }
.fade.in { opacity: 1; }
.collapse { display: none; }
.collapse.in { display: block; }
.modal-open { overflow: hidden; }
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; }
.modal-dialog { position: relative; width: auto; margin: 10px; }
.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border-radius: 6px; box-shadow: 0 3px 9px rgba(0,0,0,.5); }
.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }
.modal-body { position: relative; padding: 15px; }
.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
@media (min-width: 768px) {
.modal-dialog { width: 600px; margin: 30px auto; }
}