174 lines
3.5 KiB
Plaintext
174 lines
3.5 KiB
Plaintext
/* packageB/member/love/lovePerformance/lovePerformance.wxss */
|
|
.shareholderCenter .m_header {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
background: #fff;
|
|
}
|
|
|
|
.shareholderCenter .blank {
|
|
text-align: center;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.newLove .van-tabs__line {
|
|
width: 100% !important;
|
|
transform: translateX(0) !important;
|
|
}
|
|
|
|
.shareholderCenter .m_header .span {
|
|
display: inline-block;
|
|
width: 32rpx;
|
|
height: 48rpx;
|
|
float: left;
|
|
margin-left: 20rpx;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.shareholderCenter .share_holder {
|
|
padding: 32rpx 24rpx;
|
|
height: 160rpx;
|
|
box-sizing: border-box;
|
|
background-color: #f15353;
|
|
margin-bottom: 10rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .left {
|
|
flex: 1;
|
|
text-align: left;
|
|
color: #fff;
|
|
float: right;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
padding: 32rpx 24rpx 32rpx 0;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .left .img-box {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 50%;
|
|
margin-right: 16rpx;
|
|
align-self: center;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .left .img-box image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .left .span {
|
|
font-size: 14px;
|
|
line-height: 48rpx;
|
|
display: inline-block;
|
|
align-self: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .left .b {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .right {
|
|
flex: 1;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
text-align: right;
|
|
display: flex;
|
|
flex-direction: column;
|
|
float: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .right .span {
|
|
line-height: 48rpx;
|
|
display: inline-block;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list {
|
|
margin: 12rpx 0rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .one {
|
|
padding: 20rpx 24rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .one .time {
|
|
width: 100%;
|
|
line-height: 52rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .one .left {
|
|
color: #282828;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .one .right {
|
|
color: #282828;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .one .last {
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .h4 {
|
|
height: 40px;
|
|
line-height: 48rpx;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 24rpx;
|
|
text-align: left;
|
|
color: #333;
|
|
font-size: 14px;
|
|
border-bottom: 2rpx solid #ececec;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .h4 .span {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
color: #f15353;
|
|
border-radius: 10rpx;
|
|
float: right;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .p {
|
|
color: #aab2b9;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
padding: 0rpx 40rpx 30rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .p .span {
|
|
color: #728ae3;
|
|
float: right;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .recordList {
|
|
padding: 30rpx;
|
|
font-size: 14px;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
margin-top: 2rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .recordList .span {
|
|
font-size: 14px;
|
|
float: right;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList::after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|