/* pages/pbService/bus/search/index.wxss */ page { background: #fff; } .top-search { position: fixed; left: 0; right: 0; background: white; padding: 20rpx 0; } .search-box { height: 60rpx; display: flex; justify-content: space-between; align-items: center; padding-left: 20rpx; background: #ededed; border-radius: 30rpx; margin: 0 30rpx; } .search-box .iconfont { color: #999999; flex-shrink: 0; } .search-box input { display: block; flex: 1; margin: 0 20rpx; font-size: 26rpx; } .search-btn { flex-shrink: 0; width: 110rpx; text-align: center; font-size: 26rpx; color: #0B898E; border-left: 1rpx solid #ccc; line-height: 40rpx; } .stop-item { display: flex; margin: 0 30rpx; align-items: center; min-height: 80rpx; padding: 20rpx 0; font-size: 30rpx; color: #333; font-weight: bold; border-bottom: 1rpx solid #ccc; } .stop-item image { display: block; width: 30rpx; height: 30rpx; margin-right: 22rpx; } .line-info { display: flex; align-items: center; font-size: 26rpx; font-weight: 500; color: #333; margin-top: 20rpx; } .line-info image { width: 30rpx; height: 30rpx; margin: 0 20rpx; } .stop-item .iconfont { color: #999999; font-size: 24rpx; flex-shrink: 0; } .bus-item { margin: 20rpx 0; font-size: 26rpx; } .bus-name { color: #333; font-weight: bold; margin-bottom: 10rpx; } .bus-tip { display: flex; justify-content: space-between; align-items: center; color: #888888; } .bus-state { color: #0B898E; }