@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .hitchRide.data-v-291e8e2c { padding-bottom: 240rpx; } .hitchRide .hitchRide-title.data-v-291e8e2c { height: 422rpx; width: 750rpx; position: relative; } .hitchRide .hitchRide-title image.data-v-291e8e2c { width: 100%; height: 100%; } .hitchRide .hitchRide-title .swiper.data-v-291e8e2c { height: 100%; width: 100%; } .hitchRide .hitchRide-title .yongche.data-v-291e8e2c { width: 750rpx; height: 110rpx; position: absolute; top: 360rpx; left: 0; } .hitchRide .hitchRide-title .yongche .yongcheBtn.data-v-291e8e2c { position: absolute; left: 0; top: 0; width: 100%; height: 110rpx; line-height: 110rpx; display: flex; } .hitchRide .hitchRide-title .yongche .yongcheBtn image.data-v-291e8e2c { width: 32rpx; height: 38rpx; vertical-align: middle; margin-bottom: 6rpx; margin-right: 10rpx; } .hitchRide .hitchRide-title .aggregate.data-v-291e8e2c { padding: 20rpx 30rpx; padding-top: 70rpx; color: #C1D6FF; } .hitchRide .hitchRide-title .destination.data-v-291e8e2c { padding: 30rpx; border-radius: 20rpx; background-color: #FFFFFF; width: 690rpx; height: 235rpx; box-sizing: border-box; margin: auto; } .hitchRide .hitchRide-title .destination .punctuation.data-v-291e8e2c { position: relative; } .hitchRide .hitchRide-title .destination .punctuation .dot.data-v-291e8e2c { width: 12rpx; height: 12rpx; border-radius: 50%; background-color: #00C095; position: absolute; left: 30rpx; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .hitchRide .hitchRide-title .destination .punctuation .destination-origin.data-v-291e8e2c { color: #00C095; font-size: 30rpx; padding-left: 60rpx; } .hitchRide .hitchRide-title .destination .punctuation .destination-origin.data-v-291e8e2c .uni-input-input { width: 430rpx; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; } .hitchRide .hitchRide-title .destination .punctuation .destination-origin-go.data-v-291e8e2c { color: #00C095; font-size: 30rpx; padding-left: 60rpx; } .hitchRide .hitchRide-title .destination .punctuation .destination-origin-go.data-v-291e8e2c .uni-input-input { width: 540rpx; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; } .hitchRide .hitchRide-content.data-v-291e8e2c { padding: 30rpx; padding-top: 380rpx; background: linear-gradient(180deg, #185DE9 450rpx, #185DE9 1%, #F8F8F8 750rpx); background-repeat: no-repeat; } .hitchRide .hitchRide-content .journey-box .journey-item.data-v-291e8e2c { background-color: #FFFFFF; padding: 30rpx; margin-bottom: 20rpx; border-radius: 20rpx; } .hitchRide .hitchRide-content .filter-box.data-v-291e8e2c { padding: 10rpx 0rpx 26rpx; } .hitchRide .hitchRide-content .filter-box .left-nocheck.data-v-291e8e2c { width: 90rpx; height: 48rpx; line-height: 48rpx; font-size: 28rpx; color: #C1D6FF; margin-right: 20rpx; text-align: center; display: inline-block; } .hitchRide .hitchRide-content .filter-box .left-check.data-v-291e8e2c { width: 90rpx; height: 48rpx; line-height: 48rpx; font-size: 28rpx; color: #FFFFFF; font-weight: 700; border: 1rpx solid #FFFFFF; border-radius: 60rpx; margin-right: 20rpx; text-align: center; display: inline-block; } .hitchRide .hitchRide-content .filter-box .right-nocheck.data-v-291e8e2c { width: 150rpx; height: 48rpx; line-height: 48rpx; font-size: 28rpx; color: #C1D6FF; text-align: center; display: inline-block; } .hitchRide .hitchRide-content .filter-box .right-check.data-v-291e8e2c { width: 150rpx; height: 48rpx; line-height: 48rpx; font-size: 28rpx; color: #FFFFFF; font-weight: 700; border: 1rpx solid #FFFFFF; border-radius: 60rpx; margin-right: 0rpx; text-align: center; display: inline-block; } .hitchRide .iframe-wid-hgt.data-v-291e8e2c { width: 100vw; }