certificateList.wxss 801 B

123456789
  1. page{background-color: #F5F5F5;}
  2. .certificate{margin: 24rpx 30rpx;}
  3. .certificate-item{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;-webkit-box-sizing: border-box;box-sizing: border-box;height: 169rpx;padding: 42rpx 24rpx 41rpx 50rpx;margin-bottom: 24rpx;background-color: #fff;-webkit-border-radius: 16rpx;border-radius: 16rpx;}
  4. .certificate-item-img{width: 60rpx;height: 86rpx;margin-right: 50rpx;}
  5. .certificate-item-text{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
  6. .certificate-item-text .num{margin-bottom: 10rpx;font-size: 28rpx;color: #333;line-height: 40rpx;font-weight: 500;}
  7. .certificate-item-text .time{font-size: 24rpx;color: #999;line-height: 33rpx;}
  8. .certificate-item-icon .iconfont{color: #D8D8D8;}