yuminge-app/yun-min-program-plugin-master/packageD/auction/auctioneer-manage/my_money/my_money.wxss

149 lines
2.3 KiB
Plaintext

#my_money .today_bonus {
width: 100%;
height: 164rpx;
margin-top: 20rpx;
background: #fff;
padding: 32rpx 0;
box-sizing: border-box;
position: relative;
border-bottom: 2rpx solid #e2e2e2;
}
#my_money .today_bonus .li.line {
position: absolute;
width: 2rpx;
height: 104rpx;
background: #e2e2e2;
top: 32rpx;
right: 34%;
}
#my_money .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;
}
#my_money .today_bonus .li {
text-align: center;
float: left;
}
#my_money .today_bonus .li .span {
font-size: 17.0016px;
line-height: 52rpx;
display: inline-block;
margin-bottom: 20rpx;
}
#my_money .today_bonus .li .b {
font-size: 11.0016px;
color: #333;
}
#my_money .today_bonus .li.data {
width: 21%;
}
#my_money .today_bonus .li.data .span {
color: #ffa800;
}
#my_money .today_bonus .li:first-child,
#my_money .today_bonus .li:nth-child(2) {
border-right: 2rpx solid #e2e2e2;
}
#my_money .today_bonus .li.mounth {
width: 34%;
}
#my_money .today_bonus .li.mounth .span {
color: #fc6a70;
}
#my_money a {
color: #000;
}
#my_money .mint-navbar {
margin-bottom: 4rpx;
}
#my_money .mint-navbar .mint-tab-item {
padding: 28rpx 0;
}
#my_money .times {
text-align: left;
text-indent: 20rpx;
line-height: 64rpx;
background: #fff;
}
#my_money .tbs {
background: #fff;
overflow: hidden;
display: flex;
align-items: center;
padding: 20rpx 28rpx;
border-bottom: 2rpx solid #ebebeb;
font-size: 14px;
}
#my_money .tbs .item2 {
flex: 3;
text-align: left;
}
#my_money .tbs .item2 li {
line-height: 60rpx;
}
#my_money .tbs .item3 {
flex: 2;
text-align: right;
}
#my_money .tbs .item3 .red {
color: red;
}
#my_money .tbs .item3 .green {
color: green;
}
#my_money .tbs .item3 .yellow {
color: yellow;
}
#my_money .tbs .item3 .reduce {
color: #e51c23;
}
#my_money .tbs .item3 span {
line-height: 60rpx;
}
#my_money .tbs .item3 p {
line-height: 60rpx;
color: #8c8c8c;
}
.nomessage {
color: #999;
padding-top: 15px;
text-align: center;
}