/* packageE/groupCode/groupCodeLabel/groupCodeLabel.wxss */ .groupCodeLabel { background: #fff; } .banner { /* height: 320rpx; */ margin: 0 25rpx; border-radius: 17rpx; } .banner image { width: 100%; height: 0 auto; border-radius: 17rpx; } .groupBox { margin: 0 25rpx; display: flex; /* align-items: center; */ margin-top: 24rpx; } .left { width: 120rpx; height: 120rpx; margin-right: 29rpx; } .left image { width: 100%; height: 100%; } .right { flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .rigtop { display: flex; justify-content: space-between; align-items: center; } .share { position: relative; } .share button { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .rigtop .share icon { color: #666; } .rigtop text { font-size: 32rpx; line-height: 48rpx; letter-spacing: 2rpx; } .groupType { margin-top: 55rpx; } .titleType { margin: 0 42rpx 0 24rpx; display: flex; justify-content: space-between; align-items: center; } .groupOption { padding: 43rpx 0 36rpx 0; display: flex; flex-wrap: wrap; } .optionBox { width: 180rpx; height: 93rpx; background-color: #d9f3ea; border-radius: 28rpx; text-align: center; line-height: 93rpx; font-size: 32rpx; color: #00b075; margin: 0 30rpx 15rpx 40rpx; } /* 说明 */ .explainBox { width: 680rpx; max-height: 724rpx; background-color: #fff; border-radius: 49rpx; display: flex; flex-direction: column; align-items: center; /* overflow: scroll; */ } .explainBox .top { display: flex; align-items: center; justify-content: space-between; /* position: relative; */ width: 100%; } .explainBox .top view { font-size: 32rpx; line-height: 80rpx; letter-spacing: 2rpx; margin-left: 30rpx; } .explainBox icon { position: absolute; top: 0; right: 50rpx; } /* 客服弹窗 */ .serviceBox { width: 590rpx; height: 812rpx; position: relative; } .posbox { position: absolute; bottom: 100; width: 100%; text-align: center; } .posbox icon { color: #fff; font-size: 30rpx; } .serviceBox image { width: 100%; height: 100%; } .serviceBox .top { display: flex; align-items: center; justify-content: center; position: relative; width: 100%; } .serviceBox .top view { font-size: 32rpx; line-height: 48rpx; letter-spacing: 2rpx; margin-top: 10rpx; display: flex; align-items: center; } .serviceBox .top icon { position: absolute; top: -2px; right: 20px; } .serviceImg { width: 444rpx; height: 444rpx; margin-top: 80rpx; margin-bottom: 25rpx; } .serviceImg image { width: 100%; height: 100%; } .service_guide { font-size: 28rpx; color: #666; line-height: 48rpx; }