@@ -23,6 +23,7 @@ scroll-view {
.less-group,
.whole-group {
width: 100%;
+ min-height: 60%;
background: #fff;
}
@@ -65,14 +66,17 @@ scroll-view {
.group-box {
display: flex;
- width: 100%;
+ width: 105%;
flex-wrap: wrap;
- justify-content: space-between;
+ flex-direction: row;
+ /* justify-content: space-between; */
.group-item {
position: relative;
+ margin-right:35rpx;
+
flex-direction: column;
@@ -60,9 +60,6 @@ export const myInit = (that) => {
wx.navigateTo({
url: `../../pages/groupPage/my-group/my-group?title=${title}`
});
- APIClient.myWallet().success(res => {
- console.log(res.data.data.data);
- });
@@ -3,6 +3,7 @@
height: 100%;
background:rgba(240,241,245,1);
+ overflow: hidden;
.step {
@@ -31,7 +32,7 @@
.details-head {
- height: 78%;
+ height: 82%;
margin-top: 12rpx;
@@ -76,7 +76,7 @@
scroll-view {
- height: 64%;
+ height: 80%;
@@ -5,6 +5,7 @@
.classPage {
background: #e8e8e8;
+ height: 100%;
/**底部按钮区域**/
@@ -101,10 +102,11 @@ button::after {
.readWorksSection {
- height: 100%;
+ /* height: 100%; */
- margin-bottom: 150rpx;
- min-height: 710rpx;
+ padding-bottom:75px;
+ /* margin-bottom: 150rpx; */
+ /* min-height: 710rpx; */