123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- ul li {
- list-style-type:none;
- }
- .pending_confirmation li:nth-of-type(1), li:nth-of-type(2) {
- color: #FFFFFF;
- font-size: 15px;
- background-color: #ff6f60;
- padding-left: 17.5px;
- }
- .pending_confirmation li:nth-of-type(3) {
- color: #FFFFFF;
- background-color: #ff6f60;
- padding-left: 17.5px;
- }
- .month_income, .total_revenue {
- font-size: 13px;
- }
- .data_income {
- font-size: 19px;
- }
- .pending_confirmation li:nth-of-type(4), li:nth-of-type(5), li:nth-of-type(6) {
- /*padding-left: 17.5px;*/
- }
- .pending_confirmation li:nth-of-type(2) div {
- color: #FFFFFF;
- font-size: 64px;
- }
- .header div:nth-of-type(1) {
- margin-top: 19.5px;
- }
- .header div:nth-of-type(2) {
- position: absolute;
- right: 0px;
- margin-top: 20px;
- margin-right: 15px;
- }
- .header div:nth-of-type(3) {
- position: absolute;
- right: 0px;
- margin-right: 12.5px;
- margin-top: 20px;
- }
- .span_line {
- border-left: #e0e0e0 1px solid;
- width: 9px;
- height: 43px;
- margin-left: 28px;
- margin-right: 28px;
- }
- .header, .header_bottom, .body_top, .body_bottom, .body_middle {
- /* Firefox */
- display:-moz-box;
- -moz-box-orient:horizontal;
- /* Safari、Opera 以及 Chrome */
- display:-webkit-box;
- -webkit-box-orient:horizontal;
- }
- .question1, .question2 {
- width: 16px;
- height: 16px;
- cursor: pointer;
- position: absolute;
- z-index: 2;
- margin-top: 2px;
- margin-left: 2px;
- }
- .withdrawals {
- width: 100%;
- height: 44px;
- background: none;
- border: 1px solid #ff6f60;
- color: #ff6f60;
- /* font-weight: bold;*/
- font-size: 14px;
- border-radius: 4px;
- }
- .btn_mes {
- display: block;
- }
- .btn_mes, .money_record {
- margin-bottom: 45px;
- width: 100%;
- padding-left: 15px;
- padding-right: 15px;
- }
- .pending_confirmation ul li:nth-of-type(2) {
- padding-top: 26px;
- }
- .pending_confirmation ul li:nth-of-type(3) {
- padding-top: 26px;
- padding-bottom: 10px;
- }
- .month_income, .total_revenue {
- margin-bottom: 5px;
- }
- .month_income {
- /* position: relative;
- top: -1px;*/
- }
- .body_top {
- margin-top: 13px;
- padding-left: 17.5px;
- }
- .body_bottom {
- margin-top: 10px;
- padding-left:17.5px;
- }
- .header div:nth-of-type(3) {
- margin-left: 3px;
- }
- .arrow_mask {
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 1;
- display: none;
- }
- .arrow {
- width: 155px;
- /* height: 56px; */
- background: #ccc;
- /* margin: 100px auto; */
- border-radius: 5px;
- position: absolute;
- margin-top: -30px;
- margin-right: -181px;
- right: 0;
- background-color: #5b5a5d;
- color: #ffffff;
- font-size: 13px;
- font-family:"宋體";
- padding-left: 7px;
- padding-right: 2px;
- padding-top: 5px;
- padding-bottom: 5px;
- line-height: 15.38px;
- top: 24px;
- display: none;
- line-height: 19px;
- }
- .arrow::before {
- content:'';
- position: absolute;
- right: 153px;
- /* bottom: 76px; */
- top: 8px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 8px;
- border-color: transparent #5b5a5d transparent transparent;
- }
- .arrow2 {
- width: 155px;
- /* height: 41px; */
- background: #ccc;
- /* margin: 100px auto; */
- border-radius: 5px;
- position: absolute;
- margin-top: -29px;
- margin-right: -180px;
- right: 0;
- background-color: #5b5a5d;
- color: #ffffff;
- font-size: 13px;
- font-family:"宋體";
- padding-left: 7px;
- padding-right: 2px;
- padding-top: 5px;
- padding-bottom: 5px;
- line-height: 15.38px;
- top: 24px;
- display: none;
- line-height: 19px;
- }
- .arrow2::before {
- content:'';
- position: absolute;
- right: 153px;
- /* bottom: 76px; */
- top: 8px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 8px;
- border-color: transparent #5b5a5d transparent transparent;
- }
- body, html {
- height: 100%;
- position: relative;
- }
- .footer_bonus {
- width: 100%;
- position: absolute;
- bottom: 0;
- }
- .data {
- margin-top: 8px;
- font-size: 24px;
- color: #333333;
- }
- .money_record {
- margin-top: 45px;
- }
- .shou_dialog, .shou_dialog1 {
- position: relative;
- }
- .bill span {
- color: #FFFFFF;
- }
- .bill span img {
- margin-left: 3px;
- margin-top: -3px;
- width: 12px;
- height: 8px;
- }
- .blank_line1 {
- border-width: 0 0 2px;
- -webkit-border-image: url(../../../image/border-3c0f4b98d7.gif) 2 stretch;
- -webkit-box-align: center;
- background-color: #fff;
- padding-top: 0px;
- margin-left: 15px;
- }
- .blank_line2 {
- border-width: 0 0 2px;
- -webkit-border-image: url(../../../image/border-3c0f4b98d7.gif) 2 stretch;
- -webkit-box-align: center;
- background-color: #fff;
- padding-top: 0px;
- margin-left: 15px;
- }
- .money_text {
- font-size: 14px;
- color: #999999;
- }
- .header_bottom {
- -webkit-box-pack: center;
- }
- .header_month_income {
- width: 48%;
- border-width: 0 1px 0 0;
- border-right: 1px solid #e25546;
- /* -webkit-border-image: url(/imgs/border-3c0f4b98d7.gif) 2 stretch;*/
- }
- .header_total_revenue {
- margin-left: 5px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- /* -webkit-box-pack: justify; */
- width: 50%;
- padding-left: 5%;
- }
- .income_data_mes {
- font-size: 16px;
- }
- .mengtuan_earn,.mengtuan_earn_mes{
- /* Firefox */
- display:-moz-box;
- -moz-box-orient:horizontal;
- /* Safari、Opera 以及 Chrome */
- display:-webkit-box;
- -webkit-box-orient:horizontal;
- }
- .pending_confirmation .mengtuan_earn .mengtuan_earn_btn{
- font-size: 14px;
- position: absolute;
- right: 0px;
- margin-right: 22px;
- text-align: center;
- /* margin-top: 1px; */
- line-height: 20px;
- }
- .mengtuan_earn_img{
- width: 14px;
- height: 14px;
- position: absolute;
- right: 0px;
- margin-right: 5px;
- margin-top: 3px;
- }
- .mengtuan_earn_mes{
- border: 1px solid #FFFFFF;
- border-radius: 12px;
- magin-left: 12px;
- /* margin-left: 20px; */
- width: 116px;
- height: 22px;
- position: absolute;
- right: 0px;
- margin-right: 15px;
- margin-top: -11px;
- -webkit-box-sizeing: boder-box;
- }
- .arrow_img{
- margin-top: 7px;
- /* -webkit-background-size: 10px auto; */
- width: 7px;
- height: 7px;
- }
- .bill_text{
- padding-right: 2px;
- }
- .widget_wrap ul .btn_down{
- margin-left: -10px;
- }
|