@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.dca.data-v-12e7f448 {
|
width: 100%;
|
}
|
.dca .dca_process.data-v-12e7f448 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
}
|
.dca .dca_process .dca_process_title.data-v-12e7f448 {
|
color: #101010;
|
font-size: 28rpx;
|
}
|
.dca .dca_process .dca_process_close.data-v-12e7f448 {
|
width: 100%;
|
height: 84rpx;
|
line-height: 84rpx;
|
text-align: center;
|
color: white;
|
font-size: 28rpx;
|
background-color: #3875c5;
|
margin-top: 98rpx;
|
}
|
.dca .dca_process .dca_process_lc.data-v-12e7f448 {
|
width: 100%;
|
margin-top: 30rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc.data-v-12e7f448 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item.data-v-12e7f448 {
|
width: 100%;
|
padding-left: 70rpx;
|
box-sizing: border-box;
|
position: relative;
|
margin-bottom: 38rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item.data-v-12e7f448:last-child {
|
margin: 0;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_dian.data-v-12e7f448 {
|
position: absolute;
|
top: 0;
|
left: 15rpx;
|
width: 20rpx;
|
height: 20rpx;
|
border-radius: 50%;
|
background-color: #3875C5;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_xian.data-v-12e7f448 {
|
width: 1rpx;
|
height: calc(100% + 38rpx);
|
position: absolute;
|
left: 25rpx;
|
top: 0;
|
background-color: #3875C5;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_title.data-v-12e7f448 {
|
color: #101010;
|
font-size: 28rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_info.data-v-12e7f448 {
|
color: #101010;
|
font-size: 24rpx;
|
margin-top: 22rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content.data-v-12e7f448 {
|
width: 100%;
|
margin-top: 22rpx;
|
padding: 30rpx;
|
border-radius: 8rpx;
|
box-sizing: border-box;
|
background-color: #efefef;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item.data-v-12e7f448 {
|
width: 100%;
|
display: flex;
|
align-items: start;
|
margin-bottom: 24rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item.data-v-12e7f448:last-child {
|
margin: 0 !important;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_label.data-v-12e7f448 {
|
width: 100rpx;
|
flex-shrink: 0;
|
color: #101010;
|
font-size: 24rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_val.data-v-12e7f448 {
|
flex: 1;
|
display: flex;
|
align-items: center;
|
position: relative;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_val .lc_item_content_item_val_cui.data-v-12e7f448 {
|
position: absolute;
|
right: 0;
|
top: 0;
|
color: #3875c5;
|
font-size: 24rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_val text.data-v-12e7f448 {
|
color: #101010;
|
font-size: 24rpx;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_img.data-v-12e7f448 {
|
flex: 1;
|
display: flex;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_img .imagezw.data-v-12e7f448 {
|
width: 128rpx;
|
height: 0;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_img .image.data-v-12e7f448 {
|
width: 128rpx;
|
height: 128rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
overflow: hidden;
|
}
|
.dca .dca_process .dca_process_lc .lc .lc_item .lc_item_content .lc_item_content_item .lc_item_content_item_img .image image.data-v-12e7f448 {
|
width: 100%;
|
height: 100%;
|
}
|
.dca .fp.data-v-12e7f448 {
|
width: 100%;
|
}
|
.dca .fp .fp_head.data-v-12e7f448 {
|
width: 100%;
|
height: 74rpx;
|
padding: 0 42rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
border-bottom: 1rpx solid #EFEFEF;
|
}
|
.dca .fp .fp_head text.data-v-12e7f448:nth-child(1) {
|
color: #101010;
|
font-size: 28rpx;
|
}
|
.dca .fp .fp_head text.data-v-12e7f448:nth-child(2) {
|
color: #3875c5;
|
font-size: 28rpx;
|
}
|
.dca .fp .fp_box.data-v-12e7f448 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
}
|
.dca .footer.data-v-12e7f448 {
|
width: 100%;
|
height: 84rpx;
|
display: flex;
|
align-items: center;
|
box-sizing: border-box;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
border-top: 1rpx solid #efefef;
|
padding-bottom: env(safe-area-inset-bottom);
|
}
|
.dca .footer .footer_btn.data-v-12e7f448 {
|
flex: 1;
|
height: 84rpx;
|
line-height: 84rpx;
|
text-align: center;
|
background-color: #ffffff;
|
color: #222222;
|
font-size: 24rpx;
|
}
|
.dca .dca_head.data-v-12e7f448 {
|
width: 100%;
|
padding: 32rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
display: flex;
|
flex-direction: column;
|
}
|
.dca .dca_head text.data-v-12e7f448:nth-child(1) {
|
color: #3875c5;
|
font-size: 32rpx;
|
}
|
.dca .dca_head text.data-v-12e7f448:nth-child(2) {
|
color: #9a9a9a;
|
font-size: 24rpx;
|
margin-top: 14rpx;
|
}
|
.dca .dca_list.data-v-12e7f448 {
|
width: 100%;
|
}
|
.dca .dca_list .dca_list_item.data-v-12e7f448 {
|
width: 100%;
|
padding: 36rpx 30rpx;
|
box-sizing: border-box;
|
border-bottom: 1rpx solid #EFEFEF;
|
display: flex;
|
}
|
.dca .dca_list .dca_list_item.data-v-12e7f448:last-child {
|
border: none;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_label.data-v-12e7f448 {
|
flex-shrink: 0;
|
width: 170rpx;
|
color: #6c6c6c;
|
font-size: 28rpx;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_value.data-v-12e7f448 {
|
flex: 1;
|
color: black;
|
font-size: 28rpx;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_to.data-v-12e7f448 {
|
flex: 1;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_to text.data-v-12e7f448 {
|
color: #206eee;
|
font-size: 28rpx;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_tu.data-v-12e7f448 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
margin-top: 30rpx;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_tu .dca_list_item_tu_item.data-v-12e7f448 {
|
width: 156rpx;
|
height: 156rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
overflow: hidden;
|
margin-bottom: 30rpx;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_tu .dca_list_item_tu_item image.data-v-12e7f448 {
|
width: 100%;
|
height: 100%;
|
}
|
.dca .dca_list .dca_list_item .dca_list_item_tu .dca_list_item_tu_zw.data-v-12e7f448 {
|
width: 156rpx;
|
height: 0;
|
}
|