/* pages/pbService/feiyi/index.wxss */ page { background: #EDEDED; } .feiyi-picker { height: 100rpx; display: flex; align-items: center; justify-content: center; color: #0B898E; font-size: 26rpx; font-weight: bold; background: white; } .feiyi-picker .iconfont { font-size: 24rpx; margin-left: 10rpx; } .feiyi-item { margin: 20rpx 30rpx; border-radius: 20rpx; display: flex; justify-content: space-between; overflow: hidden; background: white; } .feiyi-item image { width: 200rpx; height: 200rpx; display: block; flex-shrink: 0; } .feiyiinfo { flex: 1; margin:20rpx; color: #333; font-weight: bold; } .feiyiinfo .title { font-size: 30rpx; } .feiyiinfo .subtitle { margin-top: 20rpx; font-size: 26rpx; }