/* pages/info/groupInfo/index.wxss */ .headimglist view { width: 80rpx; height: 80rpx; border-radius: 50%; overflow: hidden; } .headimglist button { display: block; width: 80rpx; height: 80rpx; background-color: #fff !important; background: #fff !important; margin: 0 !important; } button { border: none !important; padding: 0 !important; box-shadow: #fff !important; color: #fff !important; } .info-top-box { text-align:center; font-size:26rpx; color:#666; padding: 20rpx; padding-bottom:40rpx; margin: 20rpx; border-radius: 20rpx; background: white; } .mask-title { font-size: 36rpx; font-weight: bold; line-height: 50rpx; color: #333; margin-top: 30rpx; } .top-tip { font-size: 30rpx; color: #333; margin-bottom: 40rpx; font-weight: bold; } .time-box { display: flex; align-items: center; justify-content: center; margin-top: 20rpx; margin-bottom: 40rpx; } .time-bg { width: 50rpx; line-height: 50rpx; background: #F2F2F2; border-radius: 10rpx; color: #F34922; } .time-box text { width: 60rpx; } .headimglist image { display: block; width: 80rpx; height: 80rpx; border-radius: 50%; margin-right: 30rpx; } .headimglist image:last-child { margin-right: 0; } .closeimg { width: 80rpx; height: 80rpx; display: block; margin-top: 30rpx; } .yq-btn { width: 400rpx; line-height: 80rpx; color: #fff; margin: 0 auto; background: linear-gradient(270deg, #FFCC24, #FF9124); border-radius: 40rpx; font-size: 36rpx; margin-top: 40rpx; } .item { display: flex; justify-content: space-between; padding-bottom: 20rpx; position: relative; text-align: left; border-bottom: 1rpx solid #D8D8D8; } .item-num { position: absolute; width: 100rpx; line-height: 40rpx; text-align: center; left: 0; top: 0; background: linear-gradient(270deg, #FFCC24, #FF9124); border-radius: 10rpx 0px 10rpx 0px; font-size: 24rpx; color: #fff; } .item .headimg { border-radius: 10rpx; display: block; width: 160rpx; height: 160rpx; flex-shrink: 0; } .info-box { flex: 1; width: calc(100% - 360rpx); margin:0 20rpx; height: 150rpx; font-size: 26rpx; color: #666; display: flex; flex-direction: column; justify-content: space-between; } .info-title { font-size: 30rpx; color: #333; line-height: 42rpx; margin-bottom: 10rpx; font-weight: bold; } .info-box view { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .info-tip { margin-bottom: 10rpx; } .info-box .hot-bottom text { font-size: 30rpx; font-weight: bold; } .info-box .hot-bottom .old-price { font-size: 24rpx; flex: 1; } .hot-bottom { display: flex; align-items: center; } .hot-bottom text { color: #FF5555; } .old-price { margin-left: 10rpx; color: #999; text-decoration: line-through; font-size: 18rpx; } .info-btn { flex-shrink: 0; color: #F34922; margin-top: 3rpx; line-height: 30rpx; height: 30rpx; } .more-btn { color: #F34922; font-size: 26rpx; flex: 1; font-weight: normal; text-align: right; } .hot-box { border-radius: 20rpx; background: white; padding-bottom: 1rpx; margin: 25rpx 20rpx; } .hot-title { display: flex; align-items: center; height: 70rpx; margin: 0 20rpx; font-size: 32rpx; font-weight: bold; } .hot-title image { width: 30rpx; display: block; height: 30rpx; margin-left: 11rpx; } .hot-list { display: flex; margin:0 20rpx; } .hot-item { border-radius: 10rpx; overflow: hidden; background: white; width: 210rpx; margin-right: 20rpx; } .hot-list .hot-item:last-child { margin-right: 0; } .hot-item image { width: 210rpx; display: block; height: 180rpx; } .hot-info { height: 120rpx; display: flex; flex-direction: column; font-size: 22rpx; padding: 10rpx; box-sizing: border-box; justify-content: space-between; padding-bottom: 20rpx; line-height: 26rpx; } .hot-title1 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 22rpx; } .fail-box { padding-top: 70rpx; text-align: center; } .fail-box image { width: 200rpx; display: block; margin: 0 auto; height: 200rpx; } .fail-text { font-size: 36rpx; font-weight: bold; color: #000; margin-top: 20rpx; margin-bottom: 60rpx; } .fail-btns { display: flex; justify-content: space-between; margin: 0 40rpx; } .fail-btns .fail-btn { width: 280rpx; box-sizing: border-box; line-height: 80rpx; height: 80rpx; color: #fff; background: linear-gradient(90deg, #FFCC24, #FF9124); border-radius: 40rpx; font-size: 36rpx; } .fail-btns .fail-btn.border-btn { border: 2rpx solid #FF9124; color: #FF9124; background: white; } .new-box { padding: 20rpx 0; } .group-list { background: #FFF4E9; margin: 0 20rpx; margin-top: 30rpx; border-radius: 10rpx; } .group-item { margin: 0 20rpx; border-bottom: 1rpx solid #FFFFFF; display: flex; justify-content: space-between; align-items: center; height: 140rpx; font-size: 26rpx; color: #333; } .group-item image { width: 80rpx; height: 80rpx; display: block; flex-shrink: 0; border-radius: 50%; } .group-item .nickname { margin: 0 20rpx; font-size: 30rpx; text-align: left; flex: 1; } .group-num { flex-shrink: 0; margin-right: 30rpx; } .group-num text { color: #F34922; margin: 0 4rpx; } .btn-box { width: 160rpx; height: 80rpx; background: #fff; overflow: hidden; border: 2rpx solid #FF9124; border-radius: 20rpx; color: #fff; flex-shrink: 0; } .btn-top { width: 100%; background: #ff9124; line-height: 50rpx; } .btn-time { font-size: 20rpx; line-height: 30rpx; color: #666; } .share-img-box { /* width: 551rpx; */ position: static; background: none; display: flex; flex-direction: column; align-items: center; justify-content: center; } .share-img { display: block; width: 551rpx; } .share-tips { width: 426rpx; height: 150rpx; background: #FFFFFF; border-radius: 25rpx; margin-top: 25rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 65rpx; color: #999; font-size: 24rpx; text-align: center; line-height: 40rpx; } .share-tips .img { display: block; width: 55rpx; margin: 0 auto; margin-bottom: 4rpx; } .tipimg { position: absolute; left: 50%; margin-left: 16rpx; width: 24rpx; height: 24rpx; background: #D62828; border-radius: 50%; display: flex; align-items: center; justify-content: center; top: 34rpx; } .tipimg image { width: 21rpx; display: block; } .save-btn { width: 403rpx; line-height: 77rpx; background: #D62828; border-radius: 39rpx; text-align: center; color: #fff; font-size: 31rpx; font-weight: 500; margin-top: 50rpx; }