tanyanfei 4 лет назад
Родитель
Сommit
4653752520

+ 1 - 1
pages/detail/detail.wxml

@@ -1,5 +1,5 @@
 <view class="part top">
-    <image mode="widthFix" src="../images/bank.png"></image>
+    <image  src="../images/bank.png"></image>
     <view class="rank"> <text>{{datas.group_rank?datas.group_rank:0}}</text>当前排名 </view>  
 
     <view class='label'>

+ 5 - 1
pages/detail/detail.wxss

@@ -11,7 +11,8 @@ page{
   position: absolute;
   right: 0;
   top: 20rpx;
-  width: 210rpx;
+  width: 240rpx;
+  height: 70rpx;
 }
 .rank{
   position: absolute;
@@ -26,6 +27,9 @@ page{
   color: #FF5151;
   position: relative;
   top: 6rpx;
+  display: inline-block;
+  width: 70rpx;
+  text-align: center;
 }
 .label{
     font-size: 32rpx;

+ 1 - 1
pages/index/index.wxml

@@ -10,7 +10,7 @@
 <view class="part" wx:if='{{datas.match_name}}' style="margin-bottom:0;">
   <view class="title">
     {{datas.match_name}}    
-    <image mode="widthFix" src="../images/bank.png"></image>
+    <image  src="../images/bank.png"></image>
     <view class="rank"> <text>{{datas.cur_rank?datas.cur_rank:''}}</text>当前排名 </view>  
   </view>
 </view>

+ 5 - 1
pages/index/index.wxss

@@ -36,7 +36,8 @@ ec-canvas {
   position: absolute;
   right: 0;
   top: -15rpx;
-  width: 210rpx;
+  width: 240rpx;
+  height: 75rpx;
 }
 .rank{
   position: absolute;
@@ -51,6 +52,9 @@ ec-canvas {
   color: #FF5151;
   position: relative;
   top: 6rpx;
+  display: inline-block;
+  width: 70rpx;
+  text-align: center;
 }
 
 .part1{

+ 1 - 1
pages/upload/upload.wxml

@@ -27,7 +27,7 @@
         开超市<text class="note">(持股超5支可选)</text>  
         <switch checked="{{is_markt}}" bindchange="switch1Change" />
     </view>
-    <view class="label">账户截图<text class="note">(截图需包括:净资产-股票名-持股金额,<text style='color:red;font-size: 22rpx'>请屏蔽</text>账户-开户名-股东代码等个人信息,截图大小不得超过1M)</text></view>
+    <view class="label">账户截图<text class="note">(截图需包括:净资产-股票名-持股金额,<text style='color:red;font-size: 22rpx'>请屏蔽</text>账户-开户名-股东代码等个人信息)</text></view>
     <view wx:for='{{today_stock_img}}'>
         <image style="width:220rpx;height:220rpx;" mode="scaleToFill" src="{{item}}"></image>
         <icon bindtap="del1" data-id='{{index}}' class="icon-small" type="cancel" size="25"></icon>