page{ height: 100%; } .container{ height: 100%; } .hotel-grid{ height: 100%; } .hotel-list-row{ display: flex; align-items: center; position: relative; } .hotel-list-row .hotel-name{ font-weight: 600; } .hotel-list-row .hotel-mobile{ font-size:24rpx; color:#999; } .hotel-list-row .hotel-img{ float:right; flex-direction: column; align-items: center; height:100rpx; width:100rpx; } .hotel-list-row .hotel-img image{ height:100rpx; width:100rpx; }