@import "element-variables.scss"; @import "transition.scss"; $box-padding-size: 25px; $advanced-title-height: 50px; $border-color: rgb(216, 220, 229); .page-close-box { position: absolute; background: #0092FF; transform: rotate(45deg); height: 50px; width: 50px; right: -25px; top:-25px; text-align: center; .el-button { transform: rotate(-45deg); color: white; margin-top: 20px; } }