|
page {
|
background-color: #F7F7F7;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.index.data-v-57280228 {
|
width: 100%;
|
height: auto;
|
}
|
.index .index_nav.data-v-57280228 {
|
width: 100%;
|
height: auto;
|
background: repeating-linear-gradient(to bottom, #9AE2DF, #ffffff);
|
}
|
.index .index_nav .index_nav_box.data-v-57280228 {
|
width: 100%;
|
height: auto;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
.index .index_nav .index_nav_box .index_nav_b.data-v-57280228 {
|
width: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
position: fixed;
|
z-index: 9;
|
}
|
.index .index_nav .index_nav_box .index_nav_b text.data-v-57280228 {
|
font-size: 38rpx;
|
font-family: PingFangSC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #222222;
|
}
|
.index .index_nav .index_box.data-v-57280228 {
|
width: 100%;
|
margin-top: 20rpx;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
}
|
.index .index_nav .index_box .index_box_map.data-v-57280228 {
|
width: 100%;
|
height: 360rpx;
|
background: #FFFFFF;
|
border-radius: 20rpx;
|
padding: 6rpx;
|
box-sizing: border-box;
|
position: relative;
|
}
|
.index .index_nav .index_box .index_box_map .index_box_map_type.data-v-57280228 {
|
position: absolute;
|
bottom: 20rpx;
|
left: 50%;
|
width: 244rpx;
|
height: 56rpx;
|
-webkit-transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
background: #FFFFFF;
|
box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0, 0, 0, 0.08);
|
border-radius: 16rpx;
|
padding: 6rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .index_nav .index_box .index_box_map .index_box_map_type .index_box_map_type_row.data-v-57280228 {
|
width: 116rpx;
|
height: 44rpx;
|
line-height: 44rpx;
|
text-align: center;
|
border-radius: 12rpx;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #666666;
|
}
|
.index .index_nav .index_box .index_box_map .index_box_map_type .active.data-v-57280228 {
|
background: rgba(1, 182, 173, 0.08) !important;
|
color: #01B6AD;
|
}
|
.index .index_nav .index_box .index_box_map .map.data-v-57280228 {
|
width: 100%;
|
height: 100%;
|
border-radius: 20rpx;
|
}
|
.index .index_nav .index_box .index_box_map .index_box_icon.data-v-57280228 {
|
position: absolute;
|
width: 80rpx;
|
height: 80rpx;
|
right: 10rpx;
|
bottom: 20rpx;
|
}
|
.index .index_nav .index_box .index_box_map .index_box_icon image.data-v-57280228 {
|
width: 100%;
|
height: 100%;
|
}
|
.index .index_nav .index_box .index_box_title.data-v-57280228 {
|
width: 100%;
|
padding: 20rpx 30rpx;
|
box-sizing: border-box;
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
display: flex;
|
align-items: center;
|
position: relative;
|
top: -16rpx;
|
background: linear-gradient(270deg, #C5FAF7 0%, rgba(10, 201, 192, 0.63) 65%, rgba(214, 251, 249, 0.81) 100%);
|
box-shadow: inset 0rpx 1rpx 0rpx 0rpx #E3FFFE;
|
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
-webkit-backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
}
|
.index .index_nav .index_box .index_box_title .index_box_title_left.data-v-57280228 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.index .index_nav .index_box .index_box_title .index_box_title_left text.data-v-57280228:first-child {
|
font-size: 32rpx;
|
font-family: PingFangSC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #303030;
|
}
|
.index .index_nav .index_box .index_box_title .index_box_title_left text.data-v-57280228:last-child {
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #00958E;
|
margin-top: 10rpx;
|
}
|
.index .index_nav .index_box .index_box_title image.data-v-57280228 {
|
flex-shrink: 0;
|
width: 92rpx;
|
height: 92rpx;
|
}
|
.index .index_nav .index_box .index_box_function.data-v-57280228 {
|
width: 100%;
|
padding: 24rpx 44rpx;
|
box-sizing: border-box;
|
background-color: #FFFFFF;
|
border-radius: 20rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
position: relative;
|
top: -24rpx;
|
}
|
.index .index_nav .index_box .index_box_function text.data-v-57280228 {
|
font-weight: 400;
|
}
|
.index .index_nav .index_box .index_box_function .cXYC.data-v-57280228 {
|
position: relative;
|
}
|
.index .index_nav .index_box .index_box_function .cXYC button.data-v-57280228 {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
background-color: rgba(0, 0, 0, 0);
|
border: none;
|
opacity: 0;
|
}
|
.index .index_nav .index_box .index_box_vip.data-v-57280228 {
|
width: 100%;
|
padding: 24rpx 30rpx;
|
box-sizing: border-box;
|
background: linear-gradient(#FCEADC 0%, #FFFFFF 100%);
|
border-radius: 20rpx;
|
}
|
.index .index_nav .index_box .index_box_vip .index_box_vip_head.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .index_nav .index_box .index_box_vip .index_box_vip_head text.data-v-57280228:nth-child(1) {
|
font-weight: 600;
|
font-size: 34rpx;
|
color: #303030;
|
}
|
.index .index_nav .index_box .index_box_vip .index_box_vip_head text.data-v-57280228:nth-child(2) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView.data-v-57280228 {
|
width: 100%;
|
margin-top: 20rpx;
|
white-space: nowrap;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row.data-v-57280228 {
|
display: inline-block;
|
width: 580rpx;
|
height: 216rpx;
|
background: #FFFFFF;
|
box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0, 0, 0, 0.06);
|
border-radius: 12rpx;
|
margin-right: 16rpx;
|
padding: 24rpx;
|
box-sizing: border-box;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row.data-v-57280228:last-child {
|
margin: 0 !important;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 .vip1_left.data-v-57280228 {
|
flex: 1;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #303030;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 .vip1_right.data-v-57280228 {
|
flex-shrink: 0;
|
margin-left: 30rpx;
|
font-weight: 400;
|
font-size: 40rpx;
|
color: #FF5A31;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 .vip1_right.data-v-57280228:before {
|
content: "¥";
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #FF5A31;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip2.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 10rpx;
|
margin-bottom: 16rpx;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip2 text.data-v-57280228 {
|
flex: 1;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip2 ._u.data-v-57280228 {
|
flex-shrink: 0;
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
text-decoration: line-through;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip3.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip3 .vip3_info.data-v-57280228 {
|
padding: 6rpx 12rpx;
|
box-sizing: border-box;
|
background: rgba(255, 90, 49, 0.1);
|
border-radius: 8rpx;
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #FF5A31;
|
}
|
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip3 .vip3_button.data-v-57280228 {
|
width: 120rpx;
|
height: 60rpx;
|
line-height: 60rpx;
|
text-align: center;
|
background: #01B6AD;
|
box-shadow: 0rpx 6rpx 16rpx 0rpx rgba(1, 182, 173, 0.24);
|
border-radius: 30rpx;
|
font-weight: 500;
|
font-size: 28rpx;
|
color: #FFFFFF;
|
}
|
.index .index_nav .index_box .index_box_poster.data-v-57280228 {
|
width: 100%;
|
height: 182rpx;
|
}
|
.index .index_nav .index_box .index_box_video.data-v-57280228 {
|
width: 100%;
|
height: 346rpx;
|
background: rgba(0, 0, 0, 0.08);
|
border-radius: 20rpx;
|
overflow: hidden;
|
margin-top: 20rpx;
|
}
|
.index .index_nav .index_box .index_zw1.data-v-57280228 {
|
width: 100%;
|
height: calc(env(safe-area-inset-bottom) + 310rpx);
|
}
|
.index .index_nav .index_box .index_zw.data-v-57280228 {
|
width: 100%;
|
height: 680rpx;
|
}
|
.index .index_scancode.data-v-57280228 {
|
width: 100%;
|
height: 306rpx;
|
background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 58%, #D0FFFD 100%);
|
box-shadow: 0rpx -6rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
padding: 30rpx 20rpx;
|
box-sizing: border-box;
|
}
|
.index .index_scancode .index_scancode_top.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.index .index_scancode .index_scancode_top .index_scancode_top_left.data-v-57280228 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.index .index_scancode .index_scancode_top .index_scancode_top_left text.data-v-57280228:first-child {
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #222222;
|
}
|
.index .index_scancode .index_scancode_top .index_scancode_top_left text.data-v-57280228:last-child {
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #666666;
|
margin-top: 10rpx;
|
}
|
.index .index_scancode .index_scancode_top image.data-v-57280228 {
|
width: 74rpx;
|
height: 84rpx;
|
flex-shrink: 0;
|
}
|
.index .index_scancode .index_scancode_bottom.data-v-57280228 {
|
width: 100%;
|
height: 96rpx;
|
line-height: 96rpx;
|
text-align: center;
|
background: #01B6AD;
|
box-shadow: 0rpx 6rpx 16rpx 0rpx rgba(1, 182, 173, 0.24);
|
border-radius: 46rpx;
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
margin-top: 30rpx;
|
}
|
.index .popupbox.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
flex-direction: column;
|
}
|
.index .popupbox .advertisement.data-v-57280228 {
|
width: 606rpx;
|
height: 1000rpx;
|
border-radius: 20rpx;
|
background-color: #FFFFFF;
|
overflow: hidden;
|
}
|
.index .popupbox .advertisement image.data-v-57280228 {
|
width: 100%;
|
height: 100%;
|
}
|
.index .popupbox .close.data-v-57280228 {
|
width: 60rpx;
|
height: 60rpx;
|
margin-top: 40rpx;
|
}
|
.index .deposit1.data-v-57280228 {
|
width: 100%;
|
min-height: 470rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
padding: 40rpx 20rpx;
|
box-sizing: border-box;
|
background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 58%, #D0FFFD 100%);
|
box-shadow: 0rpx -6rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
}
|
.index .deposit1 .deposit_text.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
}
|
.index .deposit1 .deposit_text .red.data-v-57280228 {
|
color: #FC2525 !important;
|
font-size: 30rpx !important;
|
}
|
.index .deposit1 .deposit_text text.data-v-57280228:nth-child(1) {
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #222222;
|
}
|
.index .deposit1 .deposit_text text.data-v-57280228:nth-child(2) {
|
font-size: 30rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
margin-top: 40rpx;
|
}
|
.index .deposit1 .deposit_text text.data-v-57280228:nth-child(3) {
|
font-size: 26rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #01B6AD;
|
margin-top: 20rpx;
|
}
|
.index .deposit1 .deposit_footer.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 30rpx;
|
}
|
.index .deposit1 .deposit_footer .c.data-v-57280228 {
|
background-color: #01B6AD !important;
|
color: #ffffff !important;
|
}
|
.index .deposit1 .deposit_footer .deposit_footer_item.data-v-57280228 {
|
flex: 1;
|
height: 96rpx;
|
line-height: 96rpx;
|
text-align: center;
|
border-radius: 46rpx;
|
border: 1rpx solid #01B6AD;
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #01B6AD;
|
}
|
.index .deposit1 .deposit_footer .deposit_footer_item.data-v-57280228:first-child {
|
margin-right: 22rpx;
|
}
|
.index .deposit.data-v-57280228 {
|
width: 100%;
|
min-height: 552rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
padding: 40rpx 20rpx;
|
box-sizing: border-box;
|
background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 58%, #D0FFFD 100%);
|
box-shadow: 0rpx -6rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
}
|
.index .deposit .deposit_text.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
}
|
.index .deposit .deposit_text .red.data-v-57280228 {
|
color: #FC2525 !important;
|
}
|
.index .deposit .deposit_text text.data-v-57280228:nth-child(1) {
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #222222;
|
}
|
.index .deposit .deposit_text text.data-v-57280228:nth-child(2) {
|
font-size: 30rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
margin-top: 40rpx;
|
}
|
.index .deposit .deposit_text text.data-v-57280228:nth-child(3) {
|
font-size: 26rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #01B6AD;
|
margin-top: 20rpx;
|
}
|
.index .deposit .deposit_read.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
margin-top: 100rpx;
|
}
|
.index .deposit .deposit_read image.data-v-57280228 {
|
width: 32rpx;
|
height: 32rpx;
|
margin-right: 14rpx;
|
}
|
.index .deposit .deposit_read .deposit_read_z.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #757A81;
|
}
|
.index .deposit .deposit_read .deposit_read_z text.data-v-57280228 {
|
color: #01B6AD !important;
|
}
|
.index .deposit .deposit_footer.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 30rpx;
|
}
|
.index .deposit .deposit_footer .c.data-v-57280228 {
|
background-color: #01B6AD !important;
|
color: #ffffff !important;
|
}
|
.index .deposit .deposit_footer .deposit_footer_item.data-v-57280228 {
|
flex: 1;
|
height: 96rpx;
|
line-height: 96rpx;
|
text-align: center;
|
border-radius: 46rpx;
|
border: 1rpx solid #01B6AD;
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #01B6AD;
|
}
|
.index .deposit .deposit_footer .deposit_footer_item.data-v-57280228:first-child {
|
margin-right: 22rpx;
|
}
|
.index .loading.data-v-57280228 {
|
width: 100%;
|
min-height: 552rpx;
|
background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 58%, #D0FFFD 100%);
|
box-shadow: 0rpx -6rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
position: relative;
|
}
|
.index .loading .loading_box.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.index .loading .loading_box .loading_box_top.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.index .loading .loading_box .loading_box_top image.data-v-57280228 {
|
width: 40rpx;
|
height: 40rpx;
|
margin-right: 20rpx;
|
-webkit-animation: rotation-data-v-57280228 3s linear infinite;
|
animation: rotation-data-v-57280228 3s linear infinite;
|
}
|
.index .loading .loading_box .loading_box_top text.data-v-57280228 {
|
font-size: 40rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #222222;
|
}
|
@-webkit-keyframes rotation-data-v-57280228 {
|
0% {
|
-webkit-transform: rotate(0deg);
|
transform: rotate(0deg);
|
}
|
100% {
|
-webkit-transform: rotate(360deg);
|
transform: rotate(360deg);
|
}
|
}
|
@keyframes rotation-data-v-57280228 {
|
0% {
|
-webkit-transform: rotate(0deg);
|
transform: rotate(0deg);
|
}
|
100% {
|
-webkit-transform: rotate(360deg);
|
transform: rotate(360deg);
|
}
|
}
|
.index .loading .loading_box .loading_box_info.data-v-57280228 {
|
width: 100%;
|
text-align: center;
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
margin-top: 24rpx;
|
}
|
.index .loading .loading_box_err.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
position: absolute;
|
bottom: 30rpx;
|
left: 0;
|
right: 0;
|
}
|
.index .loading .loading_box_err image.data-v-57280228 {
|
width: 30rpx;
|
height: 30rpx;
|
margin-right: 10rpx;
|
}
|
.index .loading .loading_box_err text.data-v-57280228 {
|
font-size: 26rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #999999;
|
}
|
.index .ride.data-v-57280228 {
|
width: 100%;
|
padding: 40rpx 20rpx;
|
box-sizing: border-box;
|
background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 58%, #D0FFFD 100%);
|
box-shadow: 0rpx -6rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
}
|
.index .ride .ride_head.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .ride .ride_head .ride_head_center.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
}
|
.index .ride .ride_head .ride_head_center image.data-v-57280228 {
|
width: 36rpx;
|
height: 36rpx;
|
margin-right: 16rpx;
|
}
|
.index .ride .ride_head .ride_head_center text.data-v-57280228 {
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #222222;
|
}
|
.index .ride .ride_head .option.data-v-57280228 {
|
opacity: 0;
|
}
|
.index .ride .ride_head .ride_head_item.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
}
|
.index .ride .ride_head .ride_head_item image.data-v-57280228 {
|
width: 14rpx;
|
height: 24rpx;
|
margin-left: 6rpx;
|
}
|
.index .ride .ride_head .ride_head_item text.data-v-57280228 {
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #666666;
|
}
|
.index .ride .info_des_tc.data-v-57280228 {
|
width: 100%;
|
height: 60rpx;
|
line-height: 60rpx;
|
background: #F4EFEA;
|
border-radius: 16rpx;
|
margin: 20rpx 0;
|
display: flex;
|
align-items: center;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
}
|
.index .ride .info_des_tc text.data-v-57280228 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #FF5A31;
|
margin-left: 10rpx;
|
}
|
.index .ride .ride_content.data-v-57280228 {
|
width: 100%;
|
margin-top: 40rpx;
|
}
|
.index .ride .ride_content .ride_content_a.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .ride .ride_content .ride_content_a text.data-v-57280228 {
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.index .ride .ride_content .ride_content_b.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
margin-top: 30rpx;
|
}
|
.index .ride .ride_content .ride_content_b text.data-v-57280228 {
|
font-size: 26rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #666666;
|
}
|
.index .ride .ride_content .ride_content_b text.data-v-57280228:first-child {
|
margin-bottom: 20rpx;
|
}
|
.index .ride .ride_content .ride_content_info.data-v-57280228 {
|
width: 100%;
|
margin-top: 40rpx;
|
display: flex;
|
align-items: flex-start;
|
}
|
.index .ride .ride_content .ride_content_info image.data-v-57280228 {
|
width: 24rpx;
|
height: 24rpx;
|
flex-shrink: 0;
|
margin-right: 6rpx;
|
margin-top: 6rpx;
|
}
|
.index .ride .ride_content .ride_content_info text.data-v-57280228 {
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #01B6AD;
|
}
|
.index .ride .ride_btn.data-v-57280228 {
|
width: 100%;
|
height: 96rpx;
|
line-height: 96rpx;
|
text-align: center;
|
background: #01B6AD;
|
border-radius: 46rpx;
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
margin-top: 40rpx;
|
}
|
.index .ride .ride_settlement.data-v-57280228 {
|
width: 100%;
|
text-align: center;
|
font-size: 30rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #666666;
|
margin-top: 30rpx;
|
}
|
.index .ride .ride_err.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 20rpx;
|
}
|
.index .ride .ride_err image.data-v-57280228 {
|
width: 30rpx;
|
height: 30rpx;
|
margin-right: 10rpx;
|
}
|
.index .ride .ride_err text.data-v-57280228 {
|
font-size: 26rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #999999;
|
}
|