258 lines
5.6 KiB
Plaintext
258 lines
5.6 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.btnwarp.data-v-2faf5698 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
padding: 20rpx 24rpx;
|
|
}
|
|
.btnwarp .history.data-v-2faf5698 {
|
|
font-size: 28rpx;
|
|
color: #008EFF;
|
|
}
|
|
.submit.data-v-2faf5698 {
|
|
width: 200rpx;
|
|
height: 70rpx;
|
|
border-radius: 40rpx;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
background: #008EFF;
|
|
margin-right: 24rpx;
|
|
}
|
|
.annual_tar .annual_item.data-v-2faf5698 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
background-color: #fff;
|
|
padding: 0 30rpx;
|
|
border: 1rpx solid #EAEAEA;
|
|
}
|
|
.annual_tar .annual_item view.data-v-2faf5698:first-child {
|
|
font-size: 28rpx;
|
|
width: 200rpx;
|
|
text-align: center;
|
|
}
|
|
.annual_tar .annual_item view.data-v-2faf5698:last-child {
|
|
width: 400rpx;
|
|
text-align: center;
|
|
}
|
|
.annual_tar .annual_item view:last-child input.data-v-2faf5698 {
|
|
width: 400rpx;
|
|
border-radius: 40rpx;
|
|
border: 1rpx solid #CCC;
|
|
padding: 10rpx 15rpx;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.sales_head.data-v-2faf5698 {
|
|
border-top: 1rpx solid #CCC;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
padding: 20rpx 24rpx;
|
|
background: #fff;
|
|
}
|
|
.sales_head .tablist.data-v-2faf5698 {
|
|
padding: 20rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.sales_head .tablist .bottomimg.data-v-2faf5698 {
|
|
width: 20rpx;
|
|
height: 33rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.bot_btn.data-v-2faf5698 {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
background: #fff;
|
|
width: 750rpx;
|
|
height: 100rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-top: 1rpx solid #EAEAEA;
|
|
z-index: 2;
|
|
}
|
|
.bot_btn .btnself.data-v-2faf5698 {
|
|
width: 200rpx;
|
|
height: 70rpx;
|
|
border-radius: 40rpx;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
background: #008EFF;
|
|
}
|
|
.bot_btn .bg.data-v-2faf5698 {
|
|
background: #ff7800;
|
|
}
|
|
.sales_con.data-v-2faf5698 {
|
|
padding: 0rpx 20rpx 20rpx;
|
|
}
|
|
.sales_con .sales_item.data-v-2faf5698 {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
padding: 20rpx 35rpx 30rpx 24rpx;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
box-shadow: 2rpx 2rpx 50rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
.sales_con .sales_item .item_check.data-v-2faf5698 {
|
|
width: 60rpx;
|
|
}
|
|
.sales_con .sales_item .item_img.data-v-2faf5698 {
|
|
width: 80rpx;
|
|
}
|
|
.sales_con .sales_item .item_img image.data-v-2faf5698 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.sales_con .sales_item .item_name.data-v-2faf5698 {
|
|
flex: 1;
|
|
line-height: 40rpx;
|
|
}
|
|
.sales_con .sales_item .item_name.data-v-2faf5698 :first-child {
|
|
font-size: 28rpx;
|
|
}
|
|
.sales_con .sales_item .item_name.data-v-2faf5698 :last-child {
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
}
|
|
.sales_con .sales_item .item_monery.data-v-2faf5698 {
|
|
width: 100rpx;
|
|
color: #999;
|
|
}
|
|
.bottom_select.data-v-2faf5698 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: #fff;
|
|
height: 120rpx;
|
|
padding: 0 24rpx;
|
|
border-top: 1rpx solid #CCC;
|
|
}
|
|
.bottom_select .select_num.data-v-2faf5698 {
|
|
width: 450rpx;
|
|
}
|
|
.bottom_select .select_num .select_box.data-v-2faf5698 {
|
|
width: 450rpx;
|
|
}
|
|
.bottom_select .select_num .select_box .selectlist.data-v-2faf5698 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.bottom_select .select_num .select_box .select_item.data-v-2faf5698 {
|
|
flex-shrink: 0;
|
|
width: 100rpx;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
text-align: center;
|
|
margin-right: 15rpx;
|
|
}
|
|
.bottom_select .select_num .select_box .select_item image.data-v-2faf5698 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.bottom_select .rightbtn.data-v-2faf5698 {
|
|
width: 240rpx;
|
|
height: 80rpx;
|
|
border-radius: 40rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.bottom_select .rightbtn .sure.data-v-2faf5698 {
|
|
width: 120rpx;
|
|
height: 80rpx;
|
|
border-top-left-radius: 40rpx;
|
|
border-bottom-left-radius: 40rpx;
|
|
background: #008EFF;
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
}
|
|
.bottom_select .rightbtn .selectall.data-v-2faf5698 {
|
|
width: 120rpx;
|
|
height: 80rpx;
|
|
border-top-right-radius: 40rpx;
|
|
border-bottom-right-radius: 40rpx;
|
|
background: #ff7800;
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
}
|
|
.affiliation.data-v-2faf5698 {
|
|
background-color: #fff;
|
|
margin-bottom: 20rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.affiliation .aff_head.data-v-2faf5698 {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
padding-left: 30rpx;
|
|
}
|
|
.affiliation .aff_head text.data-v-2faf5698 {
|
|
color: #f00;
|
|
margin-left: 10rpx;
|
|
}
|
|
.affiliation .aff_con.data-v-2faf5698 {
|
|
display: flex;
|
|
text-align: center;
|
|
flex-wrap: wrap;
|
|
padding: 0 30rpx;
|
|
}
|
|
.affiliation .aff_con .aff_item.data-v-2faf5698 {
|
|
width: 100rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.affiliation .aff_con .aff_item image.data-v-2faf5698 {
|
|
margin-bottom: 15rpx;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.affiliation .aff_con .affbox.data-v-2faf5698 {
|
|
position: relative;
|
|
}
|
|
.affiliation .aff_con .affbox .delremind.data-v-2faf5698 {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
right: -16rpx;
|
|
top: -16rpx;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 2;
|
|
}
|
|
.affiliation .aff_con .aff_last.data-v-2faf5698 {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
}
|
|
.affiliation .aff_con .aff_last image.data-v-2faf5698 {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|