@import "/style/weui.wxss";
|
@import"../../style/main.wxss";
|
@import"../../style/icon.wxss";
|
@import"../../style/animation.wxss";
|
|
page>view {
|
padding-bottom: 65px;
|
}
|
|
.canvas_containt {
|
width: 100%;
|
height: 100%;
|
background: white;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
position: absolute;
|
}
|
|
.canvas_view {
|
background: #fff;
|
width: 700rpx;
|
height: 700rpx;
|
border-radius: 20rpx;
|
}
|
|
.hide {
|
display: none;
|
}
|
|
.tabBarIcon {
|
width: 54rpx;
|
height: 54rpx;
|
font-size: 40rpx;
|
margin: 4px auto;
|
}
|
|
.blue {
|
color: #16b5cb;
|
}
|
|
/* tabbar */
|
.tabBar {
|
width: 100%;
|
max-height: 60px;
|
position: fixed;
|
bottom: 0rpx !important;
|
padding: 10rpx;
|
margin-left: -4rpx;
|
background: #f7f7fa;
|
font-size: 20rpx;
|
color: #8a8a8a;
|
box-shadow: 6rpx 6rpx 6rpx 6rpx #aaa;
|
z-index: 10001;
|
}
|
|
.tabBar-item {
|
overflow: hidden;
|
float: left;
|
width: 33%;
|
text-align: center;
|
}
|
|
.tabBar-item>view {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.tabBartext {
|
color: #39b5de;
|
}
|
|
.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;
|
}
|
|
.marginTop5 {
|
margin-top: 5px;
|
}
|
|
.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 {
|
padding-bottom: 1px;
|
margin-top: 42px;
|
}
|
|
.alarmListView {
|
padding-bottom: 55px;
|
}
|
|
.tableViewCellHeader {
|
height: 35px;
|
align-items: center;
|
border-bottom: solid #ccc 1px;
|
background-color: white;
|
}
|
|
.tableViewCell {
|
padding-right: 12px;
|
padding-top: 15px;
|
padding-left: 12px;
|
background-color: white;
|
border-bottom: dashed #ccc 1px;
|
}
|
|
tableViewCellStyle {
|
background-color: white;
|
}
|
|
.cellStyle {
|
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%;
|
}
|
|
.picker {
|
padding: 19rpx 26rpx;
|
background-color: #fff;
|
}
|
|
.lastHistoryDay {
|
position: absolute;
|
left: 0px;
|
top: 0px;
|
width: 80px;
|
}
|
|
.nextHistoryDay {
|
position: absolute;
|
width: 80px;
|
right: 0px;
|
top: 0px;
|
}
|
|
.weui-date {
|
border: 1px solid #ddd;
|
}
|
|
.weui-cell-date {
|
padding: 0px 80px;
|
}
|
|
.view-center {
|
text-align: center;
|
}
|
|
.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: 18rpx;
|
margin-left: 20rpx;
|
}
|
|
.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;
|
margin-top: 8px;
|
}
|
|
.xia {
|
transition: 0.5s;
|
}
|
|
.zuo {
|
transform: rotate(90deg);
|
transition: 0.5s;
|
}
|
|
.down {
|
transform: rotate(90deg);
|
transition: 0.5s;
|
}
|
|
|
|
|
|
|
/* 20200309 */
|
.container {
|
/* position: relative; */
|
width: 100vw;
|
|
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;
|
}
|
|
ec-canvas {
|
margin-top: 0rem;
|
width: 100vw;
|
height: 50vh;
|
z-index: 1000;
|
}
|
|
|
|
/* 20200310 */
|
/* */
|
.ykt-detail-wraper {
|
width: 98vw;
|
display: flex;
|
flex-direction: column;
|
margin: 20rpx auto;
|
background: #fff;
|
border-radius: 3px;
|
}
|
|
.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;
|
}
|
|
/* */
|
/* .ykt_ranking{
|
padding: 15rpx 0rpx;
|
width: 100%;
|
justify-content: space-between;
|
}
|
.ykt_ranking_left{
|
width: 80rpx;
|
height: 80rpx;
|
font-size: 70rpx;
|
color: #16b5cb;
|
margin-left: 35rpx;
|
justify-content: center;
|
}
|
.ykt_ranking_right{
|
font-size: 30rpx;
|
min-width: 150rpx;
|
min-height: 50rpx;
|
color: #fff;
|
margin-right: 35rpx;
|
justify-content: center;
|
background-color: #16b5cb;
|
} */
|
|
|
|
/* */
|
.y_dataTine {
|
position: absolute;
|
top: 0;
|
left: 0;
|
width: 100vw;
|
min-height: 30rpx;
|
justify-content: space-between;
|
background-color: #fff;
|
z-index: 11;
|
}
|
|
.y_dataTine>view {
|
font-size: 20rpx;
|
color: #fff;
|
min-width: 100rpx;
|
padding: 5rpx 10rpx;
|
}
|
|
.y_dataTine>.y_dataTine_left {
|
text-align: right;
|
border-radius: 0rpx 50rpx 50rpx 0rpx;
|
background-image: linear-gradient(-45deg, #A8E6EE 0%, #16b5cb 100%);
|
}
|
|
.y_dataTine>.y_dataTine_right {
|
text-align: left;
|
border-radius: 50rpx 0rpx 0rpx 50rpx;
|
background-image: linear-gradient(-45deg, #16b5cb 0%, #A8E6EE 100%);
|
}
|
|
|
/* */
|
.ec_header {
|
width: 100vw;
|
min-height: 150rpx;
|
font-size: 20rpx;
|
color: #fff;
|
}
|
|
.ec_header_left {
|
width: 45vw;
|
justify-content: center;
|
/* background-color: #16b5cb; */
|
background: linear-gradient(to left, #97d8e0, #16b5cb);
|
border-radius: 5px;
|
}
|
|
.ec_header_left>.ec_header_left_view {
|
font-size: 40rpx;
|
font-weight: 600;
|
}
|
|
.ec_header_left_view>.ec_header_name {
|
font-size: 25rpx;
|
}
|
|
.ec_header_left>view {
|
width: 100%;
|
min-height: 72rpx;
|
justify-content: center;
|
}
|
|
.ec_header_right {
|
width: 55vw;
|
justify-content: center;
|
font-size: 20rpx;
|
}
|
|
.ec_header_right>view {
|
width: 100%;
|
justify-content: space-around;
|
}
|
|
.ec_header_right>.ec_header_right_view {
|
width: 54.5vw;
|
background: linear-gradient(45deg, #97d8e0, #16b5cb);
|
border-radius: 3px;
|
margin: 1rpx 0rpx;
|
}
|
|
.ec_header_right_view>view {
|
width: 50%;
|
min-height: 70rpx;
|
justify-content: center;
|
/* background-color: #60bbc7; */
|
}
|
|
|
|
|
|
/* 20200314 */
|
|
.ykt-detail-wrapers {
|
padding: 15rpx 0rpx 0rpx 0rpx;
|
width: 100vw;
|
font-size: 25rpx;
|
justify-content: center;
|
}
|
|
.ykt-detail-wrapers>view {
|
margin-bottom: 10rpx;
|
}
|
|
.hykt_header {
|
width: 98vw;
|
min-height: 50rpx;
|
background-color: #16b5cb;
|
color: #fff;
|
font-weight: 600;
|
border-radius: 100rpx;
|
}
|
|
.hykt_li {
|
width: 98vw;
|
min-height: 50rpx;
|
background-color: #fff;
|
color: #000;
|
font-weight: 500;
|
border-radius: 100rpx;
|
justify-content: space-between;
|
}
|
|
.hykt_header>view,
|
.hykt_li>view {
|
width: 33.33%;
|
padding: 10rpx 0rpx;
|
justify-content: center;
|
}
|
|
.ykt-detail-wrapers>.detail-item {
|
width: 96vw;
|
min-height: 50rpx;
|
display: flex;
|
align-items: center;
|
margin: 10rpx auto;
|
background: #fff;
|
justify-content: space-between;
|
padding: 25rpx;
|
border-radius: 5px;
|
}
|
|
/* */
|
.iconfont_view {
|
font-size: 30px;
|
color: #fff;
|
width: 40px;
|
height: 40px;
|
position: fixed;
|
right: 10px;
|
z-index: 200;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
background-color: #16b5cb;
|
border-radius: 10rpx;
|
box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
|
}
|
|
|
|
|
|
|
|
.y_dataTine,
|
.ec_header,
|
.ec_header_left,
|
.ec_header_right,
|
.ec_header_left>view,
|
.ec_header_right>view,
|
.ec_header_right_view>view,
|
.ykt-detail-wrapers,
|
.hykt_header,
|
.hykt_header>view,
|
.hykt_li,
|
.hykt_li>view,
|
.y_dataTine>view {
|
display: flex;
|
align-items: center;
|
flex-wrap: wrap;
|
}
|