No Description

account.css 2.1KB

1234567891011121314151617181920212223242526
  1. body{min-height:100vh; background: #F4F4F4}
  2. em{font-style: normal;}
  3. .container{width: 100%;height: 100vh;-webkit-overflow-scrolling:touch;}
  4. .header{width: 100%;height: 1.356rem;background:-webkit-linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));background:-moz-linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));background:-o-linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));background:linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));}
  5. .header .top{height: 0.44rem;font-size:0.18rem;color:#fff;line-height:0.44rem;text-align: center;}
  6. .header .balance{font-size:0.14rem;color:#fff;line-height:0.17rem;padding:0.08rem 2.28rem 0.2rem 0.15rem;}
  7. .header .money{color:#fff;}
  8. .header .money span{display: inline-block;vertical-align: middle;}
  9. .header .money span:nth-child(1){font-size:0.18rem;padding-left: 0.09rem;padding-top: 0.09rem;}
  10. .header .money span:nth-child(2){font-size:0.36rem;}
  11. .header .money span:nth-child(3){font-size:0.14rem;display: block;float: right;padding-right: 0.3rem;padding-top: 0.15rem; box-sizing: border-box;}
  12. .tab_menu {height: 0.45rem;}
  13. .tab_menu ul{ width: 100%;}
  14. .tab_menu li{float:left;width: 50%;height: 0.45rem;line-height: 0.45rem;text-align: center;background: #FFF;}
  15. .tab_con{width: 100%;height: 4.86rem;background: #F4F4F4;-webkit-overflow-scrolling:touch;}/*overflow-y: scroll;*/
  16. .selected,.hover{color: #FA2C36;}
  17. .add_up{height: 0.35rem;font-size: 0.12rem;color: #999999;line-height: 0.35rem;padding-left: 0.15rem;}
  18. .item{width: 100%;}
  19. .item li{height: 0.62rem;background: #FFF;margin-bottom: 0.04rem;}
  20. .item li img{float:left;width: 0.28rem;padding: 0.17rem 0.15rem;}
  21. .item li .center{float:left;}
  22. .item li .center p:nth-child(1){font-size: 0.16rem;color: #666666;padding-top: 0.1rem;padding-bottom: 0.03rem;}
  23. .item li .center p:nth-child(2){font-size: 0.12rem;color: #999999;}
  24. .item li .center p em{padding-left: 0.64rem;}
  25. .add_money{display: block;float: right;padding-right: 0.25rem;height: 0.62rem;line-height: 0.62rem;color: #FA2C36;}
  26. #no,#noo{ display: block;color: #999999;font-size: 0.12rem;width: 100%;text-align: center;padding: 0.2rem 0;}