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

207 lines
4.5 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.bot_btn.data-v-362c953a {
width: 750rpx;
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 45rpx;
}
.bot_btn .b_btn.data-v-362c953a {
width: 200rpx;
height: 88rpx;
background: #008EFF;
border-radius: 44rpx;
font-size: 32rpx;
color: #fff;
line-height: 88rpx;
text-align: center;
}
.linktab.data-v-362c953a {
padding: 0rpx 24rpx 20rpx 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.linktab .link_right.data-v-362c953a {
display: flex;
justify-content: flex-end;
align-items: center;
}
.linktab .link_right .linkbtn.data-v-362c953a {
margin-right: 15rpx;
width: 120rpx;
height: 60rpx;
border-radius: 45rpx;
font-size: 24rpx;
color: #666;
text-align: center;
line-height: 58rpx;
border: 1rpx solid #DDDDDD;
}
.linktab .link_right .linkbtnactive.data-v-362c953a {
background: #008EFF;
border: 1rpx solid #008EFF;
color: #fff;
}
.imglist.data-v-362c953a {
padding: 24rpx 34rpx;
background: #fff;
border-bottom: 1rpx solid #EAEAEA;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.imglist .imgbox.data-v-362c953a {
width: 160rpx;
height: 160rpx;
margin-right: 14rpx;
position: relative;
margin-bottom: 24rpx;
border: 1rpx solid #EAEAEA;
}
.imglist .imgbox .delimg.data-v-362c953a {
width: 32rpx;
height: 32rpx;
border-radius: 50%;
position: absolute;
right: -16rpx;
top: -16rpx;
background: rgba(0, 0, 0, 0.5);
z-index: 2;
color: #fff;
font-size: 26rpx;
display: flex;
justify-content: center;
align-items: center;
}
.imglist .imgbox .selfimg.data-v-362c953a {
width: 160rpx;
height: 160rpx;
}
.fllow_file_li.data-v-362c953a {
padding: 24rpx 34rpx;
background: #fff;
border-bottom: 1rpx solid #EAEAEA;
}
.fllow_file_li .fil_li.data-v-362c953a {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 14rpx;
}
.fllow_file_li .fil_li .fileimg.data-v-362c953a {
width: 20rpx;
height: 20rpx;
}
.fllow_file_li .fil_li .filename.data-v-362c953a {
font-size: 24rpx;
color: #999999;
}
.fllow_file_li .fil_li .closeimg.data-v-362c953a {
width: 32rpx;
height: 32rpx;
}
.create_customer.data-v-362c953a {
font-size: 28rpx;
}
.create_customer .info_head.data-v-362c953a {
height: 80rpx;
line-height: 80rpx;
font-size: 30rpx;
color: #999;
padding-left: 30rpx;
}
.create_customer .mar_top.data-v-362c953a {
margin-top: 30rpx;
}
.create_customer .fllow_form_text.data-v-362c953a {
background-color: #fff;
border-bottom: 1rpx solid #EAEAEA;
padding: 30rpx 20rpx;
color: #999;
font-size: 32rpx;
}
.create_customer .fllow_form_text .theme.data-v-362c953a {
color: #5ca9fe;
}
.create_customer .fllow_form_text text.data-v-362c953a {
color: #f00;
margin-left: 10rpx;
}
.create_customer .fllow_form_text .detailText.data-v-362c953a {
width: 85%;
background: #f8f8f8;
border-radius: 10rpx;
height: 120rpx;
padding: 10rpx;
margin: 20rpx auto 0;
}
.create_customer .fllow_form.data-v-362c953a {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-bottom: 1rpx solid #EAEAEA;
padding: 30rpx 20rpx;
color: #999;
font-size: 32rpx;
}
.create_customer .fllow_form .nameinput.data-v-362c953a {
width: 450rpx;
margin-left: 20rpx;
}
.create_customer .fllow_form .form_right.data-v-362c953a {
display: flex;
align-items: center;
justify-content: flex-end;
color: #999;
text-align: right;
}
.create_customer .fllow_form .form_right .location.data-v-362c953a {
width: 450rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.create_customer .fllow_form .theme.data-v-362c953a {
color: #5ca9fe;
}
.create_customer .fllow_form text.data-v-362c953a {
color: #f00;
margin-left: 10rpx;
}
.create_customer .fllow_form .form_input input.data-v-362c953a {
width: 300rpx;
text-align: right;
height: 100rpx;
line-height: 100rpx;
text-align: right;
margin-right: 10rpx;
}
.create_customer .fllow_area.data-v-362c953a {
background-color: #fff;
margin-bottom: 30rpx;
padding-bottom: 30rpx;
color: #999;
}
.create_customer .fllow_area .area_head.data-v-362c953a {
height: 100rpx;
line-height: 100rpx;
font-size: 32rpx;
padding: 0 55rpx;
}
.create_customer .fllow_area .area_head text.data-v-362c953a {
color: #f00;
}
.create_customer .fllow_area textarea.data-v-362c953a {
width: 80%;
height: 300rpx;
padding: 30rpx;
background: #f8f8f8;
margin: 0 auto;
}