wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7194b7d5330374a2496b231480a7e48c54db327f
Authored by
yvan.ni
2021-02-24 14:49:06 +0800
1 parent
f400919d
封面图固定大小
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pages/giftpack/buygiftpack/giftpackbuy.wxss
pages/giftpack/mygiftpack/mygiftpack.wxss
pages/giftpack/buygiftpack/giftpackbuy.wxss
View file @
7194b7d
...
...
@@ -84,7 +84,7 @@ page {
84
84
}
85
85
86
86
.content_box_img image {
87
- width:
100%
;
87
+ width:
230rpx
;
88
88
height: 230rpx;
89
89
}
90
90
...
...
pages/giftpack/mygiftpack/mygiftpack.wxss
View file @
7194b7d
...
...
@@ -80,7 +80,7 @@
80
80
}
81
81
82
82
.content_box_img image {
83
- width:
100%
;
83
+ width:
230rpx
;
84
84
height: 230rpx;
85
85
}
86
86
...
...