@@ -2028,6 +2028,21 @@ page {
height: 100%;
border-radius: 10rpx;
}
+ .pros-type {
+ width: 64rpx;
+ height: 64rpx;
+ text-align: justify;
+ box-sizing: border-box;
+ padding: 10rpx;
+ border-radius: 0 0 8rpx 8rpx;
+ background-color: #33ccbf;
+ font-size: $font-size-22;
+ color: #ffffff;
+ line-height: 25rpx;
+ position: absolute;
+ top: 0;
+ right: 10rpx;
+ }
.pros-marks {
width: 730rpx;