BIG阳
.wrapper{ position: relative;
}.wrapper::before{ content: "\2713"; position: absolute; right: 0; bottom: 0; z-index: 100; color: #72a9ed; font-size: 20px; height: 20px; line-height: 20px;
}.wrapper::after{ content: ''; position: absolute; right: 0; z-index: 10; width: 0; height: 0; bottom: 0; border-right: 15px solid #fff; border-top: 10px solid transparent; border-left: 15px solid transparent; border-bottom: 10px solid #fff;
}