1234567891011121314151617181920212223242526 |
- body{min-height:100vh; background: #F4F4F4}
- em{font-style: normal;}
- .container{width: 100%;height: 100vh;-webkit-overflow-scrolling:touch;}
- .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));}
- .header .top{height: 0.44rem;font-size:0.18rem;color:#fff;line-height:0.44rem;text-align: center;}
- .header .balance{font-size:0.14rem;color:#fff;line-height:0.17rem;padding:0.08rem 2.28rem 0.2rem 0.15rem;}
- .header .money{color:#fff;}
- .header .money span{display: inline-block;vertical-align: middle;}
- .header .money span:nth-child(1){font-size:0.18rem;padding-left: 0.09rem;padding-top: 0.09rem;}
- .header .money span:nth-child(2){font-size:0.36rem;}
- .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;}
- .tab_menu {height: 0.45rem;}
- .tab_menu ul{ width: 100%;}
- .tab_menu li{float:left;width: 50%;height: 0.45rem;line-height: 0.45rem;text-align: center;background: #FFF;}
- .tab_con{width: 100%;height: 4.86rem;background: #F4F4F4;-webkit-overflow-scrolling:touch;}/*overflow-y: scroll;*/
- .selected,.hover{color: #FA2C36;}
- .add_up{height: 0.35rem;font-size: 0.12rem;color: #999999;line-height: 0.35rem;padding-left: 0.15rem;}
- .item{width: 100%;}
- .item li{height: 0.62rem;background: #FFF;margin-bottom: 0.04rem;}
- .item li img{float:left;width: 0.28rem;padding: 0.17rem 0.15rem;}
- .item li .center{float:left;}
- .item li .center p:nth-child(1){font-size: 0.16rem;color: #666666;padding-top: 0.1rem;padding-bottom: 0.03rem;}
- .item li .center p:nth-child(2){font-size: 0.12rem;color: #999999;}
- .item li .center p em{padding-left: 0.64rem;}
- .add_money{display: block;float: right;padding-right: 0.25rem;height: 0.62rem;line-height: 0.62rem;color: #FA2C36;}
- #no,#noo{ display: block;color: #999999;font-size: 0.12rem;width: 100%;text-align: center;padding: 0.2rem 0;}
|