zhengjinyi 2 years ago
parent
commit
e9f197cd5b
1 changed files with 15 additions and 0 deletions
  1. 15 0
      components/cm-module/cart-components/index.vue

+ 15 - 0
components/cm-module/cart-components/index.vue

@@ -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;