Ver código fonte

[成长值消费修改]

tags/广东版3.2.1
meo 6 anos atrás
pai
commit
8820c2755f
3 arquivos alterados com 3 adições e 3 exclusões
  1. +1
    -1
      pages/czdetail/czdetail.wxml
  2. +1
    -0
      pages/czdetail/czdetail.wxss
  3. +1
    -2
      pages/index/index.wxss

+ 1
- 1
pages/czdetail/czdetail.wxml Ver arquivo

@@ -2,7 +2,7 @@
<text>当前</text>
<text>{{score}}</text>
<view class='rule' bindtap='gotorule'>规则</view>
<image class='bg' src='./../../../assets/images/bgg.png' mode='widthFix'></image>
<image class='bg' src='./../../assets/images/bgg.png' mode='widthFix'></image>
</view>
<view class=''>
<text class='title'>成长值明细</text>


+ 1
- 0
pages/czdetail/czdetail.wxss Ver arquivo

@@ -51,6 +51,7 @@
right: 0;
width: 100%;
height: 55rpx;
z-index: 100;
}

.content {


+ 1
- 2
pages/index/index.wxss Ver arquivo

@@ -36,6 +36,7 @@ page {
}

.section {
padding: 0 20rpx;
display: flex;
justify-content: space-around;
text-align: center;
@@ -50,8 +51,6 @@ page {
.section text {
height: 23rpx;
font-size: 24rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
display: block;
margin-top: 0rpx;


Carregando…
Cancelar
Salvar