381 lines
7.1 KiB
Plaintext
381 lines
7.1 KiB
Plaintext
/* packageH/income/ShareholderReward/Shareholder_reward.wxss */
|
|
|
|
#Shareholder_reward .header_box {
|
|
background: #f15353;
|
|
color: #fff;
|
|
padding: 40rpx 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#Shareholder_reward .header_box .header {
|
|
width: 104rpx;
|
|
height: 104rpx;
|
|
border: solid 4rpx #fff;
|
|
margin-right: 20rpx;
|
|
overflow: hidden;
|
|
border-radius: 120rpx;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
#Shareholder_reward .header_box .header image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#Shareholder_reward .header_box .name {
|
|
width: 400rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
#Shareholder_reward .header_box .name .li:first-child {
|
|
text-align: left;
|
|
font-size: 16px;
|
|
line-height: 60rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#Shareholder_reward .header_box .name .name_b {
|
|
font-size: 14px;
|
|
line-height: 44rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
#Shareholder_reward .header_box .task {
|
|
font-size: 13px;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
position: absolute;
|
|
right: 28rpx;
|
|
padding: 8rpx 20rpx;
|
|
border-radius: 32rpx;
|
|
}
|
|
|
|
#Shareholder_reward .info_box {
|
|
background: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
#Shareholder_reward .info_box .left,
|
|
#Shareholder_reward .info_box .right {
|
|
width: 50%;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
#Shareholder_reward .info_box .left .li,
|
|
#Shareholder_reward .info_box .right .li {
|
|
line-height: 48rpx;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#Shareholder_reward .info_box .left .li .span,
|
|
#Shareholder_reward .info_box .right .li .span {
|
|
font-size: 24px;
|
|
}
|
|
|
|
#Shareholder_reward .info_box .left .li:last-child,
|
|
#Shareholder_reward .info_box .right .li:last-child {
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
#Shareholder_reward .rew_detail {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 128rpx;
|
|
padding: 12.8rpx;
|
|
font-size: 18px;
|
|
background: #fff;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus {
|
|
margin-top: 20rpx;
|
|
width: 100%;
|
|
height: 164rpx;
|
|
background: #fff;
|
|
padding: 32rpx 0;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .li.line {
|
|
position: absolute;
|
|
width: 2rpx;
|
|
height: 104rpx;
|
|
background: #ddd;
|
|
top: 32rpx;
|
|
right: 34%;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .li.line .careat {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
border: 2rpx solid #ddd;
|
|
border-left: 0;
|
|
border-bottom: 0;
|
|
-webkit-transform: rotate(45deg);
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
background: #fff;
|
|
position: absolute;
|
|
top: 46rpx;
|
|
right: -6rpx;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .li {
|
|
text-align: center;
|
|
float: left;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .li .span {
|
|
font-size: 17px;
|
|
line-height: 52rpx;
|
|
margin-bottom: 20rpx;
|
|
display: inline-block;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .li .b {
|
|
font-size: 11px;
|
|
color: #333;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .date {
|
|
width: 22%;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .date .span {
|
|
color: #ffa800;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .li:first-child,
|
|
#Shareholder_reward .today_bonus .li:nth-child(2) {
|
|
border-right: 2rpx solid #e2e2e2;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .mounth {
|
|
width: 33%;
|
|
}
|
|
|
|
#Shareholder_reward .today_bonus .mounth .span {
|
|
color: #fc6a70;
|
|
}
|
|
|
|
#Shareholder_reward .money {
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
#Shareholder_reward .money .gongge {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
background: #fff;
|
|
column-count: 3;
|
|
padding-bottom: 20rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
#Shareholder_reward .money .gongge .li {
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#Shareholder_reward .money .gongge .li icon {
|
|
flex: 0 0 56rpx;
|
|
font-size: 26px;
|
|
color: #999;
|
|
display: inline-block;
|
|
margin-bottom: 12rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
#Shareholder_reward .money .gongge .li .span {
|
|
flex: 0 0 44.8rpx;
|
|
color: #333;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#Shareholder_reward .money .gongge .li .b {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #f15353;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* #Shareholder_reward .list_box .box {
|
|
background: #fff;
|
|
} */
|
|
#Shareholder_reward .list_box .box .li {
|
|
line-height: 52rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .box .li .monthClass {
|
|
display: block;
|
|
padding: 0 28rpx;
|
|
width: 100%;
|
|
text-align: left;
|
|
font-weight: 400;
|
|
background: #f4f4f4;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .box .li .boxs {
|
|
margin-bottom: 20rpx;
|
|
padding: 20rpx 28rpx;
|
|
border-bottom: 2rpx solid #e8e8e8;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .box .li .boxs .box-child {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.box-details {
|
|
margin-top: 10rpx;
|
|
border-top: 2rpx solid #e8e8e8;
|
|
}
|
|
|
|
.details-member-item,
|
|
.details-goods-warpper {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 0;
|
|
color: #222;
|
|
border-bottom: 2rpx solid #e8e8e8;
|
|
}
|
|
|
|
.details-member-info,
|
|
.details-goods-info {
|
|
flex-grow: 1;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.details-member-info view:nth-child(2) {
|
|
color: #666;
|
|
}
|
|
|
|
.details-member-avatar,
|
|
.details-goods-cover {
|
|
flex-shrink: 0;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.details-goods-info {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.details-goods-info view:nth-child(1) {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.details-goods-info view:nth-child(1) text {
|
|
color: #666;
|
|
}
|
|
|
|
.details-goods-info view:nth-child(2) {
|
|
text-align: right;
|
|
}
|
|
|
|
.details-goods-total-price {
|
|
text-align: right;
|
|
}
|
|
|
|
.details-receiver {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box {
|
|
padding: 0 28rpx;
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .user_a {
|
|
padding: 20rpx 0;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .user_a .header {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .user_a .header image {
|
|
width: 100%;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .user_a .name {
|
|
text-align: left;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .user_a .name .li {
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .user_a .name .li:last-child {
|
|
color: #8c8c8c;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .goods_a {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .goods_a .goods {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .goods_a .goods image {
|
|
width: 100%;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .goods_a .name {
|
|
width: 400rpx;
|
|
text-align: left;
|
|
max-height: 80rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .goods_a .price {
|
|
width: 152rpx;
|
|
text-align: right;
|
|
font-size: 12px;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
#Shareholder_reward .list_box .show_hide_box .goods_a .price .big {
|
|
color: #333;
|
|
font-size: 15px;
|
|
margin-top: 12rpx;
|
|
}
|