mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
完善文章读取和编辑;
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
|
||||
|
||||
.left-bottom-options{
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
bottom: 60px;
|
||||
background: rgba(0,0,0,0.4);
|
||||
color: #fff;
|
||||
font-size: 35px;
|
||||
padding: 3px 5px;
|
||||
.left-bottom-options {
|
||||
position : fixed;
|
||||
left : 20px;
|
||||
bottom : 60px;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
color : #fff;
|
||||
font-size : 35px;
|
||||
padding : 3px 5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,102 +14,110 @@
|
||||
}
|
||||
|
||||
.layui-table img {
|
||||
max-width: 60px;
|
||||
max-width : 60px;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.table-card-box{
|
||||
margin-top: 15px;
|
||||
.table-card-box {
|
||||
margin-top : 15px;
|
||||
background-color: #eee;
|
||||
padding: 15px 5px;
|
||||
padding : 15px 5px;
|
||||
}
|
||||
|
||||
.table-card-item{
|
||||
|
||||
margin-top: 5px;
|
||||
display: flex;
|
||||
.table-card-item {
|
||||
|
||||
margin-top : 5px;
|
||||
display : flex;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
align-items : flex-start;
|
||||
}
|
||||
|
||||
.table-card-item img{
|
||||
max-width: 60px;
|
||||
.table-card-item img {
|
||||
max-width : 60px;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.table-card-item .item-title{
|
||||
padding: 5px;
|
||||
.table-card-item .item-title {
|
||||
padding : 5px;
|
||||
font-size: 16px;
|
||||
width: 20%;
|
||||
width : 20%;
|
||||
}
|
||||
.table-card-item .item-value{
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
|
||||
.table-card-item .item-value {
|
||||
padding : 5px;
|
||||
margin : 5px;
|
||||
background-color: #fff;
|
||||
min-width: 80%;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
min-width : 80%;
|
||||
white-space : normal;
|
||||
word-break : break-all;
|
||||
}
|
||||
.layui-form-radio{
|
||||
white-space: nowrap;
|
||||
|
||||
.layui-form-radio {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.quick-input-item{
|
||||
width: 120px;
|
||||
margin: 3px 0;
|
||||
margin-top: 15px;
|
||||
padding: 5px 0;
|
||||
border-top: 1px solid #bbb;
|
||||
border-bottom: 1px solid #bbb;
|
||||
.quick-input-item {
|
||||
width : 120px;
|
||||
margin : 3px 0;
|
||||
margin-top : 15px;
|
||||
padding : 5px 0;
|
||||
border-top : 1px solid #bbb;
|
||||
border-bottom: 1px solid #bbb;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.quick-input-item.sm-quick-input-item .layui-btn{
|
||||
.quick-input-item.sm-quick-input-item .layui-btn {
|
||||
line-height: 24px;
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
padding: 0 12px;
|
||||
|
||||
height : 24px;
|
||||
font-size : 12px;
|
||||
padding : 0 12px;
|
||||
|
||||
}
|
||||
|
||||
.quick-input-item.sm-quick-input-item .layui-input{
|
||||
line-height: 24px;
|
||||
height: 24px;
|
||||
.quick-input-item.sm-quick-input-item .layui-input {
|
||||
line-height: 24px;
|
||||
height : 24px;
|
||||
}
|
||||
|
||||
.ul-flex{
|
||||
display: flex;
|
||||
.ul-flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 768px){
|
||||
.layui-body{
|
||||
left: 0;
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.layui-body {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layui-footer{
|
||||
left: 0;
|
||||
}
|
||||
.layui-layout-admin .layui-footer {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layui-logo{
|
||||
width: 115px;
|
||||
}
|
||||
.layui-layout-admin .layui-logo {
|
||||
width: 115px;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layui-side{
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
position: unset;
|
||||
}
|
||||
.layui-layout-admin .layui-side {
|
||||
width : 100%;
|
||||
overflow-x: hidden;
|
||||
height : 100%;
|
||||
position : unset;
|
||||
}
|
||||
|
||||
.layui-layer-content .layui-hide-xs{
|
||||
display: unset !important;
|
||||
}
|
||||
.layui-layer-content .layui-hide-xs {
|
||||
display: unset !important;
|
||||
}
|
||||
|
||||
.layui-nav-tree {
|
||||
width : 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.w-e-text-container ul li {
|
||||
list-style: inherit;
|
||||
}
|
||||
|
||||
.layui-nav-tree{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
@@ -176,6 +176,8 @@
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.nav-left-list {
|
||||
text-align: left;
|
||||
@@ -209,4 +211,77 @@
|
||||
|
||||
a.post-item:visited{
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
|
||||
.ul-content p{
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
.ul-content p,
|
||||
.ul-content li,
|
||||
.ul-content td,
|
||||
.ul-content th,
|
||||
.ul-content blockquote {
|
||||
white-space: pre-wrap;
|
||||
line-height: 1.5;
|
||||
/* 显示空格 */
|
||||
}
|
||||
|
||||
|
||||
.ul-content h2{
|
||||
margin:20px 0
|
||||
}
|
||||
|
||||
/* 表格 */
|
||||
.ul-content table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.ul-content table th,
|
||||
.ul-content table td {
|
||||
border : 1px solid #ccc;
|
||||
min-width : 50px;
|
||||
height : 20px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ul-content table th {
|
||||
background-color: #f1f1f1;
|
||||
text-align : center
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* 引用 */
|
||||
.ul-content blockquote {
|
||||
display : block;
|
||||
border-left : 8px solid #d0e5f2;
|
||||
padding : 10px 10px;
|
||||
margin : 10px 0;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
/* 列表 */
|
||||
.ul-content ul,
|
||||
.ul-content ol {
|
||||
margin: 10px 0 10px 20px;
|
||||
}
|
||||
|
||||
.ul-content ul li{
|
||||
list-style: inherit;
|
||||
}
|
||||
|
||||
/* 分割线 */
|
||||
.ul-content hr {
|
||||
display : block;
|
||||
width : 90%;
|
||||
margin : 20px auto;
|
||||
border : 0;
|
||||
height : 1px;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
.ul-content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user