Sfoglia il codice sorgente

feat:关键词页面增加新增分类跳转开通,样式修改

zhangsiya 10 mesi fa
parent
commit
109119c1e0

+ 8 - 1
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/css/keyWord.css

@@ -23,8 +23,9 @@
   align-items: center;
   justify-content: space-between;
   margin: 0 .16rem;
-  padding: .08rem .24rem;
+  padding: 0 .16rem 0 .24rem;
   font-size: .24rem;
+  line-height: .48rem;
   color: #171826;
   background-color: #fff;
   border-radius: 50px;
@@ -36,6 +37,12 @@
   margin-left: .08rem;
   transform: rotate(90deg);
 }
+.add-classify{
+    margin: 0 0.08rem 0 .24rem;
+    color: #2abed1;
+    font-size: .28rem;
+    white-space: nowrap;
+}
 
 .j-key-card {}
 .j-key-card-top {

+ 2 - 3
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/css/keyword-common.css

@@ -291,9 +291,8 @@
 
 .key-tag {
     display: inline-block;
-    width: 0.32rem;
-    height: 0.32rem;
-    margin-top: 0.1rem;
+    width: 0.28rem;
+    height: 0.28rem;
     background: url('/common-module/vipsubscribe/image/v_vip_icon.png') no-repeat center;
     background-size: contain;
 }

+ 3 - 0
src/jfw/modules/app/src/web/templates/vipsubscribe/keyWord.html

@@ -45,6 +45,9 @@
                     <van-icon name="play"></van-icon>
                 </div>
                 <div class="filter-action" v-if="vSwitch === 'f'">
+                    <span class="add-classify"  @click="toBuyVIPService">
+                        新增分类
+                    </span>
                     <span class="key-tag clickable" @click="toBuyVIPService"></span>
                 </div>
             </div>

+ 7 - 1
src/web/staticres/vipsubscribe/css/keyWord.css

@@ -24,6 +24,7 @@
   justify-content: space-between;
   margin: 0 .16rem;
   padding: .08rem .24rem;
+  line-height: .48rem;
   font-size: .24rem;
   color: #171826;
   background-color: #fff;
@@ -36,7 +37,12 @@
   margin-left: .08rem;
   transform: rotate(90deg);
 }
-
+.add-classify{
+    margin: 0 0.08rem 0 .24rem;
+    color: #2abed1;
+    font-size: .28rem;
+    white-space: nowrap;
+}
 .j-key-card {}
 .j-key-card-top {
   display: flex;

+ 2 - 3
src/web/staticres/vipsubscribe/css/keyword-common.css

@@ -291,9 +291,8 @@
 
 .key-tag {
     display: inline-block;
-    width: 0.32rem;
-    height: 0.32rem;
-    margin-top: 0.1rem;
+    width: 0.28rem;
+    height: 0.28rem;
     background: url('/common-module/vipsubscribe/image/v_vip_icon.png') no-repeat center;
     background-size: contain;
 }

+ 3 - 0
src/web/templates/weixin/vipsubscribe/keyWord.html

@@ -38,6 +38,9 @@
                     <van-icon name="play"></van-icon>
                 </div>
                 <div class="filter-action" v-if="vSwitch === 'f'">
+                    <span class="add-classify"  @click="toBuyVIPService">
+                        新增分类
+                    </span>
                     <span class="key-tag clickable" @click="toBuyVIPService"></span>
                 </div>
             </div>