Browse Source

样式抽公共

xiaohaizhao 2 years ago
parent
commit
54d30c58eb
1 changed files with 1 additions and 41 deletions
  1. 1 41
      packageA/achievement/modules/clue.scss

+ 1 - 41
packageA/achievement/modules/clue.scss

@@ -1,42 +1,2 @@
 @import "./head.scss";
-
-.content-box {
-    width: 100vw;
-    padding: 20rpx 30rpx;
-    box-sizing: border-box;
-    background-color: #fff;
-    border-bottom: 1px solid #ddd;
-
-    .title {
-        display: flex;
-        line-height: 42rpx;
-        font-size: 30rpx;
-        font-family: PingFang SC-Regular, PingFang SC;
-        color: #333333;
-
-        text {
-            height: 42rpx;
-            background: #3874F6;
-            border-radius: 4rpx;
-            padding: 0 16rpx;
-            font-size: 24rpx;
-            font-family: PingFang SC-Regular, PingFang SC;
-            color: #FFFFFF;
-            margin-right: 10rpx;
-            flex-shrink: 0;
-        }
-
-        .line-1 {
-            // flex: 1;
-            width: 660rpx;
-        }
-    }
-
-    .rep {
-        line-height: 34rpx;
-        font-size: 24rpx;
-        font-family: PingFang SC-Regular, PingFang SC;
-        color: #666666;
-        margin-top: 10rpx;
-    }
-}
+@import "./content.scss";