$primary-color: #2D5CF6; .test { border: 1px solid red; @apply box-border; } .tui-btn { border-radius: 12rpx !important; } .tui-primary-outline { background-color: lighten($primary-color, 40%) !important; } .tui-alert-box { border-radius: 16rpx !important; overflow: hidden; .tui-alert-content { padding: 40rpx 32rpx !important; } }