/* packageH/rightsInterests/rightsInterests.wxss */ .rightLis { width: 25%; text-align: center; } #rightsInterests { min-height: 100vh; background-color: #fff; } .lis { background-color: #fff; padding: 0 31.04rpx 0 29.12rpx; border-top: 0.0313rem solid #ebebeb; padding-bottom: 96rpx; } .lis .lisbox { height: 125.12rpx; width: 100%; border-bottom: 0.0313rem solid #ebebeb; display: flex; justify-content: space-between; align-items: center; } .lis .lisbox .lisLeft { flex: 1; height: 100%; } .lis .lisbox .lisLeft .idlis { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .contenLis { height: 342.08rpx; width: 100%; display: flex; justify-content: space-around; background: #fff; flex-direction: column; } .contenLis .leftLis { height: 50%; width: 100%; display: flex; justify-content: space-around; align-items: center; } .top { width: 100%; height: 224rpx; background-color: #ee2e2b; display: flex; align-items: center; padding: 54.08rpx 48.96rpx 66.88rpx 48.96rpx; justify-content: flex-start; } .top .img { width: 92.16rpx; height: 92.16rpx; border-radius: 100%; background-color: #000; margin-right: 21.12rpx; } .top .img image { border-radius: 100%; width: 100%; height: 100%; } .top .user { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; height: 92.16rpx; } .top .user .name { font-size: 32rpx; color: #fff; } .top .user .leave { padding: 2.56rpx 16rpx 2.56rpx 16rpx; background-color: rgba(255, 255, 255, 0.29); border-radius: 20.16rpx; color: #fff; font-size: 24rpx; display: flex; align-items: center; justify-content: center; }