Files
fangche/pages/liaotian/liaotian.scss
2021-03-30 15:21:50 +08:00

38 lines
834 B
SCSS

page{
}
.box{
width: 750rpx;
padding: 23rpx;
overflow: hidden;
box-sizing: border-box;
.user{
box-sizing: border-box;
width: 704rpx;
height: 131rpx;
// background-color: #0f0;
display: flex;
border-bottom: 1rpx solid #EEEEEE;
align-items: center;
.head{
width: 84rpx;
height: 84rpx;
border-radius: 10rpx;
margin-right: 18rpx;
background-color: #0f0;
}
.info{
display: flex;
flex-direction: column;
justify-content: space-around;
.name{
font-size: 30rpx;
color:#333;
}
.text{
font-size: 20rpx;
color: #999;
}
}
}
}