liyongli hace 3 años
padre
commit
dd10b2f316
Se han modificado 21 ficheros con 103 adiciones y 85 borrados
  1. 4 0
      miniprogram/pages/channelAdvertising/components/baohedu/index.wxss
  2. 1 0
      miniprogram/pages/channelAdvertising/components/foufangxiangqing/index.ts
  3. 4 0
      miniprogram/pages/channelAdvertising/components/foufangxiangqing/index.wxss
  4. 4 0
      miniprogram/pages/channelAdvertising/components/hangyezhanbi/index.wxss
  5. 4 0
      miniprogram/pages/channelAdvertising/components/kehuyoushi/index.wxss
  6. 0 46
      miniprogram/pages/channelAdvertising/components/qianzaikehu/index copy.wxss
  7. 4 0
      miniprogram/pages/channelAdvertising/components/qianzaikehu/index.wxss
  8. 4 0
      miniprogram/pages/channelAdvertising/components/shiduan/index.wxss
  9. 4 0
      miniprogram/pages/channelAdvertising/components/toufang/index.wxss
  10. 4 0
      miniprogram/pages/channelAdvertising/index.less
  11. 7 4
      miniprogram/pages/industryAdvertising/components/fenzhongdiankehu/index.wxss
  12. 7 4
      miniprogram/pages/industryAdvertising/components/hangyejiegou/index.wxss
  13. 7 4
      miniprogram/pages/industryAdvertising/components/hangyetoufang/index.wxss
  14. 7 4
      miniprogram/pages/industryAdvertising/components/hangyezhanbi/index.wxss
  15. 7 4
      miniprogram/pages/industryAdvertising/components/jiemufenbu/index.wxss
  16. 7 4
      miniprogram/pages/industryAdvertising/components/pindaofenbu/index.wxss
  17. 1 1
      miniprogram/pages/industryAdvertising/components/quanpanqushi/index.wxml
  18. 6 2
      miniprogram/pages/industryAdvertising/components/quanpanqushi/index.wxss
  19. 7 4
      miniprogram/pages/industryAdvertising/components/ruanzhifenbu/index.wxss
  20. 7 4
      miniprogram/pages/industryAdvertising/components/zhongdiankehu/index.wxss
  21. 7 4
      miniprogram/pages/industryAdvertising/components/zhouzoushi/index.wxss

+ 4 - 0
miniprogram/pages/channelAdvertising/components/baohedu/index.wxss

@@ -8,6 +8,10 @@
   border-bottom: 1rpx solid #eee;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;

+ 1 - 0
miniprogram/pages/channelAdvertising/components/foufangxiangqing/index.ts

@@ -143,6 +143,7 @@ namespace kehuyoushi {
           clearTimeout(this.data.timeout);
           this.data.timeout = null;
         }
+        console.log(this.data.timeout)
         this.data.timeout = setTimeout(() => {
           scrollType = 2;
           clearTimeout(this.data.timeout);

+ 4 - 0
miniprogram/pages/channelAdvertising/components/foufangxiangqing/index.wxss

@@ -14,6 +14,10 @@
   border-bottom: 1rpx solid #eee;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .f2-canvas{
   height: 56.25vw;
 }

+ 4 - 0
miniprogram/pages/channelAdvertising/components/hangyezhanbi/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;

+ 4 - 0
miniprogram/pages/channelAdvertising/components/kehuyoushi/index.wxss

@@ -43,4 +43,8 @@
 
 .rowText:nth-child(odd) .col {
   background-color: #eee;
+}
+
+.select{
+  font-size: 15px;
 }

+ 0 - 46
miniprogram/pages/channelAdvertising/components/qianzaikehu/index copy.wxss

@@ -1,46 +0,0 @@
-/* components/toufang/index.wxss */
-.youshikehubody{
-  margin: 0 5px;
-  box-shadow: 0 0 5px #eee;
-}
-
-.titleHead {
-  color: #000;
-  padding: 5px 5px 5px 10px;
-  font-size: 17px;
-  margin-bottom: 15px;
-  margin-top: 15px;
-  border-bottom: 1rpx solid #eee;
-}
-
-.f2-canvas {
-  height: 56.25vw;
-}
-
-.after {
-  width: 3px;
-  height: 1.2em;
-  margin-left: -5px;
-  display: inline-block;
-  border-radius: 3px;
-  vertical-align: middle;
-  background-color: #44aae1;
-}
-
-.btns {
-  float: right;
-  font-size: 12px;
-  margin-top: 3px;
-}
-
-.col {
-  padding: .5em 0;
-  text-align: center;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-}
-
-.rowText:nth-child(odd) .col {
-  background-color: #eee;
-}

+ 4 - 0
miniprogram/pages/channelAdvertising/components/qianzaikehu/index.wxss

@@ -39,4 +39,8 @@
 
 .rowText:nth-child(odd) .col {
   background-color: #eee;
+}
+
+.select{
+  font-size: 15px;
 }

+ 4 - 0
miniprogram/pages/channelAdvertising/components/shiduan/index.wxss

@@ -8,6 +8,10 @@
   border-bottom: 1rpx solid #eee;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;

+ 4 - 0
miniprogram/pages/channelAdvertising/components/toufang/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;

+ 4 - 0
miniprogram/pages/channelAdvertising/index.less

@@ -5,4 +5,8 @@
 
 .rowText:nth-child(odd) .col {
   background-color: #eee;
+}
+
+.select{
+  font-size: 15px;
 }

+ 7 - 4
miniprogram/pages/industryAdvertising/components/fenzhongdiankehu/index.wxss

@@ -20,11 +20,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{
@@ -51,4 +50,8 @@
 }
 .rowText:nth-child(odd) .col {
   background-color: #eee;
+}
+
+.select{
+  font-size: 15px;
 }

+ 7 - 4
miniprogram/pages/industryAdvertising/components/hangyejiegou/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -20,11 +24,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{

+ 7 - 4
miniprogram/pages/industryAdvertising/components/hangyetoufang/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -20,11 +24,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{

+ 7 - 4
miniprogram/pages/industryAdvertising/components/hangyezhanbi/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -20,11 +24,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{

+ 7 - 4
miniprogram/pages/industryAdvertising/components/jiemufenbu/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -20,11 +24,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{

+ 7 - 4
miniprogram/pages/industryAdvertising/components/pindaofenbu/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -20,11 +24,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{

+ 1 - 1
miniprogram/pages/industryAdvertising/components/quanpanqushi/index.wxml

@@ -16,7 +16,7 @@
 <view style="height: 54.25vw;">
   <f2 wx:if="{{onInitChart !== undefined}}" onInit="{{onInitChart}}" />
 </view>
-<view >
+<view style="height: 40px;line-height: 40px;" >
   <text class="title">软广趋势</text>
   <view class="btns">
     <picker mode="selector" bindchange="channelChange1" range-key="text" value="{{select_act1}}" range="{{select1}}">

+ 6 - 2
miniprogram/pages/industryAdvertising/components/quanpanqushi/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -23,8 +27,8 @@
 }
 .btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 40px;
+  line-height: 40px;
   margin-right: 10rpx;
 }
 .title{

+ 7 - 4
miniprogram/pages/industryAdvertising/components/ruanzhifenbu/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -20,11 +24,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{

+ 7 - 4
miniprogram/pages/industryAdvertising/components/zhongdiankehu/index.wxss

@@ -20,11 +20,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{
@@ -45,6 +44,10 @@
   font-weight: 400;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .youshikehubody{
   margin: 0 5px;
   box-shadow: 0 0 5px #eee;

+ 7 - 4
miniprogram/pages/industryAdvertising/components/zhouzoushi/index.wxss

@@ -12,6 +12,10 @@
   height: 56.25vw;
 }
 
+.select{
+  font-size: 15px;
+}
+
 .after {
   width: 3px;
   height: 1.2em;
@@ -20,11 +24,10 @@
   border-radius: 3px;
   vertical-align: middle;
   background-color: #44aae1;
-}
-.btns{
+}.btns{
   float: right;
-  font-size: 12px;
-  margin-top: 3px;
+  height: 20px;
+  line-height: 20px;
   margin-right: 10rpx;
 }
 .title{