/* pages/groupPage/collage-details/collage-details.wxss */ .collage-details { height: 100%; width: 100%; background: #fff; overflow: hidden; } .green-placerholder { width: 100%; height: 132rpx; background: #12c962; position: absolute; top: 0; } .class-icon { width: 704rpx; height: 294rpx; border-radius: 20rpx; box-shadow: 0 0 15rpx 0rpx rgba(0, 0, 0, .4); margin: 0 auto; display: block; z-index: 1; position: relative; top: 15rpx; } .step { width: 100%; height: 250rpx; background: #fff; display: flex; flex-direction: column; justify-content: center; } .step image { height: 60rpx; width: 70%; margin: 0 auto; } .txt { display: flex; justify-content: space-around; color: #535353; font-size: 32rpx; padding: 0 46rpx; margin-top: 20rpx; } .details-head { width: 100%; /* height: 82%; */ margin-top: 12rpx; background: #fff; min-height: 98%; } .headImg { display: flex; flex-wrap: wrap; justify-content: center; padding: 40rpx 0; box-sizing: border-box; } .headImg-item { position: relative; width: 140rpx; height: 140rpx; border-radius: 50%; margin: 20rpx 22rpx; box-sizing:border-box; } .headImg-item image { width: 100%; height: 100%; border-radius: 50%; } .headImg-item .organizerIcon { position: absolute; bottom: -15rpx; width: 70rpx; height: 32rpx; line-height: 32rpx; background: #f7b21d; border-radius: 16rpx; /* border: 2rpx solid rgba(255, 255, 255, 1); */ font-size: 24rpx; /* font-family: PingFangSC-Medium; */ /* font-weight: 500; */ color: rgba(255, 255, 255, 1); left: 0; right: 0; margin: 0 auto; text-align: center; } .bg-boder { border: 2px solid #f7b21d; } .last-time-box { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top:30rpx; } .last-time { display: flex; flex-direction: row; align-items: center; } .last-time-end { width: 99rpx; height: 38rpx; font-size: 30rpx; font-weight: 800; color: #f14025; margin: 0 15rpx; text-align:center; } .left-icon { width: 80rpx; height: 20rpx; } .right-icon { width: 80rpx; height: 20rpx; } .last-text { width: 100%; text-align: center; font-size: 30rpx; font-weight: 800; color: #f14025; margin-top: 8rpx; } .group-regular-text { font-size: 30rpx; font-weight: 800; color: rgba(12, 10, 10, 1); width: 100%; text-align: center; line-height: 45rpx; } .last-member{ margin-top: 17rpx; } .invitation-btn { /* position: absolute; left: 50%; top: 55%; */ /* transform: translate(-50%); */ width: 434rpx; height: 80rpx; margin: 0 auto 20rpx; } .invitation-btn image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .invitation-btn text { /* position: absolute; */ width: 100%; height: 100%; display: inline-block; text-align: center; line-height: 80rpx; z-index: 2; color: #fff; background: #FF653A; border-radius: 56rpx; font-size: 36rpx; font-weight: 800; } .red-text{ color: #f13e25 } .rule { position: fixed; right: 0; top: 82%; width: 84rpx; height: 88rpx; z-index: 2; } .rule image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .rule text { position: absolute; left: 30rpx; top: 10rpx; font-size: 24rpx; color: #fff; z-index: 2; } .explain { color: #8E8B8C; width: 100%; box-sizing: border-box; text-align: center; font-size: 24rpx; line-height: 40rpx; position: absolute; bottom: 20rpx; } .explain-title{ font-weight: 800; } .data-loading { width: 100%; height: 200rpx; /* background: #FF4330; */ } .data-loading .line1 { width: 300rpx; height: 30rpx; background: rgba(228, 255, 242, .8); margin-top: 20rpx; margin-left: 122rpx; border-radius: 10rpx; } .data-loading .line2 { width: 400rpx; height: 30rpx; background: rgba(228, 255, 242, .8); margin-top: 20rpx; margin-left: 200rpx; border-radius: 10rpx; } .data-loading .line3 { width: 460rpx; height: 30rpx; background: rgba(228, 255, 242, .8); margin-top: 20rpx; margin-left: 160rpx; border-radius: 10rpx; } .help-success{ margin-top:41rpx; }