Sfoglia il codice sorgente

完成找活动页面开发

adminthw 4 anni fa
parent
commit
9b0083b060
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      pages/activity/index.vue

+ 13 - 0
pages/activity/index.vue

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