.jimu-widget-Sign {
|
width: 100%;
|
height: 320px;
|
background-color: rgb(255, 255, 255);
|
font-size: 14px;
|
/* border: 1px solid rgb(69, 154, 251); */
|
/* opacity : .8; */
|
color: rgb(0, 0, 0);
|
font-size: 16px;
|
display: none;
|
border-radius: 5px;
|
box-shadow: 0 0 8px #fff;
|
}
|
|
#sign_table {
|
position: relative;
|
}
|
|
|
|
.sign-head {
|
width: 320px;
|
height: 90px;
|
/* background-color: red; */
|
}
|
|
.sign-head-th {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
width: 320px;
|
height: 40px;
|
/* background-color: blue; */
|
padding: 0 10px;
|
border-bottom: 1px solid #377bc9;
|
}
|
|
.sign-head-th-pic {
|
margin-top: 4px;
|
width: 9px;
|
/* height: 18px; */
|
/* z-index: 10; */
|
/* background: url(./images/我的标记.png ) no-repeat; */
|
}
|
|
.sign-head-th-biaoji {
|
margin-left: -180px;
|
color: rgb(0, 0, 0);
|
}
|
|
.sign-head-th-xx {
|
/* font-size: 25px; */
|
width: 25px;
|
cursor: pointer;
|
/* font-weight: 100; */
|
/* border: 1px solid springgreen; */
|
}
|
.sign-head-th-xx:hover{
|
color: red;
|
}
|
|
.sign-head-td {
|
margin-top: 5px;
|
overflow: hidden;
|
height: 50px;
|
}
|
|
.sign-head-td-ul {
|
margin: 0;
|
padding: 0 10px;
|
list-style: none;
|
display: flex;
|
justify-content: start;
|
}
|
|
.sign-head-td-ul li {
|
|
margin-right: 10px;
|
text-align: center;
|
padding: 5px 0 0 0;
|
}
|
|
.sign-head-td-ul-border {
|
position: relative;
|
top: -5px;
|
cursor: pointer;
|
width: 30px;
|
height: 30px;
|
margin-top: 6px;
|
border-radius: 5px;
|
border: 1px solid #ffffff;
|
/* box-shadow: 3px 3px 15px -5px #3E9FFC; */
|
}
|
.sign-head-td-ul-border:hover{
|
box-shadow: 1px 3px 15px -2px #3E9FFC;
|
}
|
.sign-head-td-ul-border img{
|
width: 30px !important;
|
height: 30px !important;
|
}
|
.dakai {
|
position: relative;
|
cursor: pointer;
|
}
|
|
.file {
|
position: absolute;
|
right: 0;
|
top: 0;
|
background-color: red;
|
width: 30px;
|
height: 30px;
|
opacity: 0;
|
cursor: pointer;
|
}
|
|
.sign-head-td-ul img {
|
padding-bottom: 5px;
|
width: 20px;
|
height: 20px;
|
}
|
|
.sign-content {
|
width: 316px;
|
height: 267px;
|
border: 1px solid #377bc9;
|
margin-left: 1px;
|
overflow: hidden;
|
border-radius: 5px;
|
}
|
|
.sign-content-mc {
|
/* position : absolute; */
|
width: 315px;
|
height: 40px;
|
border: 1px solid #377bc9;
|
border-top: 1px solid transparent;
|
border-left: 1px solid transparent;
|
display: flex;
|
padding-left: 10px;
|
}
|
|
.sign-content-mc-hezi {
|
width: 315px;
|
position: relative;
|
line-height: 40px;
|
cursor: pointer;
|
}
|
|
.sign-content-mc-hezi .topPic,
|
.bottomPic {
|
cursor: pointer;
|
right: 0;
|
position: absolute;
|
background: url(../../images/sign/-shanglajiantou.png) no-repeat;
|
width: 15px;
|
height: 15px;
|
}
|
|
.sign-content-mc-hezi .bottomPic {
|
top: 17px;
|
}
|
|
.sign-content-mc-hezi .topPic {
|
top: 10px;
|
}
|
|
.sign-content-mc .caozuo {
|
width: 74px;
|
cursor: pointer;
|
margin-left: 10px;
|
border-left: 1px solid #377bc9;
|
line-height: 40px;
|
padding-left: 10px;
|
}
|
|
.sign-content-my {
|
width: 314px;
|
height: 40px;
|
line-height: 40px;
|
text-align: center;
|
border-bottom: 1px solid #377bc9;
|
}
|
|
.wdbj {
|
width: 100%;
|
/* background-color: red; */
|
height: 40px;
|
border-bottom: 1px solid #377bc9;
|
display: flex;
|
justify-content: space-around;
|
align-items: center;
|
}
|
|
.wdbj:hover {
|
background-color: rgba(62,159,252, 0.75);
|
}
|
|
.wdbj .wdbj-text {
|
width: 248px;
|
line-height: 37px;
|
border: none;
|
background-color: rgba(62,159,252, 0.45);
|
color: rgb(0, 0, 0);
|
padding-left: 10px;
|
font-size: 15px;
|
border-right: 1px solid #377bc9;
|
cursor: pointer;
|
position: relative;
|
right: -2px;
|
}
|
|
.wdbj .wdbj-text:hover {
|
background-color: rgba(62,159,252, 0.75);
|
}
|
|
.wdbj-shanchu {
|
line-height: 40px;
|
padding-right: 10px;
|
height: 30px;
|
/* width: 30px; */
|
}
|
|
.danji,
|
.actEdit,
|
.modifyEdit,
|
.dragEdit {
|
padding: 5px;
|
background-color: #3E9FFC;
|
position: fixed;
|
top: 0;
|
left: 0;
|
display : none;
|
border-radius: 5px;
|
box-shadow: 2px 3px 20px -5px #fff;
|
color: #fff;
|
}
|
|
.actEdit {
|
top: 30px;
|
}
|
|
.modifyEdit {
|
top: 60px;
|
}
|
|
.dragEdit {
|
top: 90px;
|
}
|
|
.sign-tian {
|
display: none;
|
position: fixed;
|
top: 50px;
|
left: 20px;
|
width: 280px;
|
height: 0px;
|
background-color: red;
|
}
|
|
.sign-tian-thead {
|
overflow: hidden;
|
width: 100%;
|
height: 40px;
|
background-color: rgba(255, 255, 255, 0.75);
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 0 8px;
|
border-bottom: 1px solid #377bc9;
|
border-radius: 5px 5px 0 0;
|
}
|
|
.sign-tian-thead span {
|
font-weight: 500
|
}
|
|
.sign-tian-thead span:nth-child(2) {
|
font-size: 30px;
|
cursor: pointer;
|
}
|
|
.sign-tian-thead span:nth-child(2):hover {
|
color: red;
|
}
|
|
.sign-tian-tbody {
|
width: 100%;
|
padding: 10px;
|
background-color: rgba(255, 255, 255, 0.75);
|
border-radius: 0 0 5px 5px;
|
}
|
|
.sign-tian-hang {
|
width: 100%;
|
height: 60px;
|
margin-bottom: 20px;
|
}
|
|
|
.sign-tian-hang-input {
|
margin-top: 5px;
|
background-color: #ffffff;
|
line-height: 25px;
|
width: 100%;
|
border: none;
|
/* color: #999; */
|
border: 1px solid #377bc9;
|
padding: 5px;
|
font-size: 10px;
|
color: rgb(0, 0, 0);
|
border-radius: 5px;
|
}
|
|
.sign-tian-hang-textarea {
|
margin-top: 5px;
|
height: 60px;
|
background-color: rgba(255, 255, 255, 0.75);
|
border: 1px solid #377bc9 !important;
|
font-size: 13px;
|
/* color: #999; */
|
padding: 5px;
|
border: none;
|
resize: none;
|
width: 100%;
|
color: rgb(0, 0, 0);
|
font-family: '黑体';
|
border-radius: 5px;
|
}
|
|
.sign-tian-bao {
|
border-radius: 5px;
|
padding: 20px;
|
height: 30px;
|
text-align: center;
|
margin: 10px 0;
|
}
|
|
.sign-tian-bao .baocun,
|
.sign-tian-bao .shanchu {
|
background-color: rgba(255, 255, 255, 0.75);
|
color: rgb(0, 0, 0);
|
border: none;
|
line-height: 25px;
|
border-radius: 5px;
|
width: 40px;
|
box-shadow: 3px 3px 15px -5px #3E9FFC;
|
cursor: pointer;
|
}
|
|
.sign-tian-bao .shanchu {
|
background-color: rgba(255, 255, 255, 0.75);
|
margin-left: 10px;
|
}
|
|
|
.sanJiaoXing-pic {
|
position: absolute;
|
left: 50%;
|
margin-left: -10px;
|
width: 0;
|
height: 0;
|
border-top: 17px solid #377bc9;
|
border-left: 10px solid transparent;
|
border-right: 10px solid transparent
|
}
|
|
/* .addPic {
|
pointer-events: none;
|
} */
|