dwh_project.wxss 1.3 KB
page{
  background: url('http://bronet.wangshuwen.com/head.png') no-repeat;
  background-size: 100%, 100%;
  line-height: 1;
}
.container{
  
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  padding: 91rpx 0 0 0;
  box-sizing: border-box;


}
.item{
  width:686rpx;
  background:rgba(255,255,255,1);
  box-shadow:0rpx 10rpx 24rpx 0rpx rgba(149,149,149,0.1);
  border-radius:10rpx;
  margin-top: 30rpx;

}
.item:first-child{
  margin-top: 0;
}
.item:last-child{
  margin-bottom: 60rpx;
}
.item_top{
  margin-top: 0.23rpx;
  width: 622rpx;
  display: flex;
  justify-content: space-between;
  margin: 23rpx 32rpx;
}
.item_top_left{
  width: 330rpx;
  display: flex;
  justify-content: space-between;
  
 
  font-size:30rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  color:rgba(51,51,51,1);
  
}
.item_top_right{
  /* width:87px; */
  /* height:28px; */
  font-size:30rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(44,130,230,1);
  /* line-height:36px; */
}
.item_bottom{
  margin: 35rpx 32rpx 20rpx 20rpx;
  font-size:24rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:36rpx;
}
.color_blue{
  color: #2C82E6;
}
.color_green{
  color: #63E046;
}
.color_orange{
  color: #FAA64B;
}
.color_red{
  color: #FA5A4B;
  
}