@@ -166,6 +166,19 @@ export default {
width: 50%;
display: flex;
justify-content: center;
+ position: relative;
+ }
+ .type::after,
+ .state::after {
+ content: "";
+ position: absolute;
+ right: 20%;
+ top: 20%;
+ width: 0;
+ height: 0;
+ border-top: 15rpx solid rgb(173, 173, 173);
+ border-left: 15rpx solid transparent;
+ border-right: 15rpx solid transparent;
}
.actives {