/* pages/member/distribution/distribution.wxss */ .distribution .header { height: auto; background: #f15353; background-size: 100% 100%; padding: 40rpx; position: relative; } .distribution .header .user { display: flex; } .distribution .header .user .user-head { height: 104rpx; width: 104rpx; background: #fff; border-radius: 50%; border: 4rpx solid #fff; box-sizing: content-box; overflow: hidden; } .distribution .header .user .user-head image { width: 100%; } .distribution .header .user .user-info { color: #fff; text-align: left; margin-left: 20rpx; } .distribution .header .user .user-info .user-name { font-weight: bold; font-size: 28rpx; line-height: 60rpx; } .distribution .header .user .user-info .user-other { font-size: 24rpx; opacity: 0.5; } .distribution .myrelationship .list1 { height: 88rpx; background: #fff; padding: 0 24rpx; font-size: 30rpx; box-sizing: content-box; color: #242424; text-align: left; display: flex; align-items: center; justify-content: space-between; } .distribution .myrelationship .list1 .right { display: flex; align-items: center; } .distribution .myrelationship .list1 .right .top { line-height: 88rpx; color: #8c8c8c; font-size: 28rpx; padding-right: 20rpx; } .distribution .myrelationship .list1 .right .bottom { display: flex; justify-content: center; align-items: center; } .distribution .myrelationship .list1 .right van-icon { padding-top: 5rpx; } .distribution .scale { width: 100%; background: #fff; margin-top: 20rpx; } .distribution .scale .list1 { height: 88rpx; box-sizing: content-box; background: #fff; padding: 0 24rpx; font-size: 28rpx; line-height: 88rpx; color: #333; text-align: left; border-bottom: solid 2rpx #e2e2e2; display: flex; align-items: center; justify-content: space-between; } .distribution .scale .list1 .right { align-items: center; justify-content: center; display: flex; } .distribution .scale .list2 { height: 88rpx; box-sizing: content-box; background: #fff; padding: 0 24rpx; font-size: 28rpx; line-height: 88rpx; color: #888; text-align: left; display: flex; align-items: center; justify-content: space-between; } .distribution .scale .list2 .right { align-items: center; justify-content: center; display: flex; } .distribution .title { margin-top: 20rpx; display: flex; height: 72rpx; line-height: 72rpx; background-color: #fff; padding: 0 20rpx; border-bottom: solid 2rpx #e2e2e2; } .distribution .title .spare { width: 8rpx; height: 32rpx; background-color: #f15353; margin-right: 12rpx; margin-top: 18rpx; border-radius: 2rpx; } .distribution .gongge { display: flex; flex-wrap: wrap; align-items: center; background: #fff; column-count: 3; padding-bottom: 20rpx; padding-top: 20rpx; } .distribution .gongge .li { width: 33%; text-align: center; margin-bottom: 20rpx; margin-top: 20rpx; font-size: 24rpx; } .distribution .gongge .li icon { font-size: 52rpx; color: #999; margin-bottom: 12rpx; width: 100%; } .distribution .gongge .li .span { color: #333; font-size: 24rpx; } .distribution .gongge .li .b { color: #f15353; font-size: 32rpx; } .distribution-order { display: flex; flex-wrap: wrap; align-items: center; background: #fff; column-count: 4; padding-bottom: 20rpx; } .distribution-order .li { width: 25%; text-align: center; margin-bottom: 20rpx; font-size: 24rpx; color: #666; } .distribution-order .li icon { font-size: 46rpx; color: #999; margin: 30rpx 0 14rpx 0; display: inline-block; }