deguodaigou/pages/commission/commission.scss

45 lines
825 B
SCSS
Raw Permalink Normal View History

2019-12-30 11:39:55 +08:00
.box{
background-color: #eee;
padding:0 30rpx;
.top{
background-color: #fff;
display: flex;
.tx{
width: 130rpx;
height: 130rpx;
}
.rigth{
display: flex;
.name{
font-size: 28rpx;
color: #333;
}
.mp{
font-size: 24rpx;
color: #999;
}
}
}
.xj{
background-color: #fff;
display: flex;
>view{
width: 263rpx;
border-right: 1rpx solid #eee;
}
>view:last-child{
border:none;
}
}
.list{
margin-top: 20rpx;
background-color: #fff;
.title{
font-size: 28rpx;
color: #333;
}
}
}