This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[成长值消费修改]
tags/广东版3.2.1
meo
6 years ago
parent
f0d0eccd72
commit
8820c2755f
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/czdetail/czdetail.wxml
+1
-0
pages/czdetail/czdetail.wxss
+1
-2
pages/index/index.wxss
+ 1
- 1
pages/czdetail/czdetail.wxml
View File
@@ -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
View File
@@ -51,6 +51,7 @@
right: 0;
width: 100%;
height: 55rpx;
z-index: 100;
}
.content {
+ 1
- 2
pages/index/index.wxss
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save