2025-06-25 10:53:11 +08:00

257 lines
3.8 KiB
CSS

.rwzt {
text-align: left;
}
.layui-table td img {
border: 2px solid #eee;
}
.layui-table td img:hover {
border: 5px solid #ccc;
transition: .2s;
}
.layui-xmlx {
position: relative;
display: inline-block;
padding: 0 6px;
font-size: 12px;
text-align: center;
color: #ff5722;
border-radius: 2px;
}
.layui-col-m5 {
width: 49.5%;
}
.clear {
clear: both;
}
.fl {
float: left;
}
.mrb1 {
margin-right: 1%;
}
.pl10 {
padding-left: 10px;
}
.p10 {
padding: 10px;
}
.layui-input-block1 {
min-height: 0px;
margin-left: 110px;
}
.hover-edit i {
margin-left: 4px;
font-weight: 800;
cursor: pointer;
opacity: 0;
position: absolute;
right: 10px;
top: 12px;
}
td.layui-td-gray {
width: 15%;
}
element.style {}
.md-content-content i.iconfont.icon-wodedianping {
position: relative;
/*top: -38px !important;*/
/*right: -70px !important;*/
}
.hover-edit i.iconfont.icon-wodedianping {
position: relative;
top: 0;
right: 0;
}
.md-content-content .md_content {
border: 1px solid #eee;
padding: 20px;
}
#box_desc,
#box_url {
border: 1px solid #eee;
}
.addedit {
width: 100%;
height: 300px !important;
margin-top: 10px !important;
}
.layui-input-inline .layui-input {
border: 1px solid #eee;
}
.layui-input-inline {
display: block;
/* margin-bottom: 10px; */
}
.ms_title {
color: #4285F4;
margin: 20px 0 !important;
padding-left: 10px !important;
border-left: 10px #4285F4 solid;
border-bottom: 1px #4285F4 solid;
font-size: 16px;
font-weight: bolder;
line-height: 40px;
}
input.layui-input.layui-unselect,
input.layui-input {
font-weight: bolder;
/* letter-spacing: 1.5px; */
font-size: 15px;
color: #313131;
}
#articleLayer .layui-textarea {
height: 26px;
line-height: 1.3;
line-height: 26px\9;
/*border-width: 0px 0px 0px 1px;*/
border-width: 0;
border-style: solid;
background-color: #fff;
color: rgba(0, 0, 0, .85);
border-radius: 2px
}
#articleLayer .p-4 {
padding: 20px;
}
.layui-progress {
background-color: #757575 !important;
}
.project_task_btn {
float: right;
}
.layui-progress.layui-progress-big {
position: relative;
top: 5px;
}
.layui-table-cell {
/* height: auto !important;
min-height: 38px !important; */
}
.layui-layer-content {
/* padding: 20px; */
/* max-width: 1200px;
max-height: 1200px; */
/* display: grid; */
}
.layui-layer-content img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.layui-upload {
margin: 20px;
}
.line {
width: 100%;
display: block;
border-bottom: 1px solid #ddd;
margin-top: 10px;
}
.jieduan {
float: left;
}
.feiziyan {
background-color: blue;
}
.ziyan {
background-color: green;
}
.feiziyan,
.ziyan {
width: 50px;
height: 25px;
display: block;
color: white;
border-radius: 5px;
margin-right: 10px;
font-size: 12px;
}
.pt-4 {
justify-content: center;
align-items: center;
}
.unread,
.isread {
padding: 4px 8px;
border-radius: 5px;
color: #fff;
line-height: 15px;
border: 0px;
}
.unread {
background-color: #4285F4;
}
.isread {
background-color: #ff5722;
}
.new-label {
display: inline-block;
padding: 2px 6px;
background-color: #FF5722;
color: #fff;
font-size: 12px;
border-radius: 5px;
margin-right: 5px;
line-height: 20px;
}
#contactList td span {
background: #3c9cff;
padding: 5px;
border-radius: 5px;
color: #fff;
margin-right: 5px;
}
.sticky-bar {
position: -webkit-sticky;
/* Safari */
position: sticky;
top: 0;
z-index: 1000;
background-color: white;
/* 背景色与页面背景一致 */
}