/* packageC/selfCarry/selfCarry_reward/selfCarry_reward.wxss */ .background { width: 100%; height: 300rpx; background: #f15353; display: flex; padding-top: 32rpx; justify-content: center; } .background .user { display: flex; flex-direction: column; align-items: center; } .background .user .user-head { height: 128rpx; width: 128rpx; background: #fff; border-radius: 50%; border: 4rpx solid #fff; box-sizing: border-box; overflow: hidden; margin-bottom: 16rpx; } .background .user .user-head img { width: 100%; height: 100%; border-radius: 50%; } .background .user .user-name { font-size: 32rpx; color: #fff; text-align: center; width: 272rpx; overflow: hidden; /* 超出部分隐藏 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ white-space: nowrap; /* 规定段落中的文本不进行换行 */ } .absolute-block { width: 600rpx; background-color: #fff; border-radius: 16rpx; margin: 0 auto; transform: translateY(-28%); display: flex; flex-wrap: wrap; align-items: center; padding: 26rpx 32rpx; } .absolute-block .top_left { width: 50%; text-align: left; color: #999; margin-bottom: 20rpx; } .absolute-block .top_right { width: 50%; text-align: right; color: #999; margin-bottom: 20rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .absolute-block .left { width: 100%; display: flex; flex-direction: column; text-align: center; } .absolute-block .left .first { color: #000; font-size: 32rpx; } .absolute-block .left .second { font-size: 24rpx; color: #333; } .list { width: 600rpx; padding: 0 32rpx; display: block; margin: 0 auto; background: #fff; border-radius: 16rpx; overflow: hidden; text-align: center; } .list .title_bolok { display: inline-block; color: #f15353; border-bottom: 1rpx solid #f15353; font-weight: bold; height: 64rpx; line-height: 64rpx; } .list { margin-bottom: 36rpx; } .list .li { display: flex; flex-wrap: wrap; border-bottom: solid 1px #f3f3f3; padding-bottom: 32rpx; padding-top: 32rpx; } .list .li:first-child { padding-top: 0; } .list .li .block { width: 100%; display: flex; align-items: center; justify-content: space-between; } .list .li .block .left .stateClass { border: 1rpx solid #ff6000; color: #ff6000; border-radius: 14rpx; font-size: 24rpx; padding: 0 8rpx; margin-left: 8rpx; } .list .li .block .left .date { color: #c1c1c1; font-size: 24rpx; margin-top: 6rpx; text-align: left; } .list .li .block .right { font-size: 36rpx; color: #ff6000; } .notext { height: 38rpx; line-height: 38rpx; text-align: center; font-size: 24rpx; display: block; padding: 32rpx; color: #999; }