page { background: #f7f7f7; } .list-item { margin-top: 16rpx; background: #fff; height: 196rpx; width: 100%; padding: 0 30rpx; } .list-item .top { width: calc(100% - 60rpx); height: 90rpx; border-bottom: 1rpx solid #f7f7f7; font-size: 34rpx; font-weight: bold; color: rgba(51, 51, 51, 1); line-height: 90rpx; } .list-item .bottom { width: calc(100% - 60rpx); height: 106rpx; display: flex; align-items: center; justify-content: space-between; } .list-item .bottom .name { height: 106rpx; line-height: 106rpx; font-size: 34rpx; font-weight: 500; color: rgba(119, 119, 119, 1); } .list-item .bottom image { width: 156rpx; height: 56rpx; }