.code_card{width:300px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-transition:all 225ms cubic-bezier(0,0,.2,1);transition:all 225ms cubic-bezier(0,0,.2,1);border-radius:4px;background:#fff;overflow:hidden;padding:20px;border:1px solid #ebeef5}.code_card:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border:1px solid #2c62ff;-webkit-transform:scale(1.02);transform:scale(1.02);z-index:2}.code_card_checkbox{position:absolute;top:8px;right:10px;margin-right:0}.code_card_title{font-size:18px;line-height:18px;overflow:hidden;color:#020421;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.code_card_details,.code_card_title{margin-bottom:24px}.code_card_details p{display:-webkit-box;display:-ms-flexbox;display:flex;color:rgba(2,4,33,.5);font-size:14px;line-height:14px;margin-bottom:12px}.code_card_details p span:first-child{display:block;width:56px;-moz-text-align-last:justify;text-align-last:justify}.code_card_details p span:nth-child(3){display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.code_card-operation{width:100%;height:14px;font-size:14px;line-height:1;color:#303133;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.code_card-operation .el-link{margin-left:10px}