初始提交
This commit is contained in:
1562
static/css/diy.css
Normal file
1562
static/css/diy.css
Normal file
File diff suppressed because it is too large
Load Diff
1829
static/css/font.css
Normal file
1829
static/css/font.css
Normal file
File diff suppressed because one or more lines are too long
164
static/css/jquery.emoji.css
Normal file
164
static/css/jquery.emoji.css
Normal file
@@ -0,0 +1,164 @@
|
||||
.emoji_btn {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.emoji_container * {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.emoji_container {
|
||||
display: none;
|
||||
width: 544px;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
border: 1px solid #bfbfbf;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.176);
|
||||
}
|
||||
|
||||
.emoji_container ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.emoji_content {
|
||||
height: 277px;
|
||||
overflow-y: auto;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.emoji_content ul {
|
||||
padding-top: 1px;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
.emoji_content ul li {
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
float: left;
|
||||
border: 1px solid #e3e3e3;
|
||||
margin-top: -1px;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.emoji_content ul li a {
|
||||
display: block;
|
||||
line-height: 54px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.emoji_content ul li a img {
|
||||
vertical-align: middle;
|
||||
max-width: 52px;
|
||||
max-height: 52px;
|
||||
}
|
||||
|
||||
.emoji_content .mCSB_scrollTools {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.emoji_content .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .emoji_content .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.emoji_tab {
|
||||
background-color: #f7f7f7;
|
||||
border-top: 1px solid #e3e3e3;
|
||||
color: #666;
|
||||
height: 32px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.emoji_tab_prev {
|
||||
border-top: 4px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
border-right: 4px dashed;
|
||||
cursor: pointer;
|
||||
left: 8px;
|
||||
top: 12px;
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
height: 0;
|
||||
vertical-align: middle;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.emoji_tab_next {
|
||||
border-top: 4px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
border-left: 4px dashed;
|
||||
cursor: pointer;
|
||||
right: 7px;
|
||||
top: 12px;
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
height: 0;
|
||||
vertical-align: middle;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.emoji_tab_list {
|
||||
left: 22px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.emoji_tab_list ul {
|
||||
width: 1500px;
|
||||
transition: all 0.8s ease 0s;
|
||||
}
|
||||
|
||||
.emoji_tab_list ul li {
|
||||
border-top: 0 none;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
margin: 5px 4px 0 0;
|
||||
font-size: 12px;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
width: 68px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.emoji_tab_list ul li:hover {
|
||||
background: #e5e5e5;
|
||||
}
|
||||
|
||||
.emoji_tab_list ul li.selected {
|
||||
color: #fff;
|
||||
background: steelblue;
|
||||
}
|
||||
|
||||
.emoji_preview {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 50%;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
background: #ffffff;
|
||||
text-align: center;
|
||||
line-height: 65px;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.176);
|
||||
z-index: 2;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.emoji_preview img {
|
||||
vertical-align: middle;
|
||||
max-width: 42px;
|
||||
max-height: 42px;
|
||||
}
|
||||
37
static/css/layout.css
Normal file
37
static/css/layout.css
Normal file
@@ -0,0 +1,37 @@
|
||||
.layout-tr-top,
|
||||
.layout-tr-between,
|
||||
.layout-tr-center,
|
||||
.layout-tr{
|
||||
display:flex;
|
||||
align-items: center;
|
||||
}
|
||||
.layout-tr-top{
|
||||
align-items: flex-start;
|
||||
}
|
||||
.layout-tr-center{
|
||||
justify-content: center;
|
||||
}
|
||||
.layout-tr-between{
|
||||
justify-content: space-between;
|
||||
}
|
||||
.layout-td{
|
||||
flex:1;
|
||||
}
|
||||
.layout-box::after{
|
||||
content:'';
|
||||
display:table;
|
||||
clear: both;
|
||||
}
|
||||
.glb-text-of{
|
||||
width:100%;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
/* .glb-text-clamp{
|
||||
overflow : hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
} */
|
||||
1692
static/css/main.less
Normal file
1692
static/css/main.less
Normal file
File diff suppressed because it is too large
Load Diff
73
static/css/nprogress.css
Normal file
73
static/css/nprogress.css
Normal file
@@ -0,0 +1,73 @@
|
||||
/* Make clicks pass-through */
|
||||
#nprogress {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#nprogress .bar {
|
||||
background: #f56c6c;
|
||||
|
||||
position: fixed;
|
||||
z-index:99999;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
/* Fancy blur effect */
|
||||
#nprogress .peg {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
width: 100px;
|
||||
height: 100%;
|
||||
box-shadow: 0 0 10px #f56c6c, 0 0 5px #f56c6c;
|
||||
opacity: 1.0;
|
||||
|
||||
-webkit-transform: rotate(3deg) translate(0px, -4px);
|
||||
-ms-transform: rotate(3deg) translate(0px, -4px);
|
||||
transform: rotate(3deg) translate(0px, -4px);
|
||||
}
|
||||
|
||||
/* Remove these to get rid of the spinner */
|
||||
#nprogress .spinner {
|
||||
display: block;
|
||||
position: fixed;
|
||||
z-index:99999;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
#nprogress .spinner-icon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
box-sizing: border-box;
|
||||
|
||||
border: solid 2px transparent;
|
||||
border-top-color: #f56c6c;
|
||||
border-left-color: #f56c6c;
|
||||
border-radius: 50%;
|
||||
|
||||
-webkit-animation: nprogress-spinner 400ms linear infinite;
|
||||
animation: nprogress-spinner 400ms linear infinite;
|
||||
}
|
||||
|
||||
.nprogress-custom-parent {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nprogress-custom-parent #nprogress .spinner,
|
||||
.nprogress-custom-parent #nprogress .bar {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@-webkit-keyframes nprogress-spinner {
|
||||
0% { -webkit-transform: rotate(0deg); }
|
||||
100% { -webkit-transform: rotate(360deg); }
|
||||
}
|
||||
@keyframes nprogress-spinner {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
1703
static/css/style.css
Normal file
1703
static/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user