page { background-color: #f7f7f7; } .alliance-list { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fff; margin-top: 20rpx; } .alliance-list .alliance-item { width: 690rpx; display: flex; align-items: center; justify-content: space-around; padding: 20rpx 0; box-sizing: border-box; } .alliance-item .headpic { width: 180rpx; height: 180rpx; } .alliance-item .alliance-info { } .alliance-list .alliance-item .title { width: 450rpx; margin: 10rpx 0; font-size: 34rpx; color: #333333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .alliance-list .list-line { width: 690rpx; height: 1px; background-color: #eeeeee; border-radius: 1px; opacity: 0.5; }