金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

83 lines
1.7 KiB

@import '../../../common/css/global';
#recharge-balance{
.content{
height: 100%;
overflow: auto;
box-sizing: border-box;
.balance-top{
color: #FFFFFF;
padding: 20px 15px;
background: @mainColor;
.title{
font-size: 12px;
}
.recharge-box{
display: flex;
align-items: center;
margin-top: 20px;
font-size: 14px;
.recharge{
display: flex;
justify-content: center;
align-items: center;
width:50px;
height:24px;
border-radius:2px;
border:1px solid rgba(255,255,255,1);
}
.money{
flex: 1;
font-size: 30px;
}
}
}
.tab-panel{
background-color: #FFFFFF;
margin-top: 10px;
display: flex;
box-sizing: border-box;
.tab-title{
height: 44px;
width: 50%;
line-height: 44px;
text-align: center;
box-sizing: border-box;
&.active{
color:@mainColor;
border-bottom: 2px solid @mainColor;
}
}
}
.tab-content{
margin-top: 10px;
background-color: #FFFFFF;
.tab-item-content{
box-sizing: border-box;
padding-left: 12px;
padding-right: 12px;
display: flex;
line-height: 60px;
height: 60px;
border-bottom: 1px solid #d9d9d9;
justify-content: space-between;
.num{
color: @globalColor;
}
.text{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 30px;
flex: 1;
}
}
}
}
.loadingbox {
text-align: center;
padding: 5px 0;
}
}