/* packageD/team_sell/teamActive/teamActive.wxss */ page { background: #fff; } .ind_two { margin: 0 32rpx 0 38rpx; display: flex; margin-bottom: 20rpx; } .two_poto { width: 92rpx; height: 92rpx; border-radius: 50%; margin-right: 20rpx; } .two_poto image { border-radius: 50%; width: 100%; height: 100%; background: #ebebeb; } .two_list { flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .two_right { display: flex; flex-direction: column; justify-content: space-between; text-align: center; } /* 列 */ .line_box { background: #fff; margin-bottom: 20rpx; } .line_box .lineList:last-child { border: none; } .lineList { height: 102rpx; margin: 0 25rpx; background: #fff; border-bottom: solid 2rpx #ededed; display: flex; justify-content: space-between; align-items: center; } .line_left { font-size: 32rpx; } .line_right { display: flex; align-items: center; font-size: 32rpx; } .line_right .van-icon { margin-top: 12rpx; }