330 lines
6.2 KiB
Plaintext
330 lines
6.2 KiB
Plaintext
.money {
|
|
margin: 0.16rpx 0;
|
|
}
|
|
|
|
.gongge {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
background: #fff;
|
|
column-count: 3;
|
|
padding-bottom: 20rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.gongge .li {
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.gongge .li icon {
|
|
flex: 0 0 56rpx;
|
|
font-size: 26px;
|
|
color: #999;
|
|
display: inline-block;
|
|
margin-bottom: 12rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.gongge .li .span {
|
|
flex: 0 0 44.8rpx;
|
|
color: #333;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.gongge .li .b {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #f15353;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.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 {
|
|
/* margin-top: 80rpx; */
|
|
}
|
|
|
|
.shareholderCenter .share_holder .header-box {
|
|
font-size: 14px;
|
|
padding: 32rpx 24rpx;
|
|
background: #f15353;
|
|
color: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .header-box .span {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus {
|
|
width: 100%;
|
|
height: 164rpx;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
background: #fff;
|
|
padding: 32rpx 0;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
border-bottom: 2rpx solid #e2e2e2;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li.line {
|
|
position: absolute;
|
|
width: 2rpx;
|
|
height: 104rpx;
|
|
background: #e2e2e2;
|
|
top: 32rpx;
|
|
right: 34%;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .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;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li {
|
|
text-align: center;
|
|
float: left;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li .span {
|
|
font-size: 17px;
|
|
line-height: 52rpx;
|
|
display: inline-block;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li .b {
|
|
font-size: 11px;
|
|
color: 3333;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li.data {
|
|
width: 22%;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li.data .span {
|
|
color: #ffa800;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li:first-child,
|
|
.shareholderCenter .share_holder .today_bonus .li:nth-child(2) {
|
|
border-right: 2rpx solid #e2e2e2;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li.mounth {
|
|
width: 34%;
|
|
}
|
|
|
|
.shareholderCenter .share_holder .today_bonus .li.mounth .span {
|
|
color: #fc6a70;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order {
|
|
background: #fff;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .input .input {
|
|
margin: 20rpx 5%;
|
|
width: 80%;
|
|
height: 60rpx;
|
|
border-radius: 12rpx;
|
|
border: 0;
|
|
outline: 0;
|
|
padding-left: 60rpx;
|
|
background: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/search.png') no-repeat 20rpx 16rpx #f2f2f2;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .ratioNav {
|
|
padding: 0rpx;
|
|
margin: 0rpx;
|
|
height: 80rpx;
|
|
width: 100%;
|
|
background: #fff;
|
|
border-bottom: 2rpx solid #cdcdcd;
|
|
border-top: 2rpx solid #cdcdcd;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .ratioNav .li {
|
|
float: left;
|
|
width: 33%;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
font-size: 14px;
|
|
color: #666;
|
|
border-bottom: 4rpx solid transparent;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .ratioNav .selected {
|
|
color: #f15353 !important;
|
|
border-bottom: 4rpx solid #f15353;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList {
|
|
padding: 0rpx;
|
|
margin: 0rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .span.month {
|
|
text-align: left;
|
|
line-height: 72rpx;
|
|
padding: 0 24rpx;
|
|
font-size: 16px;
|
|
background: #fff;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .span.month icon {
|
|
font-size: 40rpx;
|
|
color: #ebeb;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info {
|
|
border-bottom: 2rpx solid #e2e2e2;
|
|
overflow: hidden;
|
|
padding: 20rpx 24rpx;
|
|
line-height: 40rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info .li {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info .time,
|
|
.shareholderCenter .shareholder-order .rationList .li .info .state {
|
|
color: #8c8c8c;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info .left {
|
|
width: 70%;
|
|
float: left;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info .left .span {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info .left .p {
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info .right {
|
|
float: left;
|
|
width: 30%;
|
|
color: #20b86a;
|
|
text-align: right;
|
|
}
|
|
|
|
.shareholderCenter .shareholder-order .rationList .li .info .right .p {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
color: #888;
|
|
}
|
|
|
|
.More {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.More view {
|
|
padding: 20rpx 20rpx;
|
|
border: 1rpx solid #e2e2e2;
|
|
}
|
|
|
|
.application {
|
|
margin: 16rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.applicationTxt {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 10.4rpx;
|
|
}
|
|
|
|
.moreBtn {
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 0 auto;
|
|
color: #f15353;
|
|
padding: 10.4rpx;
|
|
border-radius: 10.4rpx;
|
|
}
|
|
|
|
.fotitem:last-child {
|
|
padding-bottom: 32px;
|
|
}
|
|
|
|
.ptbox {
|
|
margin: 0 20rpx;
|
|
height: 81.92rpx;
|
|
border-bottom: 1rpx solid #f1f1f1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.ptbox .clbox {
|
|
height: 100%;
|
|
flex: 1;
|
|
padding: 0 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|