123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- .wallet-wrap{
- background-color: rgba(0, 0, 0, 0.2);
- .wallet-hd{
- text-align: center;
- height: px2rem(50);
- line-height: px2rem(50);
- font-size: 0;
- p{
- display: inline-block;
- vertical-align: middle;
- font-size: px2rem(18);
- font-weight: bold;
- color: #ffffff;
- padding-left: px2rem(40);
- background: url("../../../assets/icon-charge1.png") left center no-repeat;
- background-size: px2rem(22);
- }
- }
- .wallet-bd{
- .bd-con{
- background: rgba(255, 255, 255, 0.1);
- border-radius: px2rem(5);
- width: px2rem(308);
- margin: 0 auto;
- padding-bottom: px2rem(20);
- h4{
- line-height: px2rem(50);
- font-size: px2rem(14);
- }
- p{
- color: #ffffff;
- font-size: px2rem(24);
- font-weight: bold;
- line-height: px2rem(36);
- i{
- display: inline-block;
- vertical-align: text-bottom;
- margin-right: px2rem(20);
- width: px2rem(23);
- height: px2rem(33);
- background: url("../../../assets/icon_eos.png") no-repeat;
- background-size: px2rem(23);
- }
- }
- }
- .bd-tips{
- font-size: px2rem(14);
- line-height: px2rem(50);
- text-align: center;
- }
- }
- .wallet-ft{
- width: px2rem(308);
- margin: 0 auto;
- padding-bottom: px2rem(20);
- .ft-row1{
- overflow: hidden;
- margin-bottom: px2rem(30);
- span{
- width: px2rem(112);
- height: px2rem(46);
- line-height: px2rem(46);
- font-weight: bold;
- text-align: center;
- font-size: px2rem(20);
- cursor: pointer;
- &:hover{
- opacity: 0.8;
- }
- }
- .btn-out{
- float: left;
- color: #ffffff;
- background: rgba(255, 255, 255, 0.2);
- border-radius: 4px;
- }
- .btn-in{
- float: right;
- color: #ffffff;
- background: #5070ab;
- border-radius: 4px;
- }
- }
- .ft-row2{
- text-align: center;
- font-size: px2rem(14);
- color: #4ba2ec;
- text-decoration: underline;
- cursor: pointer;
- &:hover{
- opacity: 0.8;
- }
- }
- }
- }
- .charge-wrap{
- background-color: rgba(0, 0, 0, 0.2);
- padding: px2rem(0) px2rem(40) px2rem(20);
- h3{
- font-size: px2rem(18);
- font-weight: bold;
- color: #ffffff;
- line-height: px2rem(50);
- text-align: left;
- }
- .c-input{
- position: relative;
- height: px2rem(45);
- margin-bottom: px2rem(20);
- input{
- font-size: px2rem(16);
- color: #ffffff;
- font-weight: bold;
- display: block;
- outline: none;
- width: 100%;
- text-indent: px2rem(20);
- line-height: px2rem(42);
- margin: 0;
- border: 1px solid rgba(255, 255, 255, 0.1);
- background: rgba(0, 0, 0, 0.2);
- }
- span{
- font-size: px2rem(16);
- font-weight: bold;
- color: #999999;
- position: absolute;
- right: px2rem(16);
- top: 0;
- line-height: px2rem(45);
- }
- }
- .c-ctrl{
- margin: px2rem(30) 0;
- .btn-confirm{
- width: px2rem(112);
- height: px2rem(46);
- display: block;
- margin: 0 auto;
- line-height: px2rem(46);
- font-weight: bold;
- text-align: center;
- font-size: px2rem(20);
- cursor: pointer;
- color: #ffffff;
- background: #5070ab;
- border-radius: 4px;
- &:hover{
- opacity: 0.8;
- }
- }
- }
- .c-tips1{
- text-align: left;
- line-height: px2rem(24);
- font-size: px2rem(14);
- }
- .c-tips2{
- text-align: center;
- font-size: px2rem(14);
- color: #4ba2ec;
- text-decoration: underline;
- cursor: pointer;
- &:hover{
- opacity: 0.8;
- }
- }
- }
|