store/packageA/member/presentationRecord/presentationRecord.wxss

202 lines
3.6 KiB
Plaintext

.enterprise .today_bonus {
width: 100%;
height: 164rpx;
background: #fff;
padding: 32rpx 0;
box-sizing: border-box;
position: relative;
border-bottom: 2rpx solid #e2e2e2;
}
.enterprise .today_bonus .li.line {
position: absolute;
width: 2rpx;
height: 104rpx;
background: #ddd;
top: 32rpx;
right: 34%;
}
.enterprise .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;
}
.enterprise .today_bonus .li {
text-align: center;
float: left;
}
.enterprise .today_bonus .li .span {
font-size: 17px;
line-height: 52rpx;
margin-bottom: 20rpx;
display: inline-block;
}
.enterprise .today_bonus .li .b {
font-size: 11px;
color: #333;
}
.enterprise .today_bonus .data {
width: 22%;
}
.enterprise .today_bonus .data .span {
color: #ffa800;
}
.enterprise .today_bonus .li:first-child,
.enterprise .today_bonus .li:nth-child(2) {
border-right: 2rpx solid #e2e2e2;
}
.enterprise .today_bonus .li.mounth {
width: 33%;
}
.enterprise .today_bonus .li.mounth .span {
color: #fc6a70;
}
.enterprise .share_holder .li {
line-height: 48rpx;
}
.enterprise .code {
margin-bottom: 20rpx;
height: 88rpx;
background: #fff;
padding: 0 30rpx;
font-size: 15px;
line-height: 88rpx;
color: #333;
text-align: left;
box-sizing: border-box;
}
.enterprise .code .span.rt {
color: #8c8c8c;
font-size: 14px;
}
.enterprise .code icon {
float: right;
line-height: 88rpx;
display: inline-block;
font-size: 48rpx;
margin-left: 12rpx;
color: #c9c9c9;
text-align: center;
background-size: 40rpx;
}
.enterprise .content .rationList {
padding: 0rpx;
margin: 0rpx;
}
.enterprise .content .rationList .li {
background: #fff;
}
.enterprise .content .rationList .li .span.month {
display: block;
text-align: left;
line-height: 72rpx;
padding: 0 24rpx;
font-size: 16px;
background: #f0f0f0;
}
.enterprise .content .rationList .li .info {
border-bottom: 2rpx solid #e2e2e2;
overflow: hidden;
padding: 20rpx 24rpx;
font-size: 14px;
}
.enterprise .content .rationList .li .info .left {
width: 70%;
float: left;
text-align: left;
box-sizing: border-box;
}
.enterprise .content .rationList .li .info .left .li {
line-height: 48rpx;
}
.enterprise .content .rationList .li .info .left .time {
font-size: 12px;
color: #8c8c8c;
}
.enterprise .content .rationList .li .info .left .span {
font-size: 14px;
font-weight: 400;
color: #333;
}
.enterprise .content .rationList .li .info .left .p {
font-size: 12px;
color: #999;
}
.enterprise .content .rationList .li .info .left .span.created {
font-size: 12px;
}
.enterprise .content .rationList .li .info .left .h4 {
font-weight: normal;
}
.enterprise .content .rationList .li .info .left .h4 .b {
font-weight: normal;
color: #f15353;
}
.enterprise .content .rationList .li .info .right {
float: left;
width: 30%;
color: #f15353;
text-align: right;
}
.enterprise .content .rationList .li .info .right .li {
line-height: 48rpx;
}
.enterprise .content .rationList .li .info .right .state {
font-size: 12px;
color: #8c8c8c;
}
.enterprise .content .rationList .li .info .right .p {
margin: 0;
padding: 0;
font-size: 12px;
color: #888;
}
.enterprise .content .rationList .li .info .right .b {
font-weight: normal;
}
.enterprise .content .rationList .li .info .right .b.created {
line-height: 70rpx;
}