account_unable.wxss 3.2 KB
/* 大边框 */
.big-rim{
  margin-top: 15rpx;
  width: 100%;
  height: 275rpx;
border-bottom: 10px solid #EEEEEE;
}
.min-rim{
display: flex;
width: 100%;
height: auto;

}
/* 开始时间 */
.kssj{
border-radius: 5px;
background-color: #EEEEEE;
border: 1px solid #DADADA;
width:220rpx;
height: 50rpx;
margin-top:5rpx;
margin-left:10rpx;
line-height:40rpx;


}
.kstext{
  padding-bottom: 10rpx;
padding-left: 10rpx;
font-size: 25rpx;
color: #333;
font-family: 'SimHei',Arial;
}
/* 日期 */
.rq{
  margin-top:12rpx;
  font-size:30rpx;
  font-family: 'SimHei',Arial;
  margin-left:30rpx;

}
/* 至 */
.zi{
  margin-top:12rpx;
  font-size:30rpx;
  font-family: 'SimHei',Arial;
  margin-left:20rpx;
} 
/* 开始时间 边框 */
.kspicker{
  position: relative;
  top:0rpx;
  left: 0rpx;
}
/* 结束时间边框 */
.jspicker{
position: relative;
  top:0rpx;
  left: 0rpx;
  margin-left:20rpx;

}
/* 结束时间 */
.jssj{
border-radius:5px;
background-color:#EEEEEE;
border:1px solid #DADADA;
width:220rpx;
height:50rpx;
margin-top:5rpx;
line-height:40rpx;

}
.jstext{
  padding-bottom: 10rpx;
padding-left: 10rpx;
font-size: 25rpx;
color: #333;
font-family: 'SimHei',Arial;
}
/* 明细查询 */
.botton{
  margin-left: 30rpx;
   margin-top: 40rpx;
   background-color: #C4182E;
   width: 92%;
   border-radius:10rpx; 
   text-align: center;
   height: 77rpx;
   line-height: 77rpx;
   color: #FFF;
   font-size: 25rpx;
   border: none;
   font-family: 'SimHei',Arial;
 }
 /* 注释 */
 .zs{
   margin-left: 30rpx;
   font-size: 25rpx;
   color: #999999;
  margin-top:37rpx;
   font-family: 'SimHei',Arial;
 }
.db{
  display: flex;
  width: 100%;
  height: 90rpx;
  border-bottom: 2rpx solid  #e8e8e8;
    line-height: 90rpx;
    }

  
/* 项目 */
.xm{
margin-left: 30rpx;
 height: 100rpx;
 font-size: 30rpx;
color: #999999;
width: 50%;
vertical-align: middle;

}
/* 金额 */
.je{
  text-align: right;
padding-right:30rpx;
 height: 100rpx;
 font-size: 30rpx;
color: #999999;
width: 50%;
vertical-align: middle;
}
/* 没有数据 */
.mysj{
  margin-top: 30rpx;
  width: 100%;
  height: 70rpx;
  font-size: 34rpx;
  text-align: center;
  color: #888;
}
/*数据*/
.data{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  height: 114rpx;
}
/*左边的数据 */
.left{
  width:70%;
 height: 120rpx;
}
/* 单据单号 */
.left-test{
  margin-left: 30rpx;
  padding-top: 20rpx;
  font-size: 30rpx;
  color: #000000;
  width: 100%;
}
/* 单据时间 */
.time{
  margin-top: 10rpx;
  font-size: 25rpx;
  color: #999999;
  width: 100%;
}
/* 流动资金的加减 */
.money{
  padding-top:20rpx;
  height: 70rpx;
  width: 120rpx;
 margin-left:80rpx;
  font-size: 30rpx;
  font-family: 'SimHei',Arial;
  text-align:right;
}
/*开始时间清空输入框的按钮*/
.empty{
  position: absolute;
  top: 25rpx;
  left:316rpx;
 
}
/*结束时间清空输入框的按钮*/
.end{
  width: 25rpx;
  height: 25rpx;
  border-radius:50%; 
  background: #767676;
  color: #fff;
  font-size: 25rpx;
 text-align: center;
 line-height:19rpx;

 
}
/* 开始 */
.ksqc{
   width: 25rpx;
  height: 25rpx;
  border-radius:50%; 
  background: #767676;
  color: #fff;
  font-size: 25rpx;
 text-align: center;
 line-height:19rpx;

}
.jspc{
  position:absolute;
  top:7rpx;
  left:190rpx
}