You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

206 lines
5.2 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.head.data-v-7cf6c2ff {
height: 300rpx;
color: white;
background: linear-gradient(180deg, #f93938 0%, #fa4c0d 100%);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.head_top.data-v-7cf6c2ff {
text-align: center;
font-size: 28rpx;
}
.head_top .all_breakeven.data-v-7cf6c2ff {
color: rgba(255, 255, 255, 0.7);
}
.head_top .all_money.data-v-7cf6c2ff {
margin: 20rpx 0;
font-size: 60rpx;
font-weight: bold;
}
.head_bottom.data-v-7cf6c2ff {
padding: 0 24rpx;
font-size: 28rpx;
display: flex;
align-items: center;
color: rgba(255, 255, 255, 0.7);
}
.head_bottom .head_bottom_list.data-v-7cf6c2ff {
position: relative;
display: flex;
margin-right: 64rpx;
padding-bottom: 24rpx;
justify-content: center;
}
.head_bottom .bottom_list.data-v-7cf6c2ff {
color: white;
}
.head_bottom .select_icon.data-v-7cf6c2ff {
position: absolute;
bottom: 0;
width: 24rpx;
height: 14rpx;
}
.head1.data-v-7cf6c2ff {
background: linear-gradient(180deg, #568eff 0%, #4479eb 100%);
}
.main.data-v-7cf6c2ff {
margin-top: 32rpx;
}
.main .main_date.data-v-7cf6c2ff {
display: flex;
align-items: center;
font-size: 24rpx;
padding: 0 24rpx;
}
.main .main_date .main_date_ipt.data-v-7cf6c2ff {
width: 170rpx;
padding: 10rpx 46rpx;
border: 2rpx solid #999999;
border-radius: 8rpx;
height: 36rpx;
text-align: center;
}
.main .main_date .main_date_serch.data-v-7cf6c2ff {
color: #ec7c00;
margin-left: 32rpx;
}
.main .main_date.data-v-7cf6c2ff .u-icon--right {
padding: 0 16rpx !important;
}
.main .main_nav.data-v-7cf6c2ff {
margin-top: 32rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 24rpx;
color: #999999;
}
.main .main_nav_color.data-v-7cf6c2ff {
color: #ec7c00;
}
.line.data-v-7cf6c2ff {
height: 20rpx;
background-color: #f6f6f6;
}
.footer .footer_nav.data-v-7cf6c2ff {
padding: 32rpx 24rpx;
display: flex;
font-weight: bold;
align-items: center;
justify-content: space-between;
}
.footer .footer_nav .footer_nav_right.data-v-7cf6c2ff {
display: flex;
align-items: center;
font-size: 24rpx;
color: #999999;
font-weight: 500;
}
.footer .footer_nav .right_icon.data-v-7cf6c2ff {
width: 24rpx;
height: 24rpx;
margin-left: 10rpx;
}
.footer .private_table_head.data-v-7cf6c2ff {
display: flex;
align-items: center;
font-size: 24rpx;
font-weight: bold;
background-color: #fff9f3;
padding: 20rpx 24rpx;
justify-content: space-between;
}
.footer .private_table_head .private_table_head_right.data-v-7cf6c2ff {
display: flex;
align-items: center;
}
.footer .private_table_head .private_table_head_left.data-v-7cf6c2ff {
display: flex;
align-items: center;
}
.footer .private_table_head .private_table_head_left .private_head_name.data-v-7cf6c2ff {
width: 150rpx;
}
.footer .private_table_head .private_table_head_left .private_head_price.data-v-7cf6c2ff {
width: 180rpx;
text-align: center;
}
.footer .private_table_head .private_table_head_left .private_head_gains.data-v-7cf6c2ff {
width: 180rpx;
text-align: center;
}
.footer .private_table_list.data-v-7cf6c2ff {
padding: 24rpx 24rpx;
border-bottom: 2rpx solid #f6f6f6;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
}
.footer .private_table_list .private_table_list_left.data-v-7cf6c2ff {
display: flex;
align-items: center;
}
.footer .private_table_list .private_table_list_left .table_list_name.data-v-7cf6c2ff {
width: 150rpx;
}
.footer .private_table_list .private_table_list_left .table_list_code.data-v-7cf6c2ff {
margin-top: 10rpx;
font-size: 24rpx;
color: #999999;
}
.footer .private_table_list .private_table_list_left .table_list_price.data-v-7cf6c2ff {
width: 180rpx;
text-align: center;
}
.footer .private_table_list .private_table_list_left .table_list_gains.data-v-7cf6c2ff {
width: 180rpx;
text-align: center;
}
.footer .private_screening_icon.data-v-7cf6c2ff {
width: 18rpx;
height: 10rpx;
margin-left: 24rpx;
}
.footer .see_more.data-v-7cf6c2ff {
padding: 32rpx 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 24rpx;
color: #ec7c00;
}
.footer .more_icon.data-v-7cf6c2ff {
width: 22rpx;
height: 22rpx;
margin-left: 10rpx;
}