mirror of
https://gitee.com/tawords/tawords-docs
synced 2025-09-04 17:51:39 +08:00
2021.08.06
This commit is contained in:
0
docs/6. 【清单 ToDo】/随笔记/文件备份/.keep
Normal file
0
docs/6. 【清单 ToDo】/随笔记/文件备份/.keep
Normal file
666
docs/6. 【清单 ToDo】/随笔记/文件备份/page_login.css.bak.md
Normal file
666
docs/6. 【清单 ToDo】/随笔记/文件备份/page_login.css.bak.md
Normal file
@@ -0,0 +1,666 @@
|
||||
/recite-words/static/css/page_login.css.bak
|
||||
|
||||
```css
|
||||
audio,
|
||||
body,
|
||||
caption,
|
||||
div,
|
||||
footer,
|
||||
form,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
header,
|
||||
html,
|
||||
iframe,
|
||||
label,
|
||||
legend,
|
||||
li,
|
||||
main,
|
||||
mark,
|
||||
menu,
|
||||
nav,
|
||||
ol,
|
||||
p,
|
||||
section,
|
||||
span,
|
||||
summary,
|
||||
table,
|
||||
textarea,
|
||||
time,
|
||||
ul,
|
||||
video {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
outline: 0 none;
|
||||
}
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
margin-bottom: 60px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.mdui-drawer-body-left footer {
|
||||
width: calc(100% - 240px);
|
||||
}
|
||||
main {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 1.7rem 0;
|
||||
}
|
||||
main .login-container,
|
||||
main .register-container {
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
main .upload-container .title {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
main .upload-container .title h1 {
|
||||
font-weight: 300;
|
||||
font-size: 2rem;
|
||||
text-shadow: -5px 5px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
main .upload-container .title p {
|
||||
margin-top: 1rem;
|
||||
font-size: 0.8rem;
|
||||
color: #999;
|
||||
}
|
||||
main .upload-container .success-info {
|
||||
margin-top: 1rem;
|
||||
width: 0;
|
||||
}
|
||||
main .upload-container .success-info .mdui-tab a {
|
||||
text-transform: inherit;
|
||||
}
|
||||
main .upload-container .success-info ul {
|
||||
list-style: none;
|
||||
}
|
||||
main .upload-container .success-info ul li {
|
||||
position: relative;
|
||||
margin-top: 0.5rem;
|
||||
padding: 0.8rem;
|
||||
border: 1px solid #dadada;
|
||||
background-color: #f7f7f7;
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
border-radius: 0;
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
}
|
||||
main .upload-container .success-info ul li i.icon-copy {
|
||||
display: none;
|
||||
}
|
||||
main .upload-container .success-info ul li:hover i.icon-copy {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
font-size: 25px;
|
||||
right: 10px;
|
||||
color: #00b0ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
main .console-container .mdui-table td,
|
||||
main .console-container .mdui-table th {
|
||||
padding: 12px 28px;
|
||||
}
|
||||
main .console-container div.item i.mdui-icon {
|
||||
float: left;
|
||||
font-size: 3.7rem;
|
||||
}
|
||||
main .console-container div.item > div {
|
||||
border-radius: 3px;
|
||||
}
|
||||
main .console-container div.item > div p {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
main .system-container .mdui-textfield-label {
|
||||
pointer-events: inherit;
|
||||
}
|
||||
main .system-container .mdui-textfield {
|
||||
overflow: inherit;
|
||||
}
|
||||
main .images-container #info .mdui-dialog-content {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
main .images-container #info .mdui-btn-group .mdui-btn {
|
||||
margin-left: 0;
|
||||
min-width: inherit;
|
||||
}
|
||||
main .images-container #info img.qrcode {
|
||||
text-align: center;
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
main .images-container #info .mdui-dialog-content {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
main .images-container #info table {
|
||||
width: 100%;
|
||||
}
|
||||
main .images-container #info table tbody tr td[align="right"] {
|
||||
width: 50px;
|
||||
color: #998;
|
||||
}
|
||||
main .images-container .box {
|
||||
min-height: 10rem;
|
||||
}
|
||||
main .images-container .folders-box .item,
|
||||
main .images-container .images-box .item {
|
||||
position: relative;
|
||||
padding: 2rem 0.4rem 0.4rem;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
transition: all 0.1s;
|
||||
border: 1px solid transparent;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
main .images-container .folders-box .item i.iconfont,
|
||||
main .images-container .images-box .item i.iconfont {
|
||||
display: none;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
font-size: 19px;
|
||||
}
|
||||
main .images-container .folders-box .item i.icon-choice,
|
||||
main .images-container .images-box .item i.icon-choice {
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
color: #cecece;
|
||||
}
|
||||
main .images-container .folders-box .item i.icon-choice:hover,
|
||||
main .images-container .images-box .item i.icon-choice:hover {
|
||||
color: #999;
|
||||
}
|
||||
main .images-container .folders-box .item i.icon-info,
|
||||
main .images-container .images-box .item i.icon-info {
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
color: #129cff;
|
||||
}
|
||||
main .images-container .folders-box .item:hover,
|
||||
main .images-container .images-box .item:hover {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
main .images-container .folders-box .item.choice,
|
||||
main .images-container .images-box .item.choice {
|
||||
background: rgba(204, 232, 255, 0.5);
|
||||
border: 1px solid rgba(153, 209, 255, 0.57);
|
||||
}
|
||||
main .images-container .folders-box .item.choice i.icon-choice,
|
||||
main .images-container .images-box .item.choice i.icon-choice {
|
||||
display: block;
|
||||
color: #3b8cff;
|
||||
}
|
||||
main .images-container .folders-box .item:hover i.icon-choice,
|
||||
main .images-container .images-box .item:hover i.icon-choice,
|
||||
main .images-container .folders-box .item.choice i.icon-choice,
|
||||
main .images-container .images-box .item.choice i.icon-choice,
|
||||
main .images-container .folders-box .item:hover i.icon-info,
|
||||
main .images-container .images-box .item:hover i.icon-info,
|
||||
main .images-container .folders-box .item.choice i.icon-info,
|
||||
main .images-container .images-box .item.choice i.icon-info {
|
||||
display: block;
|
||||
}
|
||||
main .images-container .folders-box .item .info,
|
||||
main .images-container .images-box .item .info {
|
||||
cursor: pointer;
|
||||
height: 90px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
main .images-container .folders-box .item .info img,
|
||||
main .images-container .images-box .item .info img {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
border-radius: 0;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
main .images-container .folders-box .item .info.image img,
|
||||
main .images-container .images-box .item .info.image img {
|
||||
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
main .images-container .folders-box .item p.name,
|
||||
main .images-container .images-box .item p.name {
|
||||
color: #555;
|
||||
cursor: default;
|
||||
text-align: center;
|
||||
word-break: break-all;
|
||||
font-size: 12px;
|
||||
margin: 0.3rem auto;
|
||||
line-height: 1.5em;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
main .mdui-textfield .captcha {
|
||||
position: absolute;
|
||||
top: 34px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 140px;
|
||||
cursor: pointer;
|
||||
}
|
||||
main ul.breadcrumb {
|
||||
display: block;
|
||||
flex-wrap: wrap;
|
||||
padding: 0.65rem 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
list-style: none;
|
||||
background-color: #e9ecef;
|
||||
border-radius: 0.2rem;
|
||||
font-size: 13px;
|
||||
}
|
||||
main ul.breadcrumb li {
|
||||
display: inline-block;
|
||||
}
|
||||
main ul.breadcrumb li + li {
|
||||
padding-left: 0.2rem;
|
||||
}
|
||||
main ul.breadcrumb li + li:before {
|
||||
display: inline-block;
|
||||
padding-right: 0.2rem;
|
||||
color: #6c757d;
|
||||
content: "/";
|
||||
}
|
||||
main ul.breadcrumb li a {
|
||||
cursor: pointer;
|
||||
}
|
||||
main ul.breadcrumb li.active a {
|
||||
cursor: default;
|
||||
color: #6c757d;
|
||||
}
|
||||
main .mdui-table td,
|
||||
main .mdui-table th {
|
||||
padding: 0 10px;
|
||||
}
|
||||
main .mask {
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
background: rgba(255, 255, 255, 0.47058824);
|
||||
z-index: 99;
|
||||
}
|
||||
main .mask .content {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 100;
|
||||
}
|
||||
.krajee-default .file-footer-caption {
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
.krajee-default .file-thumb-progress .progress,
|
||||
.krajee-default .file-thumb-progress .progress-bar {
|
||||
height: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.file-input {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.file-input .file-preview {
|
||||
border: none;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
|
||||
}
|
||||
.file-input .file-preview .fileinput-remove {
|
||||
top: 6px;
|
||||
right: 6px;
|
||||
}
|
||||
.file-input .file-preview .file-drop-zone-title {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.file-input .file-preview .file-preview-thumbnails .krajee-default.file-preview-frame {
|
||||
border: 2px solid transparent;
|
||||
transition: all 0.3s;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
|
||||
}
|
||||
.file-input .file-preview .file-preview-thumbnails .krajee-default.file-preview-frame.hover {
|
||||
border: 2px solid red;
|
||||
}
|
||||
.file-input .file-preview .kv-fileinput-error ul {
|
||||
list-style: none;
|
||||
}
|
||||
.file-input .file-caption-main .form-control {
|
||||
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
|
||||
border: none;
|
||||
height: 40px;
|
||||
padding: 8px 18px;
|
||||
}
|
||||
.file-input .file-caption-main .form-control:focus {
|
||||
z-index: 0;
|
||||
}
|
||||
.file-input .file-caption-main .btn {
|
||||
padding: 8px 18px;
|
||||
border: 0;
|
||||
}
|
||||
.file-input .file-caption-main .btn:first-child {
|
||||
border-left: 1px solid #e2e2e2;
|
||||
}
|
||||
.file-input .file-caption-main .btn:last-child {
|
||||
margin-right: -1px;
|
||||
}
|
||||
.file-input .file-caption-main .btn-file {
|
||||
border-color: #2383eb;
|
||||
background-color: #2383eb;
|
||||
}
|
||||
.file-input .file-caption-main .input-group-append {
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
|
||||
}
|
||||
.file-input .file-caption-main .input-group-append .btn {
|
||||
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
|
||||
}
|
||||
.file-input .file-caption-main .file-caption .file-caption-name {
|
||||
font-size: 90%;
|
||||
}
|
||||
.file-zoom-fullscreen.modal {
|
||||
z-index: 999999;
|
||||
}
|
||||
.mdui-tab-scrollable {
|
||||
padding-left: 0;
|
||||
}
|
||||
.mdui-table-fluid {
|
||||
box-shadow: 0 0 10px 0 rgba(45, 45, 45, 0.13);
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
}
|
||||
.mdui-btn-raised {
|
||||
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.panel {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
.panel .panel-header {
|
||||
padding: 1rem;
|
||||
}
|
||||
.panel .panel-body {
|
||||
border-top: 1px solid #f1f1f1;
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
padding: 1rem;
|
||||
}
|
||||
.panel .panel-body-box {
|
||||
border-top: 1px solid #f1f1f1;
|
||||
padding: 1rem;
|
||||
border-bottom-left-radius: 0.5rem;
|
||||
border-bottom-right-radius: 0.5rem;
|
||||
}
|
||||
.panel .panel-footer {
|
||||
padding: 1rem;
|
||||
}
|
||||
.error-box {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
.none {
|
||||
display: none;
|
||||
}
|
||||
#loading-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: none;
|
||||
}
|
||||
#loading-container .mask {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
#loading-container .loading {
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: 1rem;
|
||||
z-index: 10000;
|
||||
}
|
||||
.panel-box {
|
||||
overflow: hidden;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
|
||||
border-radius: 0.5rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
#menu .quota-container {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 2rem;
|
||||
text-align: left;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
#menu .quota-container progress {
|
||||
background-color: #f6f6f6;
|
||||
display: inline;
|
||||
height: 0.5rem;
|
||||
}
|
||||
#menu .quota-container progress::-webkit-progress-bar {
|
||||
background-color: #e0eaf0;
|
||||
}
|
||||
#menu .quota-container progress::-webkit-progress-value {
|
||||
background-color: #1abc9c;
|
||||
}
|
||||
#menu .quota-container progress::-moz-progress-bar {
|
||||
background-color: #e0eaf0;
|
||||
}
|
||||
#menu .quota-container progress::-moz-progress-value {
|
||||
background-color: #708d9b;
|
||||
}
|
||||
#fab-buttons.mdui-fab-wrapper {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
#search-form .search-input {
|
||||
display: inline-block;
|
||||
padding-bottom: 0.6rem;
|
||||
width: 140px;
|
||||
}
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
color: #999;
|
||||
text-align: left;
|
||||
background-color: #f5f5f5;
|
||||
z-index: -1;
|
||||
}
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
margin: 20px 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.pagination > li {
|
||||
display: inline;
|
||||
}
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
position: relative;
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
color: #00b5ad;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
margin-left: -1px;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.pagination > li:first-child > a,
|
||||
.pagination > li:first-child > span {
|
||||
margin-left: 0;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.pagination > li:last-child > a,
|
||||
.pagination > li:last-child > span {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > span:hover,
|
||||
.pagination > li > span:focus {
|
||||
z-index: 2;
|
||||
color: #22ddde;
|
||||
background-color: #eeeeee;
|
||||
border-color: #ddd;
|
||||
}
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > span:focus {
|
||||
z-index: 3;
|
||||
color: #e4e4e4;
|
||||
background-color: transparent;
|
||||
border-color: #e4e4e4;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:hover,
|
||||
.pagination > .disabled > a:focus {
|
||||
color: #777777;
|
||||
background-color: #fff;
|
||||
border-color: #ddd;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
body.mdui-theme-layout-dark .markdown-body {
|
||||
color: #eaeaea;
|
||||
}
|
||||
body.mdui-theme-layout-dark .markdown-body a {
|
||||
color: #64adff;
|
||||
}
|
||||
body.mdui-theme-layout-dark .markdown-body img {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
body.mdui-theme-layout-dark .markdown-body .highlight pre,
|
||||
body.mdui-theme-layout-dark .markdown-body pre {
|
||||
background-color: #585858;
|
||||
}
|
||||
body.mdui-theme-layout-dark .markdown-body table tr {
|
||||
background-color: #4c4c4c;
|
||||
}
|
||||
body.mdui-theme-layout-dark .markdown-body table tr:nth-child(2n) {
|
||||
background-color: #5d5d5d;
|
||||
}
|
||||
body.mdui-theme-layout-dark .pagination > .disabled > span,
|
||||
body.mdui-theme-layout-dark .pagination > .disabled > span:hover,
|
||||
body.mdui-theme-layout-dark .pagination > .disabled > span:focus,
|
||||
body.mdui-theme-layout-dark .pagination > .disabled > a,
|
||||
body.mdui-theme-layout-dark .pagination > .disabled > a:hover,
|
||||
body.mdui-theme-layout-dark .pagination > .disabled > a:focus,
|
||||
body.mdui-theme-layout-dark .pagination > li > a,
|
||||
body.mdui-theme-layout-dark .pagination > li > span {
|
||||
background-color: #2b2b2b;
|
||||
}
|
||||
body.mdui-theme-layout-dark .mdui-btn,
|
||||
body.mdui-theme-layout-dark .mdui-theme-accent-indigo .mdui-dialog-actions .mdui-btn {
|
||||
color: white !important;
|
||||
}
|
||||
body.mdui-theme-layout-dark main .mask {
|
||||
background-color: rgba(47, 45, 45, 0.47058824);
|
||||
}
|
||||
body.mdui-theme-layout-dark main .mask .content .mdui-color-white {
|
||||
color: white !important;
|
||||
background-color: rgba(76, 76, 76, 0.78) !important;
|
||||
}
|
||||
body.mdui-theme-layout-dark main .images-container .folders-box .item p.name,
|
||||
body.mdui-theme-layout-dark main .images-container .images-box .item p.name {
|
||||
color: #a0a0a0;
|
||||
}
|
||||
body.mdui-theme-layout-dark main .images-container .folders-box .item:hover,
|
||||
body.mdui-theme-layout-dark main .images-container .images-box .item:hover {
|
||||
background-color: #212121;
|
||||
}
|
||||
body.mdui-theme-layout-dark main ul.breadcrumb {
|
||||
background-color: #3e3e3e;
|
||||
}
|
||||
body.mdui-theme-layout-dark main ul.breadcrumb li.active a {
|
||||
color: #c3c3c3;
|
||||
}
|
||||
body.mdui-theme-layout-dark main .upload-container .success-info ul li {
|
||||
border: 1px solid #888888;
|
||||
background-color: #303030;
|
||||
color: #d4d4d4;
|
||||
}
|
||||
body.mdui-theme-layout-dark footer {
|
||||
background-color: #303030;
|
||||
}
|
||||
body.mdui-theme-layout-dark .modal-content {
|
||||
background-color: #333;
|
||||
}
|
||||
body.mdui-theme-layout-dark .file-input .file-preview {
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
body.mdui-theme-layout-dark .file-input .file-caption-main .btn:first-child {
|
||||
border-left: 0;
|
||||
}
|
||||
body.mdui-theme-layout-dark .file-input .file-caption-main .form-control {
|
||||
color: #bababa;
|
||||
background-color: #303030;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
body.mdui-theme-layout-dark .file-input .file-caption-main .form-control .file-caption-name {
|
||||
color: #c1c1c1;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
body {
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
.krajee-default.file-preview-frame {
|
||||
width: 95%;
|
||||
}
|
||||
.krajee-default.file-preview-frame .kv-file-content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#loading-container .loading {
|
||||
top: 4.5rem;
|
||||
}
|
||||
main .images-container #info img.qrcode {
|
||||
width: 150px;
|
||||
}
|
||||
footer {
|
||||
height: auto;
|
||||
width: 100% !important;
|
||||
line-height: 1.666;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user