/* 学院列表 */ .school { background-color: #f2f2f2; min-height: calc(100vh - 44px); /* 搜索 */ &-search { width: calc(100% - 60rpx); margin: 0 auto; padding: 29rpx 0; } /* 列表 */ &-list { &-item { margin-bottom: 20rpx; display: flex; justify-content: space-between; align-items: center; background-color: #fff; border-radius: 10rpx; padding: 40rpx 30rpx; &-left { display: flex; align-items: center; .image { width: 98rpx; height: 98rpx; border: solid 1px #E0E0E0; display: flex; justify-content: center; align-items: center; margin-right: 22rpx; image { width: 78rpx; height: 78rpx; } } .title { font-size: 22rpx; color: #9B9B9B; .name { font-size: 32rpx; color: #000; margin-bottom: 18rpx; } .grade { display: flex; .icon { margin-right: 84rpx; .icon-img { margin-right: 8rpx; } } } } } &-right { color: #000000; } } } }