45 lines
771 B
Plaintext
45 lines
771 B
Plaintext
.container{
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #F5F5F5;
|
|
}
|
|
.sectioncontain{
|
|
width:96%;
|
|
height: 440rpx;
|
|
margin: 20rpx auto;
|
|
background: #fff;
|
|
}
|
|
.sectioncontain .ul{
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
height: 110rpx;
|
|
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.sectioncontain .ul .left{
|
|
width: 30%;
|
|
line-height: 130rpx;
|
|
font-size: 14px;
|
|
}
|
|
.sectioncontain .ul .right{
|
|
width: 70%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.sectioncontain .ul .right .img{
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 60rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.sectioncontain .ul .right .img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
.sectioncontain .ul .right .text{
|
|
font-size: 14px;
|
|
} |