/* pages/list/culturalUnit/index.wxss */ page { background: #EDEDED; } .item { width: 690rpx; height: 420rpx; background: #fff; border-radius: 20rpx; margin: 20rpx auto; overflow: hidden; } .item image { display: block; width: 100%; height: 300rpx; margin-bottom: 10rpx; } .title { font-size: 30rpx; margin: 0 20rpx; padding: 10rpx 0; } .location { display: flex; align-items: center; margin: 0 20rpx; font-size: 26rpx; } .location .iconfont { color: #0B898E; margin-right: 10rpx; } .nomoredata { text-align: center; color: #666; line-height: 90rpx; font-size: 26rpx; }