199 lines
4.0 KiB
Plaintext
199 lines
4.0 KiB
Plaintext
/* packageB/member/love/loveCycleReceive/loveCycleReceive.wxss */
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.header-receive {
|
|
padding: 32rpx 0;
|
|
margin: 14rpx 0;
|
|
text-align: center;
|
|
background: #fff;
|
|
}
|
|
|
|
.header-receive .header-receive-text {
|
|
font-size: 28rpx;
|
|
color: #101010;
|
|
}
|
|
|
|
.header-receive .header-receive-price {
|
|
margin-top: 12rpx;
|
|
font-size: 42rpx;
|
|
color: #ee8e07;
|
|
}
|
|
|
|
.header-receive .header-receive-btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 296rpx;
|
|
height: 62rpx;
|
|
margin: 30rpx auto 0;
|
|
font-size: 24rpx;
|
|
color: #f8f8f8;
|
|
border-radius: 40rpx;
|
|
background: #ee6363;
|
|
}
|
|
|
|
.header-receive .header-receive-btn.disabled {
|
|
color: #f8f8f8;
|
|
background: #c6c6c6;
|
|
}
|
|
|
|
.shareholderCenter .share_info {
|
|
width: 100%;
|
|
height: 148rpx;
|
|
background-color: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.shareholderCenter .share_info .left {
|
|
border-right: solid 2rpx #e2e2e2;
|
|
}
|
|
|
|
.shareholderCenter .share_info view {
|
|
color: #8c8c8c;
|
|
font-size: 12px;
|
|
margin: 32rpx 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
line-height: 40rpx;
|
|
float: left;
|
|
width: 50%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.shareholderCenter .share_info view .span {
|
|
color: #e84f40;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list {
|
|
margin: 12rpx 0rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
/* .shareholderCenter .shareholder-order .tabs .rationList .list .one {
|
|
padding: 0 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 .Record {
|
|
width: 100%;
|
|
line-height: 88rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 24rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .Record .fa {
|
|
font-size: 20px;
|
|
color: #929292;
|
|
}
|
|
|
|
/* .shareholderCenter .shareholder-order .tabs .rationList .list .one .left {
|
|
color: #8c8c8c;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .one .look {
|
|
color: #333;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .one .right {
|
|
color: #8c8c8c;
|
|
font-size: 14px;
|
|
} */
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .h4 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 40px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 24rpx;
|
|
text-align: left;
|
|
color: #333;
|
|
font-size: 14px;
|
|
border-bottom: 2rpx solid #ececec;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .h4 .span {
|
|
flex: 1;
|
|
text-align: right;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
color: #f15353;
|
|
border-radius: 10rpx;
|
|
float: right;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .ul::after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .ul {
|
|
width: 100%;
|
|
padding: 20rpx 0rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .ul .li {
|
|
width: 33.3%;
|
|
float: left;
|
|
font-size: 12px;
|
|
color: #8c8c8c;
|
|
line-height: 44rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .ul .li .span {
|
|
color: #f15353;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.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;
|
|
}
|