/* miniprogram/subpages/clerkOnline/pages/myGroup/myGroup.wxss */ .group-box { box-sizing: border-box; width: 100%; height: auto; padding: 21rpx 21rpx 20rpx 20rpx; } .right { float: right; } .left { width: 100%; height: auto; } .user-box { height: 56rpx; } .user { display: flex; color: #666666; height: 56rpx; font-size: 26rpx; } .user-image { width: 56rpx; height: 56rpx; border-radius: 50%; } .position { display: flex; flex-direction: column; margin-left: 10rpx; } .position .time { color: #ADAEB3; font-size: 20rpx; } .content { box-sizing: border-box; width: 580rpx; height: auto; background: #fff; margin-left: 66rpx; margin-top: 21rpx; position: relative; border-radius: 16rpx; } .isTop { width: 58rpx; height: 56rpx; position: absolute; right: 0; top: 0; } .content .bac { width: 580rpx; height: 280rpx; vertical-align: middle; border-top-right-radius: 16rpx; border-top-left-radius: 16rpx; } .content .inform { width: 580rpx; height: 160rpx; vertical-align: middle; } .content-center { /* box-sizing: border-box; */ width: 532rpx; /* height: 88rpx; */ height: auto; margin-bottom: 30rpx; margin-left: 20rpx; /* margin-top: 30rpx; */ padding-top: 30rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #333333; font-size: 34rpx; /* overflow-wrap: break-word; */ word-break: break-all; } .content-bottom { box-sizing: border-box; height: 90rpx; line-height: 90rpx; border-top: 1rpx solid #DBE7E7; display: flex; justify-content: space-around; color: #666666; font-size: 22rpx; } .content-bottom image { width: 24rpx; height: 24rpx; } .content-bottom .num { margin-left: 5rpx; font-size: 24rpx; } .content .topic { color: #29B9A5; font-size: 24rpx; } .content .topic .num { font-size: 26rpx; } .line { width: 1rpx; height: 53rpx; border-right: 1rpx solid #DBE7E7; margin-top: 19rpx; } .blank { width: 100%; height: 154rpx; } .fixed { box-sizing: border-box; width: 100%; height: 106rpx; line-height: 106rpx; position: fixed; left: 0; bottom: 0; background: #fff; /* margin-top: 154rpx; */ } .fixed-box { box-sizing: border-box; display: flex; justify-content: space-around; } .fixed .punlish { width: 190rpx; height: 66rpx; line-height: 66rpx; /* #D3D3D3 */ border: 1rpx solid rgba(211,211,211,1); border-radius: 33rpx; text-align: center; color: #333333; font-size: 26rpx; vertical-align: middle; margin-top: 20rpx; z-index: 22; } .fixed .punlish image { width: 28rpx; height: 28rpx; vertical-align: middle; margin-right: 8rpx; } .read { width: 300rpx; text-align: center; } .colorRed{ color: #FD6A62; }