chengpin.wxss 4.5 KB
/* pages/qiyeyongdian/detail/detail.wxss */
@import "../member/member.wxss";

.search_month {
  width: 686rpx;
  padding: 0 30rpx;
  height: 70rpx;
  background-color: #f3f5f8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* 左箭头 */

.left {
  transform: rotate(180deg);
}

/* 日期 */

.date_time {
  color: #666;
  font-size: 28rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.down {
  transform: rotate(90deg);
  margin-left: 10rpx;
}

/* 折线图 */

.chart {
  width: 750rpx;
  height: 494rpx;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

ec-canvas {
  width: 100%;
  height: 100%;
}

.total_power {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* 弹出框 */

.modal-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  overflow: hidden;
  z-index: 9000;
  color: #fff;
}

.modal-dialog {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 9500;
  margin: -180rpx 70rpx;
}

.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500;
  width: 100%;
  /* height: 55%; */
  /* overflow: hidden; */
  /* padding: 120rpx 50rpx 50rpx; */
  background: #fff;
  border-radius: 2rpx;
}

/* 弹出框选项卡 */

.modal_year {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 28rpx;
  color: #666;
  padding: 20rpx 0;
  border:1rpx solid #f5f5f5;
  border-left:none;
  border-right: none;
}
.modal_single{
 
  border-bottom:4rpx solid #fff;
}
.modal_choice{
  
  color: #FF9400;
  font-weight: 600;
  position: relative;
  
}
.modal_choice::after{
  display:bolck;
  content:'';
  width:60rpx;
  border:1rpx solid #FF9400;
  position: absolute;
  bottom:-20rpx;
  left:50%;
  right:50%;
  transform: translate(-50%)


}
/* 选项卡 */

.tab {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 20rpx;
  color: #666;
  border-top: 1rpx solid #f5f5f5;
}

.tab_single {
  padding-bottom: 20rpx;
  border-bottom: 4rpx solid #fff;
}

.tab_border {
  border-bottom: 4rpx solid #ff9400;
  color:#ff9400;
}

/* 月份 */

.modal_month {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 50rpx 30rpx;
  justify-content: space-between;
}

.month_single {
  background-color: #F9F8FE;
  padding: 20rpx 56rpx 15rpx;
  border-radius: 6rpx;
  font-size: 32rpx;
  color: #333;
  margin-bottom: 30rpx;
}

.change {
  background-color: #ff9400;
  color: #fff;
}

.date_descript {
  width: 296rpx;
  height: 70rpx;
  line-height: 70rpx;
  text-align: center;
  color: #ff9400;
  font-size: 28rpx;
  margin: 0 auto;
  background: rgba(244, 244, 244, 1);
  border-radius: 6rpx;
}

.tactive {
  background: #ff9400;
  color: #fff;
}

/* 标题 */

.cp_title {
  color: #333;
  font-size: 32rpx;
  font-weight: bold;
  padding: 30rpx 54rpx 41rpx;
  position: relative;
}

.cp_title::after {
  position: absolute;
  content: "";
  display: block;
  left: 30rpx;
  top: 35rpx;
  width: 8rpx;
  height: 35rpx;
  background-color: #ff9400;
  border-radius: 4rpx;
}

/* 重量总计 */

.total {
  padding-left: 30rpx;
  color: #666;
  font-size: 20rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.total text {
  font-size: 32rpx;
  color: #333;
}

.btns {
  margin-top: 50rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1rpx solid #f5f5f5;
}

.cacle {
  width: 50%;
  color: #afafaf;
  height: 87rpx;
  line-height: 87rpx;
  text-align: center;
  font-size: 34rpx;
}

.sure {
  color: #ff9400;
  border-left: 1rpx solid #f5f5f5;
}

/* 流水 */

.second_total {
  padding: 40rpx 30rpx 20rpx;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  font-size: 28rpx;
}

.table_title {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 30rpx 0 20rpx;
  font-size: 28rpx;
  color: #666;
  border: 1rpx solid #f5f5f5;
}

.table_tr {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 30rpx 0 20rpx;
  font-size: 24rpx;
  color: #666;
  border-bottom: 1rpx solid #f5f5f5;
}

.tr_time {
  font-size: 28rpx;
  color: #333;
}

.tr_btn {
  color: #ffb77e;
}

.tr_name {
  width: 120rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tr_pos {
  width: 120rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}