page { background-color: #F4F4F4; font-size: 28rpx; font-family: PingFang-SC-Bold, PingFang-SC; } .list { box-shadow: 0px 2rpx 4rpx 0px rgba(0, 0, 0, 0.02); border-radius: 16rpx 16rpx 16rpx 56rpx; background-color: #FFFFFF; margin: 57rpx 30rpx; } .list .list-top { padding-bottom: 20rpx; border-bottom: 1px solid #efefef; padding: 30rpx; } .list .listcenter { display: flex; justify-content: space-between; padding: 30rpx; } .list .listcenter .r { text-align: right; } .list .listcenter .r image { width: 140rpx; height: 84rpx; border-radius: 6rpx; } .list .list-bottom { border-top: 1rpx solid #E3E3E3; border-radius: 0px 0px 16rpx 56rpx; background-color: #FBFBFB; padding: 30rpx 0 30rpx 60rpx; color: #1E9F6A; font-weight: 600; } .list .list-bottom .listIcon { display: flex; align-items: center; font-size: 26rpx; } .list .list-bottom image { width: 24rpx; margin-right: 10rpx; } .travel { margin: 0 60rpx; } .travel .travelList { display: flex; justify-content: space-between; } .travel .travelList image { width: 48rpx; } .room { margin-bottom: 200rpx; } .room .title { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #E3E3E3; padding: 30rpx; margin: 50rpx 30rpx 30rpx; } .room .title image { width: 48rpx; } .room .roomList { display: flex; justify-content: space-between; align-items: center; margin: 20rpx 60rpx; } .navbar { width: 100%; height: 104rpx; background: #1E9F6A; border-radius: 16rpx 16rpx 0px 0px; position: fixed; left: 0; bottom: 0; display: flex; align-items: center; } .navbar .line { width: 1px; height: 24rpx; background-color: #FFFFFF; } .navbar .navbar-item { display: flex; color: #FFFFFF; flex: 1; align-items: center; justify-content: center; } .navbar .navbar-item image { height: 28rpx; margin-right: 10rpx; }