.list { padding: 15rpx 30rpx; } .list-search { height: 420rpx; padding: 15rpx; background-color: #fff; border-radius: 15rpx; } .list-info-item { height: 100rpx; display: flex; align-items: center; border-bottom: 1px solid #f4f4f4; position: relative; padding: 0; } .list-info-item-tit { width: 30%; font-size: 32rpx; font-weight: 500; color: #333; } input { width: 500rpx; height: 80rpx; background-color: #fff; padding: 0rpx; } .list-search-footer { margin-top: 30rpx; display: flex; align-items: center; justify-content: center; } .list-search-btn { width: 164rpx; margin-right: 30rpx; } .list-search-btn1 { width: 164rpx; } .list-search-btn button { background-color: #E6F0FF; color: #4181FF; height: 70rpx; line-height: 70rpx; border-radius: 10rpx; } .list-search-btn1 button { background-color: #4181FF; color: #fff; height: 70rpx; line-height: 70rpx; border-radius: 10rpx; } .list-top { display: flex; align-items: center; justify-content: center; height: 80rpx; font-size: 28rpx; color: #8B96B3; } .list-top-icon { width: 26rpx; height: 26rpx; margin-right: 30rpx; } .list-top-icon image { width: 100%; height: 100%; } /* 列表 */ .list-content { height: 204rpx; padding: 15rpx; margin-bottom: 15rpx; background-color: #fff; border-radius: 15rpx; } .list-content-tit { height: 64rpx; line-height: 64rpx; padding-left: 15rpx; background-color: #FAFBFF; color: #1E3461; font-size: 32rpx; font-weight: 700; } .list-content-main { display: flex; justify-content: space-between; align-items: center; margin-top: 30rpx; } .list-main-left { padding-left: 15rpx; } .list-main-left-item { display: flex; align-items: center; margin-bottom: 10rpx; } .list-main-left-img { width: 36rpx; height: 36rpx; margin-right: 30rpx; } .list-main-left-img image { width: 100%; height: 100%; } .list-main-right-img { width: 128rpx; height: 60rpx; } .list-main-right-img image { width: 100%; height: 100%; } .list-main-left-name { color: #3A3C65; font-size: 35rpx; line-height: 45rpx; } .list-main-right {}