暖心人
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.
 
 
 

46 lines
850 B

.body-background{
background: {
color:#F5F5F6;
};
height:100vh;
}
.app-wallpaper{
padding:16rpx 26rpx;
.leave-tab{
background-color: #fff;
border-top-left-radius: 20rpx;
border-top-right-radius: 20rpx;
padding-bottom:15rpx;
border-bottom:2rpx solid #f5f5f6;
}
.leave-advisor-tab{
background-color: #fff;
border-radius: 20rpx;
padding-bottom:15rpx;
border-bottom:2rpx solid #f5f5f6;
margin-bottom:16rpx;
}
.leave-content{
.leave-item{
margin-bottom:8rpx;
background-color:#fff;
padding:0 30rpx;
.icon{
flex: 0 0 64rpx;
}
.body{
padding:0 18rpx;
}
}
.ask{
padding:18rpx 0;
border-bottom: 2rpx solid #f5f5f6;
}
.answer{
padding:24rpx 0;
}
.ask{
padding:30rpx 0 22rpx 0;
}
}
}