59 lines
969 B
CSS
59 lines
969 B
CSS
page {
|
|
background-color: #f6f7fb;
|
|
}
|
|
.container {
|
|
margin-top: 26rpx;
|
|
}
|
|
.item {
|
|
padding: 30rpx 20rpx;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
background: #ffffff;
|
|
display: flex;
|
|
}
|
|
.left_pic {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
margin-right: 40rpx;
|
|
}
|
|
.title {
|
|
margin-bottom: 14rpx;
|
|
font-size: 30rpx;
|
|
color: #222222;
|
|
}
|
|
.desc {
|
|
margin-top: 20rpx;
|
|
}
|
|
.desc_item {
|
|
font-size: 22rpx;
|
|
color: #555555;
|
|
background: rgba(255, 178, 23, 0.1);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: inline-block;
|
|
padding: 5rpx 20rpx;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.address {
|
|
margin-top: 4rpx;
|
|
font-weight: normal;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
width: 424rpx;
|
|
display: block;
|
|
}
|
|
.discuss {
|
|
margin-top: 26rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.discuss_pic {
|
|
width: 32rpx;
|
|
height: 28rpx;
|
|
margin-bottom: 6rpx;
|
|
}
|