/* pages/member/IntegralGeneralization/IntegralGeneralization.wxss */ .build_active .content .need_active { background-color: #fff; margin-top: 20rpx; padding: 20rpx 28rpx; text-align: left; } .build_active .content .need_active .li .h1 { font-size: 48rpx; } .build_active .content .need_active .li .span { font-size: 28rpx; font-weight: normal; } .build_active .content .need_active .li { line-height: 60rpx; font-size: 28rpx; display: flex; } .build_active .content .need_active .li:last-child { color: #8c8c8c; } .build_active .content .active_info { background-color: #fff; padding-left: 28rpx; margin-top: 20rpx; } .build_active .content .active_info .li { height: 90rpx; line-height: 90rpx; padding-right: 28rpx; border-bottom: solid 2rpx #ebebeb; display: flex; font-size: 32rpx; } .build_active .content .active_info .li .span:first-child { text-align: left; width: 248rpx; white-space: nowrap; overflow: hidden; } .build_active .content .active_info .li .span:last-child { width: 494rpx; text-align: left; font-size: 36rpx; color: #f15353; } .build_active .content .active_info .li input { width: 494rpx; border: none; height: 100%; } .build_active .buttonGropup { padding-top: 20rpx; } .build_active .buttonGropup .button { width: 660rpx; height: 90rpx; line-height: 90rpx; font-size: 32rpx; border-radius: 20rpx; border: none; background-color: #f15353; color: #fff; text-align: center; margin: 0 auto 40rpx; }