deposit.wxss 2.82 KB
/* 图片 */
.pictuer{
  position:relative;
  top:0rpx;
  left:0rpx;
  width: 100%;
  height: 180rpx;
}
/* 资产的大边框 */
.big{
 color: #FFFFFF;
  position: absolute;
  top: 30rpx;
  left: 45rpx;
  width: 665rpx;
  height:auto;
}
/* 总资产 */
.font-one{
font-size:28rpx;
text-align: left;
height: 50rpx;
line-height:50rpx;
}
/* 人民币符号 */
.rmb{
  display: flex;
  width: 27rpx;
  height: 41rpx;
  font-size:25rpx;
  margin-top:20rpx;
}
/* 资产金额 */
.font-two{
  width: 100rpx;
  height:35rpx;
  font-size:25rpx;
  font-family: 'SimHei',Arial;
  margin-top:24rpx;
padding-top:4rpx;

}
/* 流动资金的边框 */
.min-rim-one{
  display: flex;
  width: 100%;
  height:80rpx;
  line-height: 80rpx;
  border-bottom: 1px solid #EEEEEE;
}
/* 预存款  */
.deposit{
display: flex;
widows: 150rpx;
height: 35rpx;



}
/* 流动资金的小图片 */
.picture-two{
  margin-top:25rpx;
  width: 45rpx;
  height: 35rpx;
  margin-left: 20rpx;
}
/* 流动资金 */
.ldzj-font{
  width: 200rpx;
  font-size: 25rpx;
  margin-left: 20rpx;
  color: #000000;
}
.picture-three{
  margin-top:40rpx;
  margin-left: 380rpx;
  height: 30rpx;
  width: 20rpx;
}
.picture-five{
  margin-top:25rpx;
  margin-left: 420rpx;
  height: 30rpx;
  width: 20rpx;
}
.big-rim{
  width: 100%;
  height: auto;
  font-family: 'SimHei',Arial;
  font-size: 35rpx;
  color: #000000;
  line-height: 60rpx;
}


.mysj{
  width: 100%;
  height: 70rpx;
  font-size: 25rpx;
  text-align: center;
  color:#000000;
  margin-top:20rpx;
}
/*数据*/
 .data{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  height: 120rpx;
} 
/*左边的数据 */
.left{
  width:70%;
 height: 120rpx;
}
/* 单据单号 */
.left-test{
  margin-left: 30rpx;
  padding-top: 20rpx;
  font-size: 35rpx;
  color: #000000;
  width: 100%;
}
/* 单据时间 */
.time{
  margin-top: 10rpx;
  font-size: 25rpx;
  color: #999999;
  width: 100%;
}
/* 流动资金的加减 */
.money{
  padding-top:20rpx;
  height: 70rpx;
  width: 110rpx;
 margin-left:130rpx;
  font-size: 35rpx;
  font-family: 'SimHei',Arial;
}

/* 有数据的时候的大边框样式 */
.rim_one{
margin:20rpx  auto;
width: 90%;
background: #fbc8b7;
height: 250rpx;
text-align: left;
border-radius: 10rpx;
}
/* 上边框 */
.top_rim{
  width:80%;
  font-family: 'SimHei',Arial;
  padding: 0 45rpx;
  margin:0 auto;
  color: #fff;
  font-size: 45rpx;
  height: 100rpx;
  line-height: 100rpx;
  border-bottom: 1px dashed #FFFFFF;
}
/* 下边框 */
.bottom_rim{
   width:80%;
  height: 150rpx;
   padding: 0 45rpx;
    line-height: 150rpx;
   margin:0 auto;
}
/* 下边框中的钱 */
.bottom_one{
  font-size: 35rpx;    
  width:80%;
  height:70rpx;
  line-height: 250%;
  font-family: 'SimHei',Arial;
   color: #fff;
 
}
.bottom_two{
  font-size: 28rpx;
  width:80%;
  height: 80rpx;
  line-height:120%;
  font-family: 'SimHei',Arial;
  color: #fff;
}