Newer
Older
smartKitchenFront / src / assets / css / infoDialog.scss
liuyangyingjie on 31 Oct 2022 662 bytes feat(修改问题,添加注释): 整体提交
.contanier {
  //border: 1px solid #606266;

  // display: flex;
  .box:first-child {
    //border-top: 1px solid #606266;
  }

  .box {
    display: flex;
    //border-left: 1px solid #606266;
    //border-bottom: 1px solid #606266;

    .item {
      //border-right: 1px solid #606266;
    }

    .item {
      flex: 1;
      display: flex;
      height: 60px;

      .title {
        background: #f9f9f9;
        // padding: 20px;
        width: 150px;
        display: flex;
        align-items: center;
        padding-left: 20px;
      }

      .content {
        display: flex;
        align-items: center;
        padding-left: 10px;
      }
    }
  }
}