user_fw.wxss 874 Bytes
.xc-page{
  width: 100%;
  height: 100%;
}
.xc-page .items{
  display: inline-block;
  width: 43%;
  height:396rpx;
  margin-left: 33rpx;
  border:2rpx solid #d8d8d8;
  box-shadow:10rpx 10rpx  20rpx 6rpx #eee;
  margin-top: 33rpx;
  border-radius: 20rpx;
  padding-top: 30rpx;
}
.xc-page .items .items-img{
  width: 112rpx;
  height: 112rpx;

}
.xc-page .items .items-name{
 font-weight:600;
 height:90rpx;
padding:0 16rpx;
}
.xc-page .items .items-frequency{
 margin-top:15rpx;
 color:#adadad;
}
.xc-page .items .items-time{
 color:#adadad;
 margin-top:6rpx 
}
.xc-page .items .items-use{
  border-radius:25rpx;
   width: 144rpx;
   height: 41rpx;  
   margin-left:85rpx;
  margin-top:35rpx;
  line-height:41rpx;
font-size: 22rpx;

}
.on{
  background: #fe658b;
}
.sn{
  background: #c9c9c9;
}

.three-level-word{
  font-size:32rpx;
}
.four-level-word{
  font-size:27rpx;
}