/* pages/pbService/wwcx/index.wxss */ page { background: #EDEDED; } .types-fixed { position: fixed; left: 0; right: 0; background: white; padding-bottom: 30rpx; } .types { display: flex; justify-content: center; align-items: center; padding-top: 20rpx; margin-bottom: 40rpx; } .type-item { width: 200rpx; line-height: 60rpx; background: #EDEDED; border-radius: 30rpx; text-align: center; font-size: 26rpx; color: #333; font-weight: bold; } .type-item.active { color: #fff; background: #0B898E; } .type-item:nth-child(1){ margin-right: 80rpx; } .pickers { display: flex; align-items: center; justify-content: center; margin: 0 50rpx; } .picker { text-align: center; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 26rpx; } .icon-xia { font-size: 20rpx; margin-left: 10rpx; } .picker.active { color: #0B898E; } .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; flex-shrink: 0; } .feiyiinfo { flex: 1; margin:20rpx; color: #333; font-weight: bold; } .feiyiinfo .title { font-size: 30rpx; margin-bottom: 27rpx; line-height: 29rpx; } .feiyiinfo .subtitle { margin-top: 17rpx; font-size: 24rpx; line-height: 23rpx; } .feiyiinfo .subtitle text { color: #888; font-weight: 400; margin-right: 20rpx; } .icon-sousuo { position: fixed; right: 30rpx; margin-top: 31rpx; }