.container {
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: space-between;
|
padding: 0;
|
box-sizing: border-box;
|
background-color: #f2f2f2;
|
}
|
|
page {
|
background-color: #f5f5f5;
|
}
|
|
.pointLists {
|
/* margin-top: 10px; */
|
background-color: #f2f2f2;
|
}
|
|
.callImage {
|
width: 22px;
|
height: 13px;
|
margin-left: 12px;
|
margin-top: 7px;
|
float: left;
|
}
|
|
|
.settingLabel {
|
color: white;
|
text-align: right;
|
font-size: 14px;
|
margin-right: 12px;
|
/*margin-top: -10px;*/
|
float: right;
|
}
|
|
|
|
|
.productName {
|
height: 60px;
|
width: 100%;
|
padding-left: 20px;
|
color: #39b5de;
|
}
|
|
.productStatus {
|
height: 100%;
|
display: flex;
|
align-items: center;
|
padding-right: 15px;
|
color: #cdb7b5;
|
font-size: 12px;
|
}
|
|
.expandImage {
|
width: 30px;
|
height: 100%;
|
font-size: 30px;
|
padding-right: 15px;
|
color: #CDCDCD;
|
}
|
|
.lineSpace4Product {
|
width: 100%;
|
height: 10px;
|
background-color: #e0e0e0;
|
margin-top: -1px;
|
float: left;
|
}
|
|
.lineSpace4Record {
|
width: 100%;
|
height: 1px;
|
background-color: #e0e0e0;
|
margin-top: -1px;
|
float: left;
|
}
|
|
.pointCell {
|
width: 100%;
|
height: 55px;
|
background-color: white;
|
line-height: 55px;
|
clear: both;
|
}
|
|
.y_more {
|
width: 100%;
|
padding: 10rpx 0rpx;
|
background-color: white;
|
clear: both;
|
border-top: 1px solid #e0e0e0;
|
border-radius: 0px 0px 5px 5px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.y_more>icon,
|
.y_more>view {
|
color: gray;
|
font-size: 25rpx;
|
padding-right: 10rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.pointCellImage {
|
width: 36px;
|
height: 36px;
|
margin-left: 10px;
|
margin-top: 12px;
|
float: left;
|
}
|
|
.pointCellRecordName {
|
margin-left: 20px;
|
font-size: 16px;
|
color: #545454;
|
float: left;
|
}
|
|
.pointRightBlock {
|
float: right;
|
}
|
|
|
.pointCellRecord {
|
text-align: right;
|
margin-right: 20px;
|
font-size: 14px;
|
color: black;
|
}
|
|
.pointCellUnit {
|
max-width: 100rpx;
|
min-width: 95rpx;
|
text-align: left;
|
margin-right: 5px;
|
font-size: 14px;
|
color: #999;
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
|
.hide {
|
display: none;
|
}
|
|
.tabBar-item>view>.iconfont {
|
font-size: 27px;
|
width: 27px;
|
height: 27px;
|
}
|
|
.blue {
|
color: #16b5cb;
|
}
|
|
.tabBar {
|
width: 100%;
|
position: fixed;
|
bottom: 0;
|
padding: 5px;
|
margin-left: -2px;
|
background: #f7f7fa;
|
font-size: 10px;
|
color: #8a8a8a;
|
box-shadow: 3px 3px 3px 3px #aaa;
|
z-index: 100;
|
}
|
|
|
.tabBar-item {
|
overflow: hidden;
|
float: left;
|
width: 50%;
|
text-align: center;
|
}
|
|
.pointLists {
|
padding-bottom: 8vh;
|
}
|
|
/*当前字体颜色*/
|
|
.tabBartext {
|
color: #39b5de;
|
}
|
|
.productName2 {
|
color: #b22222;
|
font-weight: 600;
|
font-size: 12px;
|
padding-left: 30px;
|
}
|
|
.blockItem {
|
display: block;
|
}
|
|
.flexItem {
|
display: flex;
|
}
|
|
.floatLeft {
|
float: left;
|
}
|
|
.floatRight {
|
float: right;
|
}
|
|
.columnStyle {
|
flex-direction: column;
|
}
|
|
.rowStyle {
|
flex-direction: row;
|
}
|
|
.heightAndWidth {
|
height: auto;
|
width: 100%;
|
}
|
|
.centers {
|
justify-content: center;
|
align-items: center;
|
}
|
|
.color54 {
|
color: #545454;
|
}
|
|
.color7321 {
|
color: #ed7321;
|
}
|
|
.fontSize10 {
|
font-size: 10px;
|
}
|
|
.fontSize12 {
|
font-size: 12px;
|
}
|
|
.fontSize14 {
|
font-size: 14px;
|
}
|
|
.marginTop10 {
|
margin-top: 10px;
|
}
|
|
.marginTop45 {
|
margin-top: 45px;
|
}
|
|
.marginLeft12 {
|
margin-left: 12px;
|
}
|
|
.marginRight12 {
|
margin-right: 12px;
|
}
|
|
.marginBottom10 {
|
margin-bottom: 10px;
|
}
|
|
.line {
|
width: 36px;
|
height: 2px;
|
margin-bottom: 0;
|
margin-top: 10px;
|
margin-left: 6px;
|
background-color: #ed7321;
|
}
|
|
.orderImage {
|
width: 10px;
|
height: 11px;
|
margin-right: 5px;
|
}
|
|
.tableView {
|
clear: both;
|
}
|
|
.tableViewCellHeader {
|
height: 100rpx;
|
align-items: center;
|
border-bottom: solid #ccc 1px;
|
background-color: white;
|
}
|
|
.tableViewCell {
|
padding-right: 12px;
|
padding-top: 15px;
|
padding-left: 12px;
|
background-color: white;
|
}
|
|
tableViewCellStyle {
|
background-color: white;
|
}
|
|
.cellStyle {
|
justify-content: space-between;
|
align-items: center;
|
color: #ed7321;
|
}
|
|
.personInfo {
|
width: 100%;
|
height: 44px;
|
background-color: white;
|
justify-content: space-between;
|
align-items: center;
|
border-bottom: dashed #ccc 1px;
|
}
|
|
.userHeader {
|
width: 26px;
|
height: 26px;
|
border-radius: 5px;
|
margin-right: 5px;
|
}
|
|
.call {
|
width: 14px;
|
height: 14px;
|
border-radius: 14px;
|
margin-right: 5px;
|
}
|
|
.orderStatus {
|
width: 100%;
|
height: 44px;
|
background-color: white;
|
}
|
|
.statusImage {
|
width: 15px;
|
height: 15px;
|
border-radius: 15px;
|
margin-right: 5px;
|
}
|
|
.statusText {
|
color: #999;
|
}
|
|
.flex-item {
|
flex-grow: 1;
|
text-align: center;
|
}
|
|
.width20 {
|
width: 20%;
|
}
|
|
.rightLabel {
|
float: right;
|
display: flex;
|
align-items: center;
|
margin-right: 5px;
|
}
|
|
|
|
.titleView {
|
clear: both;
|
height: 40px;
|
line-height: 40px;
|
}
|
|
.refreshTimeInfoLabel {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
width: 100%;
|
background-color: #d5d5d6;
|
font-size: x-small;
|
color: #39b5de;
|
}
|
|
.refreshTimeInfoLabel>text {
|
margin: 0rpx 40rpx;
|
/* padding-right: 10px; */
|
}
|
|
.timePicker {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
width: 180rpx;
|
color: #39b5de;
|
padding-top: 2rpx;
|
float: left;
|
text-align: center;
|
}
|
|
.fenView {
|
float: left;
|
margin: 0px 5px;
|
}
|
|
.filterTimeScopeView {
|
position: fixed;
|
height: 40px;
|
top: 0px;
|
z-index: 1;
|
background-color: white;
|
width: 100%;
|
border-bottom: 1px solid #ddd;
|
}
|
|
.filterTimeScopeView label {
|
float: left;
|
margin-top: 9px;
|
margin-left: 10px;
|
}
|
|
.productDetail {
|
position: absolute;
|
right: 19px;
|
color: #39b5de;
|
font-weight: 600;
|
text-decoration: underline;
|
}
|
|
|
|
|
/* */
|
.y_container {
|
width: 100%;
|
min-height: 125rpx;
|
justify-content: space-between;
|
/* background-color: #16b5cb; */
|
}
|
|
.y_c_list {
|
width: 33.333%;
|
flex-wrap: wrap;
|
}
|
|
.y_c_list>icon,
|
.kpiText {
|
width: 100%;
|
justify-content: center;
|
/* color: #fff; */
|
color: #16b5cb;
|
}
|
|
.y_c_list>icon {
|
font-size: 60rpx;
|
}
|
|
.kpiText {
|
justify-content: center;
|
font-size: 24rpx;
|
color: #16b5cb;
|
text-align: center;
|
display: flex;
|
align-items: center;
|
}
|
|
|
|
.y_container,
|
.y_c_list,
|
.y_c_list>icon,
|
.y_c_list {
|
display: flex;
|
align-items: center;
|
}
|
|
/* 工作时间css*/
|
.date_top {
|
width: 100%;
|
height: 40px;
|
display: flex;
|
justify-content: space-around;
|
align-items: center;
|
background-color: #F5F5F5;
|
margin-bottom: 10px;
|
margin-top: 10px;
|
|
}
|
|
.date_top .last_day {
|
background: #16b5cb;
|
height: 35px;
|
border-radius: 5px;
|
font-size: 17px;
|
color: white;
|
padding: 5px;
|
line-height: 25px;
|
}
|
|
.date_top .follow_day {
|
background: #16b5cb;
|
height: 35px;
|
border-radius: 5px;
|
font-size: 17px;
|
color: white;
|
padding: 5px;
|
line-height: 25px;
|
}
|
|
.date {
|
background: #16b5cb;
|
height: 25px;
|
border-radius: 5px;
|
text-align: center;
|
font-size: 17px;
|
color: white;
|
padding: 5px;
|
}
|
|
/* echart容器样式 */
|
.container1 {
|
position: relative;
|
width: 100%;
|
height: 400px;
|
z-index: 10;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: space-between;
|
box-sizing: border-box;
|
background-color: #fff;
|
border-radius: 3px;
|
}
|
|
.echart_body {
|
display: flex;
|
width: 100%;
|
/* padding: 5px; */
|
border-top: 1px solid #ddd;
|
/* border-radius: 10px; */
|
box-sizing: border-box;
|
}
|
|
ec-canvas {
|
margin-top: 0rem;
|
width: 100%;
|
height: 400px;
|
z-index: 1000;
|
}
|
|
/**
|
2020-11-19
|
thl
|
**/
|
.ykt-detail-wraper {
|
width: 98vw;
|
display: flex;
|
flex-direction: column;
|
margin: 20rpx auto;
|
background: #fff;
|
border-radius: 3px;
|
padding-bottom: 7vh;
|
}
|
|
.ykt-head {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
height: 100rpx;
|
}
|
|
.ykt-type-name {
|
font-size: 11pt;
|
}
|
|
.detail-list {
|
display: flex;
|
flex-direction: column;
|
align-items: stretch;
|
padding: 0 35rpx 10rpx;
|
}
|
|
.detail-item {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 25rpx 5rpx 20rpx;
|
border-top: 1px solid #eee;
|
}
|
|
.detail-item-label {
|
/* width: 60pt; */
|
font-size: 11pt;
|
}
|
|
.detail-item-value {
|
color: #888;
|
text-align: right;
|
font-size: 11pt;
|
flex: 1;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
|
/* 20201223 thl */
|
.xia {
|
transition: 0.5s;
|
}
|
|
|
.down {
|
transform: rotate(90deg);
|
transition: 0.5s;
|
}
|