/* packageD/dividends/dividends.wxss */ page { background: #fff; } .personal_list { display: flex; align-items: center; background-color: #ee2e2b; padding-top: 51rpx; padding-bottom: 69rpx; } .personal_list .personal_img { width: 92rpx; height: 92rpx; border-radius: 50%; margin-left: 49rpx; margin-right: 22rpx; background: #333; } .personal_list .personal_img image { width: 100%; height: 100%; border-radius: 50%; } .personal_list .personal_name { display: flex; align-items: center; } .personal_name .mypost { padding: 9rpx 16rpx 8rpx 16rpx; background: rgba(255, 255, 255, 0.2); border-radius: 30rpx; color: #fff; font-size: 24rpx; margin-left: 12rpx; } .personal_name .name_text { font-size: 32rpx; letter-spacing: 0rpx; color: rgba(255, 255, 255, 1); } .personal_right .money { font-size: 24rpx; line-height: 36rpx; letter-spacing: 0rpx; color: #fff; } /* .list_ul {} */ .list_ul .textTop { font-size: 32rpx; line-height: 36rpx; letter-spacing: 0rpx; color: #000; padding-left: 32rpx; background: #fff; padding-top: 30rpx; padding-bottom: 30rpx; } .list_ul .list { height: 145rpx; width: 100%; display: flex; justify-content: space-between; align-items: center; background: #fff; } .line { width: 100%; height: 10rpx; background: #f9f9f9; } .list_left { margin-left: 30rpx; } .idlis { font-size: 28rpx; line-height: 36rpx; letter-spacing: 0rpx; color: #000; margin-bottom: 10rpx; } .idTime { font-size: 24rpx; line-height: 36rpx; letter-spacing: 0rpx; color: #333; } .list_right { margin-right: 30rpx; text-align: right; } .right_money { font-size: 28rpx; line-height: 36rpx; letter-spacing: 0rpx; color: #ff2c29; margin-bottom: 10rpx; } .scale { font-size: 24rpx; line-height: 36rpx; letter-spacing: 0rpx; color: #333; }