sub_wh_pic.wxss 875 字节
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: 9rpx 0 0 0;
  box-sizing: border-box;

}
.items{
  width: 686rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60rpx;
}
.item{
  width: 320rpx;
  height: 270rpx;
  display: flex;
  flex-flow: column;

  background:rgba(255,255,255,1);
  box-shadow:0px 10rpx 24rpx 0px rgba(149,149,149,0.1);
  border-radius:10rpx;
  margin-top: 30rpx;
}
.item:first-child{
  
}
.item_top{
  width: 320rpx;
  height: 210rpx;
  display: flex;
}
.item_top image{
  width: 100%;
  height: 100%;
}
.item_bottom{
  height: 60rpx;
  line-height: 60rpx;
  text-align: center;
}