col.scss 695 Bytes
  .p-c {
      margin: 0 30rpx;
      &-item{
        height: 96rpx;
        display: flex;
        flex-direction: row;
        align-items: center;
        .p-c-item-title{
          font-size: 28rpx;
          color: #202328;
        }
        .needs-update{
          width: 10rpx;
          height: 10rpx;
          border-radius: 50%;
          background-color: #f00;
          margin: 0 0 24rpx 4rpx;
        }
        .p-c-item-desc{
          font-size: 28rpx;
          color: #656A72;
          margin: 0 18rpx 0 auto;
        }
        border-bottom: 2rpx solid rgba(225, 228, 234, 0.7);
        &:active{
          background-color: rgba(255, 255, 255, .3);
        }
      }
    }