소스 검색

[成长值消费修改]

tags/广东版3.2.1
meo 6 년 전
부모
커밋
8820c2755f
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 파일 보기

@@ -2,7 +2,7 @@
<text>当前</text> <text>当前</text>
<text>{{score}}</text> <text>{{score}}</text>
<view class='rule' bindtap='gotorule'>规则</view> <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>
<view class=''> <view class=''>
<text class='title'>成长值明细</text> <text class='title'>成长值明细</text>


+ 1
- 0
pages/czdetail/czdetail.wxss 파일 보기

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


.content { .content {


+ 1
- 2
pages/index/index.wxss 파일 보기

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


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


불러오는 중...
취소
저장