/* packageD/team_sell/teamLimit/teamLimit.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: center; 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; } .upgrade { border-radius: 30rpx; padding: 12rpx 28rpx; background: #ee2e2b; color: #fff; } .inpbox { height: 69rpx; margin: 0 38rpx; background: #f2f2f7; border-radius: 35rpx; display: flex; align-items: center; margin-bottom: 48rpx; } .inpbox icon { margin-left: 29rpx; margin-right: 17rpx; } .showbox { height: 570rpx; background: #fff; border-radius: 42rpx 42rpx 0rpx 0rpx; overflow: hidden; position: relative; overflow-y: scroll; } .topHead { display: flex; justify-content: space-between; position: fixed; padding-top: 22rpx; top: 0rpx; width: 100%; background: #fff; border-radius: 42rpx 42rpx 0rpx 0rpx; z-index: 999; } .checkBox { display: flex; flex-direction: column; margin-top: 130rpx; } .checkList { display: flex; justify-content: space-between; align-items: center; margin: 0 55rpx 0 66rpx; margin-bottom: 79rpx; }