/* 公共样式 */
.right5{
    margin-right: 5px;
}
.right10{
    margin-right: 10px;
}
.right20{
    margin-right: 20px;
}
.top20{
    margin-top: 20px;
}
.top10{
    margin-top: 10px;
}
.gray{
    color:#999;
}
.orange{
    color:tomato;
    font-weight: bold;
    font-size:16px;
    margin:10px 0;
}
/* 首页的个人中心基本样式 */
.content{ 
    margin: 10px; 
    padding: 24px;
    background: #fff; 
    min-height: 600px;
}
.userImg{
    width:40px;
    height: 40px;
    border-radius: 50%;
}
.todayPay{
    width:72px;
    height: 72px;
    border-radius: 50%;
}
.updateImg{
    width:100px;
    height: 100px;
    border-radius: 50%;
}
.rightTitle{
    line-height: 32px;
    text-align: right;
}