45 lines
825 B
SCSS
45 lines
825 B
SCSS
|
.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;
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|