123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- .pending_confirmation .li:nth-of-type(1), .li:nth-of-type(2) {
- color: #FFFFFF;
- font-size: 30rpx;
- background-color: #ff6f60;
- padding-left: 35rpx;
- }
- .header, .header_bottom, .body_top, .body_bottom, .body_middle {
- display: -moz-box;
- -moz-box-orient: horizontal;
- display: -webkit-box;
- -webkit-box-orient: horizontal;
- }
- .header view:nth-of-type(1) {
- margin-top: 39rpx;
- }
- .header view:nth-of-type(2) {
- position: absolute;
- right: 0px;
- margin-top: 40rpx;
- margin-right: 30rpx;
- }
- .bill_text {
- padding-right: 2px;
- }
- .bill .span {
- color: #FFFFFF;
- }
- .span{
- display:inline;
- }
- .arrow_img {
- margin-top: 14rpx;
- width: 14rpx;
- height: 14rpx;
- }
- .mengtuan_earn, .mengtuan_earn_mes {
- display: -moz-box;
- -moz-box-orient: horizontal;
- display: -webkit-box;
- -webkit-box-orient: horizontal;
- }
- .pending_confirmation .li:nth-of-type(1), .li:nth-of-type(2) {
- color: #FFFFFF;
- font-size: 15px;
- background-color: #ff6f60;
- padding-left: 35rpx;
- }
- .pending_confirmation .ul .li:nth-of-type(2) {
- padding-top: 52rpx;
- }
- .pending_confirmation .li:nth-of-type(2) view {
- color: #FFFFFF;
- font-size: 128rpx;
- }
- .pending_confirmation .li:nth-of-type(3) {
- color: #FFFFFF;
- background-color: #ff6f60;
- padding-left: 35rpx;
- }
- .pending_confirmation .ul .li:nth-of-type(3) {
- padding-top: 52rpx;
- padding-bottom: 20rpx;
- }
- .header, .header_bottom, .body_top, .body_bottom, .body_middle {
- display: -moz-box;
- -moz-box-orient: horizontal;
- display: -webkit-box;
- -webkit-box-orient: horizontal;
- }
- .header_bottom {
- -webkit-box-pack: center;
- }
- .header_month_income {
- width: 48%;
- border-width: 0 1px 0 0;
- border-right: 1px solid #e25546;
- }
- .month_income, .total_revenue {
- font-size: 26rpx;
- }
- .month_income, .total_revenue {
- margin-bottom: 10rpx;
- }
- .income_data_mes {
- font-size: 32rpx;
- }
- .header_total_revenue {
- margin-left: 10rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- width: 50%;
- padding-left: 5%;
- }
- .month_income, .total_revenue {
- font-size: 26rpx;
- }
- .month_income, .total_revenue {
- margin-bottom: 10rpx;
- }
- .income_data_mes {
- font-size: 32rpx;
- }
- .pending_confirmation .li:nth-of-type(4), .li:nth-of-type(5), .li:nth-of-type(6) {
- /* padding-left: 17.5px; */
- }
- .header, .header_bottom, .body_top, .body_bottom, .body_middle {
- display: -moz-box;
- -moz-box-orient: horizontal;
- display: -webkit-box;
- -webkit-box-orient: horizontal;
- }
- .body_top {
- margin-top: 26rpx;
- padding-left: 35rpx;
- }
- .money_text {
- font-size: 28rpx;
- color: #999999;
- }
- .data {
- margin-top: 16rpx;
- font-size: 48rpx;
- color: #333333;
- }
- .header, .header_bottom, .body_top, .body_bottom, .body_middle {
- display: -moz-box;
- -moz-box-orient: horizontal;
- display: -webkit-box;
- -webkit-box-orient: horizontal;
- }
- .body_bottom {
- margin-top: 20rpx;
- padding-left:35rpx;
- }
- .money_text {
- font-size: 28rpx;
- color: #999999;
- }
- .footer_bonus {
- width: 100%;
- position: absolute;
- bottom: 0;
- }
- .btn_mes {
- display: block;
- }
- .btn_mes, .money_record {
- margin-bottom: 90rpx;
- width: 100%;
- padding-left: 30rpx;
- padding-right: 30rpx;
- }
- .money_record {
- margin-top: 90rpx;
- }
- .withdrawals {
- width: 100%;
- height: 88rpx;
- line-height:88rpx;
- text-align: center;
- background: none;
- border: 1px solid #ff6f60;
- color: #ff6f60;
- font-size: 28rpx;
- border-radius: 8rpx;
- }
- .blackse{
- color:#000;
- }
|