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.

220 lines
5.3 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-95c22ee0 {
padding: 24rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.head .head_left.data-v-95c22ee0 {
display: flex;
align-items: center;
}
.head .head_left .head_date.data-v-95c22ee0 {
padding: 16rpx 32rpx;
border-radius: 8rpx;
border: 2rpx solid #ec7c00;
display: flex;
align-items: center;
}
.head .head_left .head_date .ipt_date.data-v-95c22ee0 {
color: #ec7c00;
width: 180rpx;
font-size: 24rpx;
text-align: center;
}
.head .head_left .head_date .date_icon.data-v-95c22ee0 {
width: 24rpx;
height: 24rpx;
}
.head .head_left .select_days.data-v-95c22ee0 {
margin-left: 40rpx;
padding: 16rpx 32rpx;
border-radius: 8rpx;
border: 2rpx solid #999999;
font-size: 24rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.head .head_left .select_days .select_days_icon.data-v-95c22ee0 {
margin-left: 40rpx;
width: 18rpx;
height: 10rpx;
}
.head .head_icon.data-v-95c22ee0 {
height: 40rpx;
width: 40rpx;
}
.sift_show_type.data-v-95c22ee0 {
font-size: 28rpx;
font-weight: bold;
padding: 16rpx 24rpx;
}
.show_trade_type.data-v-95c22ee0 {
display: flex;
align-items: center;
flex-shrink: 0;
}
.show_trade_type .trade_type.data-v-95c22ee0 {
padding: 12rpx 40rpx;
border: 2rpx solid #999999;
border-radius: 8rpx;
margin-right: 40rpx;
font-size: 24rpx;
color: #999999;
font-weight: 500;
margin-top: 16rpx;
}
.show_trade_type .trade_type1.data-v-95c22ee0 {
border-color: #ec7c00;
color: #ec7c00;
background-color: #fffcf9;
}
.sift_show_date.data-v-95c22ee0 {
padding: 24rpx;
font-size: 28rpx;
}
.sift_show_date .show_date_range.data-v-95c22ee0 {
margin-top: 16rpx;
display: flex;
align-items: center;
}
.data-v-95c22ee0 .u-icon--right {
padding: 0 16rpx !important;
}
.show_securities_code.data-v-95c22ee0 {
padding: 0 24rpx;
font-size: 28rpx;
}
.show_securities_code .securities_code.data-v-95c22ee0 {
margin-top: 16rpx;
margin-bottom: 80rpx;
}
.show_btn_box.data-v-95c22ee0 {
height: 88rpx;
display: flex;
align-items: center;
}
.show_btn_box .btn.data-v-95c22ee0 {
width: 374rpx;
height: 88rpx;
line-height: 88rpx;
text-align: center;
font-size: 28rpx;
}
.show_btn_box .show_cancel.data-v-95c22ee0 {
border-top: 2rpx solid #f6f6f6;
}
.show_btn_box .show_confirm.data-v-95c22ee0 {
width: 378rpx;
background-color: #ec7c00;
color: white;
}
.table_head.data-v-95c22ee0 {
padding: 20rpx 24rpx;
background-color: #fff9f3;
display: flex;
align-items: center;
font-size: 24rpx;
font-weight: bold;
justify-content: space-between;
}
.table_head .table_head_left.data-v-95c22ee0 {
display: flex;
align-items: center;
}
.table_head .table_head_left .table_head_name.data-v-95c22ee0 {
width: 200rpx;
}
.table_head .table_head_left .table_head_clinchMoney.data-v-95c22ee0 {
width: 170rpx;
text-align: center;
}
.table_head .table_head_left .table_head_clinchNum.data-v-95c22ee0 {
width: 170rpx;
text-align: center;
}
.table_center.data-v-95c22ee0 {
padding: 0 24rpx;
}
.table_center .table_main.data-v-95c22ee0 {
padding: 24rpx 0;
font-size: 28rpx;
padding-bottom: 2rpx solid #f6f6f6;
display: flex;
align-items: center;
justify-content: space-between;
}
.table_center .table_main .table_left.data-v-95c22ee0 {
display: flex;
align-items: center;
}
.table_center .table_main .table_name_date .table_date.data-v-95c22ee0 {
font-size: 24rpx;
color: #999999;
margin-top: 10rpx;
}
.table_center .table_main .table_name.data-v-95c22ee0 {
width: 200rpx;
}
.table_center .table_main .table_type_money.data-v-95c22ee0 {
text-align: center;
}
.table_center .table_main .table_type_money .table_money.data-v-95c22ee0 {
margin-top: 10rpx;
font-size: 24rpx;
color: #999999;
}
.table_center .table_main .table_clinchMoney.data-v-95c22ee0 {
width: 170rpx;
text-align: center;
}
.table_center .table_main .table_clinchNum.data-v-95c22ee0 {
width: 170rpx;
text-align: center;
}
.add_icon_box.data-v-95c22ee0 {
width: 104rpx;
height: 104rpx;
background: linear-gradient(132deg, #ffb564 0%, #ec7c00 100%);
position: fixed;
border-radius: 104rpx;
bottom: 56rpx;
right: 24rpx;
display: flex;
align-items: center;
justify-content: center;
}
.show_input_list.data-v-95c22ee0 {
padding: 40rpx 0rpx;
border-bottom: 2rpx solid #f6f6f6;
text-align: center;
font-size: 28rpx;
}