168 lines
3.2 KiB
Plaintext
168 lines
3.2 KiB
Plaintext
.border {
|
|
border-bottom: 6rpx solid #f15353;
|
|
color: #f15353;
|
|
padding-bottom: 4rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* .shareholderCenter {
|
|
padding-top: 40px;
|
|
} */
|
|
|
|
.shareholderCenter .m_header {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
background: #fff;
|
|
}
|
|
|
|
.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;
|
|
box-sizing: border-box;
|
|
background-color: #e84f40;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .right {
|
|
width: 55%;
|
|
text-align: right;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .right .span {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .right .span:first-child {
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .left {
|
|
width: 45%;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
text-align: left;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.shareholderCenter .share_info {
|
|
width: 100%;
|
|
height: 130rpx;
|
|
background-color: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.shareholderCenter .share_info view {
|
|
color: #737372;
|
|
font-size: 12px;
|
|
padding-top: 30rpx;
|
|
line-height: 40rpx;
|
|
float: left;
|
|
width: 50%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.shareholderCenter .share_info view .span {
|
|
color: #e84f40;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list {
|
|
margin: 6rpx 0rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .h4 {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 40rpx;
|
|
text-align: left;
|
|
color: #333;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .h4 .span {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
color: #000;
|
|
background-color: #fff;
|
|
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;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .ul .li {
|
|
width: 33%;
|
|
float: left;
|
|
font-size: 12px;
|
|
color: #8c9295;
|
|
line-height: 44rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .ul .li .span {
|
|
color: #333;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .list .p {
|
|
color: #aab2b9;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
padding: 0rpx 40rpx 30rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.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: 4rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList .recordList .span {
|
|
font-size: 14px;
|
|
float: right;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .tabs .rationList::after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|