71 lines
1.6 KiB
Plaintext
71 lines
1.6 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.create_customer.data-v-63501c8f {
|
|
font-size: 28rpx;
|
|
}
|
|
.create_customer .info_head.data-v-63501c8f {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
padding-left: 24rpx;
|
|
}
|
|
.create_customer .mar_top.data-v-63501c8f {
|
|
margin-top: 30rpx;
|
|
}
|
|
.create_customer .fllow_form.data-v-63501c8f {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
background-color: #fff;
|
|
border-bottom: 1rpx solid #EAEAEA;
|
|
padding: 0 24rpx;
|
|
}
|
|
.create_customer .fllow_form input.data-v-63501c8f {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
.create_customer .fllow_form .form_right.data-v-63501c8f {
|
|
display: flex;
|
|
color: #999;
|
|
text-align: right;
|
|
}
|
|
.create_customer .fllow_form .form_right image.data-v-63501c8f {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin: 28rpx 5rpx 0 0;
|
|
}
|
|
.create_customer .fllow_form .theme.data-v-63501c8f {
|
|
color: #5ca9fe;
|
|
}
|
|
.create_customer .fllow_form text.data-v-63501c8f {
|
|
color: #f00;
|
|
margin-left: 10rpx;
|
|
}
|
|
.create_customer .fllow_form .form_input input.data-v-63501c8f {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: right;
|
|
margin-right: 10rpx;
|
|
}
|
|
.create_customer .fllow_area.data-v-63501c8f {
|
|
background-color: #fff;
|
|
padding: 0 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.create_customer .fllow_area .area_head.data-v-63501c8f {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
.create_customer .fllow_area .area_head text.data-v-63501c8f {
|
|
color: #f00;
|
|
}
|
|
.create_customer .fllow_area textarea.data-v-63501c8f {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
background: #f8f8f8;
|
|
}
|