hls_crm/unpackage/dist/dev/mp-weixin/pagesA/crm/salesTarget/memberTarget.wxss

149 lines
3.4 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.annual_tar .annual_item.data-v-6196c8a2 {
display: flex;
justify-content: space-between;
align-items: center;
height: 100rpx;
background-color: #fff;
padding: 0 30rpx;
border: 1rpx solid #EAEAEA;
}
.annual_tar .annual_item.data-v-6196c8a2 :first-child {
font-size: 28rpx;
}
.annual_tar .annual_item.data-v-6196c8a2 :last-child {
width: 200px;
}
.sales_head.data-v-6196c8a2 {
border-top: 1rpx solid #CCC;
display: flex;
justify-content: space-around;
align-items: center;
padding: 20rpx 24rpx;
background: #fff;
}
.sales_head .tablist.data-v-6196c8a2 {
padding: 20rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #333;
}
.sales_head .tablist .bottomimg.data-v-6196c8a2 {
width: 20rpx;
height: 33rpx;
margin-left: 20rpx;
}
.sales_con.data-v-6196c8a2 {
padding: 30rpx 20rpx 120rpx;
}
.sales_con .sales_item.data-v-6196c8a2 {
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-6196c8a2 {
width: 60rpx;
}
.sales_con .sales_item .item_img.data-v-6196c8a2 {
width: 80rpx;
}
.sales_con .sales_item .item_img image.data-v-6196c8a2 {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.sales_con .sales_item .item_name.data-v-6196c8a2 {
line-height: 40rpx;
width: 350rpx;
}
.sales_con .sales_item .item_name.data-v-6196c8a2 :first-child {
font-size: 28rpx;
}
.sales_con .sales_item .item_name.data-v-6196c8a2 :last-child {
color: #999;
font-size: 24rpx;
}
.sales_con .sales_item .item_monery.data-v-6196c8a2 {
width: 100rpx;
color: #999;
}
.bottom_select.data-v-6196c8a2 {
position: fixed;
bottom: 0;
left: 0;
width: 750rpx;
background-color: #fff;
height: 120rpx;
border-top: 1rpx solid #CCC;
}
.bottom_select .bottom_box.data-v-6196c8a2 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 24rpx;
height: 120rpx;
}
.bottom_select .select_num.data-v-6196c8a2 {
width: 450rpx;
}
.bottom_select .select_num .select_box.data-v-6196c8a2 {
width: 450rpx;
}
.bottom_select .select_num .select_box .selectlist.data-v-6196c8a2 {
display: flex;
justify-content: flex-start;
align-items: center;
}
.bottom_select .select_num .select_box .select_item.data-v-6196c8a2 {
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-6196c8a2 {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.bottom_select .rightbtn.data-v-6196c8a2 {
width: 240rpx;
height: 80rpx;
border-radius: 40rpx;
display: flex;
justify-content: center;
align-items: center;
}
.bottom_select .rightbtn .sure.data-v-6196c8a2 {
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-6196c8a2 {
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;
}