weaver_trunk_cli/pc4mobx/hrm/style/outSignV2.less

345 lines
8.2 KiB
Plaintext

.outSignV2{
width: 100%;
height: 100%;
.leftCom{
width: 100%;
height: 100%;
.title {
font-size: 14px;
padding: 0px 15px;
height: 47px;
line-height: 47px;
border-bottom: 1px solid #ddd;
.label{
float: left;
width: 120px;
}
.multSelect{
float: right;
font-size: 12px;
}
}
.condition {
margin: 15px;
// height: 60px;
// line-height: 60px;
// border-bottom: 1px solid #ddd;
}
.body {
width: 100%;
height: calc(~"100% - 47px - 60px");
}
}
.content{
width: 100%;
height: 100%;
.searchBar{
width: 100%;
height: 40px;
line-height: 40px;
padding: 0px 20px;
display: flex;
&>div{
cursor: pointer;
}
.item{
padding: 0px 10px;
&.active{
color: #1e88e5;
}
.refresh {
padding-left: 10px;
}
&:last-child {
flex: 1;
text-align: right;
}
}
}
.timeLineView, .mapView{
width: 100%;
height: ~"calc(100% - 90px)";
}
.timeLineView {
overflow-y: auto;
padding: 20px;
.ant-timeline-item-head{
width: 8px;
height: 8px;
margin-top: 4px;
margin-left: 2px;
border: 4px solid;
}
.ant-timeline-item-tail{
border-left: 1px solid #D9DBDE;
top: 5px;
}
.ant-timeline-item-last .ant-timeline-item-tail {
display: block;
}
.itemContent{
.date {
color: #fff;
background-repeat: no-repeat;
width: 140px;
height: 30px;
padding-left: 18px;
padding-top: 1px;
}
.dateLarge {
width: 160px;
background-size: contain;
}
.signInfo{
color: #484A4D;
border: 1px solid #ddd;
.noSigninfo {
clear: both;
color: #999;
height: 80px;
line-height: 80px;
text-align: center;
}
.item {
padding: 8px 15px;
border-bottom: 1px solid #ddd;
&:last-child {
border-bottom: none;
}
.mb5 {
margin-bottom: 5px;
.imgDiv{
float: left;
margin-right: 10px;
}
}
.mb5-img {
display: inline-block;
margin-right: 5px;
}
.gray {
color: #999;
}
.mb5-custom{
display: flex;
margin-bottom: 5px;
}
.icon-coms-currency-Customer{
margin-right: 10px;
margin-top: 3px;
}
.crm_data{
color: #666666;
font-size: 12px;
}
.customer{
clear: both;
}
.positionInfo{
clear: both;
cursor: pointer;
}
}
}
}
}
.mapView{
.markerContent {
padding: 2px 0 0 13px;
color:#fff;
width:32px;
height:32px;
}
.mb5 {
margin-bottom: 5px;
}
.info-wrap{
overflow-y:auto;
max-height: 163px;
}
.m-information {
width: 100%;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
}
.mb5-img{
display: inline-block;
margin-right: 6px;
}
.crm-text-elli{
word-break: break-all;
word-wrap: break-word;
white-space: normal;
color: #666;
font-size:12px;
}
.gray {
color: #999;
}
.hrm-map-detail {
background-color: #fff;
position: relative;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
border-radius: 6px;
padding: 10px;
padding-left: 15px;
width: 287px;
.signTitle {
float: right;
margin-right: 10;
color: #67AFF7;
}
.icon-coms-Clear {
color: #4A4A4A;
position: absolute;
font-size: 20px;
right: -8px;
top: -8px;
}
}
.isGoogle{
.icon-coms-Clear{
display: none;
}
box-shadow: none;
}
.icon-coms-position:before{
display: inline-block;
height: 16px;
}
}
.listView{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
.dataList{
margin-top: 10px;
flex: 1;
}
}
}
}
.outside_location_info{
.map{
width: 100%;
height: 100%;
.markerContent {
padding: 2px 0 0 13px;
color:#fff;
width:32px;
height:32px;
}
.mb5 {
margin-bottom: 5px;
}
.info-wrap{
overflow-y:auto;
max-height: 163px;
}
.m-information {
width: 100%;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
}
.mb5-img{
display: inline-block;
margin-right: 6px;
}
.crm-text-elli{
word-break: break-all;
word-wrap: break-word;
white-space: normal;
color: #666;
font-size:12px;
}
.gray {
color: #999;
}
.hrm-map-detail {
background-color: #fff;
position: relative;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
border-radius: 6px;
padding: 10px;
padding-left: 15px;
width: 287px;
.signTitle {
float: right;
margin-right: 10;
color: #67AFF7;
}
.icon-coms-Clear {
color: #4A4A4A;
position: absolute;
font-size: 20px;
right: -8px;
top: -8px;
}
}
.isGoogle{
.icon-coms-Clear{
display: none;
}
box-shadow: none;
}
.icon-coms-position:before{
display: inline-block;
height: 16px;
}
}
}