Newer
Older
smartKitchenFront / src / assets / css / infoDialog.scss
liuyangyingjie on 26 Oct 2022 708 bytes first commit
.contanier{
    // 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;
        }
      }
    }
}