步骤条

在这里插入图片描述

  <div class="process-box">
        <div class="first-line">
          <div class="left-icon">
            <span class="icon-ball first-ball"></span>
            <i class="icon-line"></i>
          </div>
          <div class="right-time">12-01</div>
        </div>
        <div class="second-line">
          <div class="left-icon">
            <span class="icon-ball"></span>
            <i class="icon-line"></i>
          </div>
          <div class="right-card">
            <el-card class="card-content">
              <div class="first-content">
                <i class="el-icon-user content-icon"></i>
                <span class="content-name">章晗</span>
                <i class="el-icon-time content-time"></i>
                <span class="content-time">2022-12-01 12:00</span>

              </div>
              <div class="second-content">
                <span class="result-text">提交申请</span>
                <span class="result-remark"></span>
              </div>
            </el-card>
          </div>
        </div>
      </div>
 .process-box {
   
      margin-top: 20px;
      .first-line {
   
        display: flex;
        height: 48px;

        .right-time {
   
          width: 70px;
          height: 28px;
          background: url("../../../../assets/images/applyTime.png");
          font-weight: 400;
          text-align: center;
          line-height: 28px;
          font-size: 14px;
          color: #fff;
        }
      }

      .second-line {
   
        display: flex;

        .right-card {
   
          flex: 1;
          .card-content {
   
            .first-content {
   
              display: flex;
              align-items: center;
              i {
   
                margin-right: 10px;
              }

              .content-icon {
   
                color: #3886ff;
              }
              .content-name {
   
                flex: 1;
                font-weight: 700;
                font-size: 16px;
                text-align: left;
                color: #303133 100%;
              }
              .content-time {
   
                color: #909399;
                font-weight: 400;
                font-size: 14px;
              }
            }

            .second-content {
   
              display: flex;
              margin-top: 15px;
              .result-text,
              .result-remark {
   
                font-weight: 400;
                font-size: 14px;
                text-align: left;
                color: #606266 100%;
                margin-right: 20px;
              }

              .refuse {
   
                color: #ee3e3e;
              }
              .agree {
   
                color: #13ce66;
              }
            }
          }
        }
      }
      .left-icon {
   
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        align-items: center;

        .icon-ball {
   
          width: 14px;
          height: 14px;
          border: 2px solid #3886ff;
          border-radius: 50%;
        }
        .first-ball {
   
          margin-top: 6px;
          background: #3886ff;
        }
        .icon-line {
   
          width: 2px;
          flex: 1;
          background: #e8e6ef;
        }
      }
    }

相关推荐

  1. <span style='color:red;'>步骤</span><span style='color:red;'>条</span>

    步骤

    2023-12-13 15:00:09      40 阅读
  2. uView Steps 步骤

    2023-12-13 15:00:09       35 阅读
  3. uniapp步骤 组件

    2023-12-13 15:00:09       13 阅读
  4. 【uniapp】自定义步骤样式

    2023-12-13 15:00:09       24 阅读

最近更新

  1. TCP协议是安全的吗?

    2023-12-13 15:00:09       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-13 15:00:09       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-13 15:00:09       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-13 15:00:09       18 阅读

热门阅读

  1. Gemin技术解析:背景、特点、发展、应用与前景

    2023-12-13 15:00:09       34 阅读
  2. CentOS8 安装 RabbitMQ【纯安装手册】

    2023-12-13 15:00:09       39 阅读
  3. Chat-Gpt 提示攻略

    2023-12-13 15:00:09       42 阅读
  4. Debezium日常分享系列之:Debezium 2.5.0.Beta1发布

    2023-12-13 15:00:09       34 阅读
  5. vue+高德,百度地图

    2023-12-13 15:00:09       42 阅读
  6. 华为OD机试真题-抢7游戏-2023年OD统一考试(C卷)

    2023-12-13 15:00:09       46 阅读
  7. vue实现进入全屏和退出全屏

    2023-12-13 15:00:09       41 阅读
  8. 观鹤笔记2

    2023-12-13 15:00:09       29 阅读