liushengqiang vor 1 Jahr
Ursprung
Commit
756a4d5a86
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15 0
      src/views/collection-record-detail/index.module.less

+ 15 - 0
src/views/collection-record-detail/index.module.less

@@ -164,3 +164,18 @@
     background: #f2f2f2;
     border-radius: 6px;
 }
+
+.cancelBtn {
+    height: 44px;
+    border: none;
+    background: linear-gradient(73deg, #5BECFF 0%, #259CFE 100%);
+    font-size: 16px;
+    font-weight: 500;
+    margin: 20px auto;
+    width: 88%;
+    &.orderNo{
+        background: #fff;
+        color: #777;
+        border: 1Px solid #777;
+    }
+}