123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- .my_recharge{
- width: 100%;
- min-height: 100vh;
- background-color: RGBA(255, 108, 56, 1);
- background-image: url('/assets/img/frontend/campaign/my_recharge_bg.png');
- background-repeat: no-repeat;
- background-position: top center;
- background-size: 100% 11.46rem;
- padding-top: 1.74rem;
- }
- .recharge_content{
- width: 6.6rem;
- min-height: 3rem;
- border-radius: 0.3rem;
- margin: 0rem auto;
- background-image: url('/assets/img/frontend/campaign/my_recharge_icon.png');
- background-repeat: no-repeat;
- background-position: top center;
- background-size: 100% 2.6rem;
- padding-top: 2.5rem;
- font-size: 0;
- position: relative;
- }
- .recharge_top{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 2.5rem;
- font-size:0.32rem;
- font-family:PingFangSC-Regular;
- font-weight:400;
- color:rgba(188,146,126,1);
- text-align: center;
- }
- .recharge_num{
- font-family:Helvetica-Bold;
- font-weight:bold;
- color:rgba(255,46,69,1);
- font-size: 0.6rem;
- margin-top: 0.2rem;
- }
- .recharge_top_box{
- width: 6.22rem;
- height: 1.16rem;
- margin: 0.1rem auto 0;
- background: rgba(249, 236, 225, 1);
- border-radius: 0.1rem;
- box-sizing: border-box;
- }
- .top_left{
- float: left;
- height: 100%;
- border-right: 0.01rem solid rgba(239,212,189,1);
- box-sizing: border-box;
- width: 50%;
- }
- .top_right{
- float: left;
- width: 50%;
- }
- .top_box_num{
- font-family:PingFangSC-Regular;
- font-weight:400;
- color:rgba(255,46,69,1);
- font-size: 0.36rem;
- margin-top: 0.2rem;
- }
- .top_box_tip{
- font-family:PingFangSC-Regular;
- font-weight:400;
- color:rgba(188,146,126,1);
- font-size: 0.24rem;
- }
- .recharge_main{
- width: 100%;
- min-height: 2rem;
- background: rgb(255, 246, 242);
- border-radius: 0 0 0.3rem 0.3rem;
- padding: 0.2rem 0.22rem 0.5rem;
- box-sizing: border-box;
- display: none;
- }
- .recharge_common{
- margin-top: 0.3rem;
- }
- .recharge_title{
- background:rgba(104,191,89,1);
- width: 1.31rem;
- height: 0.46rem;
- border-radius: 0.04rem;
- line-height: 0.5rem;
- text-align: center;
- font-family:PingFangSC-Regular;
- font-weight:400;
- color:rgba(255,255,255,1);
- font-size: 0.28rem;
- }
- .recharge_item{
- font-family:PingFangSC-Regular;
- font-weight:400;
- color:rgba(51,51,51,1);
- text-shadow:0px 0.01rem 0.02rem rgba(255,255,255,0.46);
- position: relative;
- font-size: 0.3rem;
- margin-top: 0.2rem;
- }
- .recharge_item_num{
- margin-right: 0.1rem;
- padding-left: 0.05rem;
- }
- .recharge_item_count{
- margin-right: 0.1rem;
- }
- .recharge_fail .recharge_title{
- background: rgba(178, 165, 166, 1);
- }
- .recharge_success .recharge_title{
- background: rgba(255, 80, 98, 1);
- }
- .recharge_null{
- width: 100%;
- min-height: 2rem;
- background: rgb(255, 246, 242);
- border-radius: 0 0 0.3rem 0.3rem;
- padding: 0.2rem 0.22rem 0.2rem;
- box-sizing: border-box;
- text-align: center;
- }
- .img_null{
- width: 2.19rem;
- height: 2.78rem;
- margin-top: 0.6rem;
- }
- .null_btn{
- background:linear-gradient(90deg,rgba(255,110,53,1) 0%,rgba(255,153,63,1) 100%);
- box-shadow:0px 4px 1px 0px rgba(255,137,97,0.38);
- width: 2.03rem;
- height: 0.58rem;
- line-height: 0.58rem;
- text-align: center;
- font-family:PingFangSC-Regular;
- font-weight:400;
- color:rgba(255,255,255,1);
- font-size: 0.3rem;
- margin: 1rem auto 0.36rem;
- border-radius: 0.58rem;
- }
- .success_no_award{
- width: 1rem;
- height: 0.6rem;
- /*border-radius: 0.3rem;*/
- background-repeat: no-repeat;
- backround-size: 3rem 2rem;
- background-size: 100% 100%;
- background-image: url(/assets/img/frontend/campaign/no_award.png);
- position: absolute;
- display: block;
- left: 4.4rem;
- top: -0.2rem;
- }
|