@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* uni.scss */
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.container.data-v-1ce3ee54 {
|
width: 100%;
|
padding-bottom: 140rpx;
|
}
|
.container .list.data-v-1ce3ee54 {
|
width: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
}
|
.container .list .list-item.data-v-1ce3ee54 {
|
width: 100%;
|
padding: 30rpx 0;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
border-bottom: 1rpx solid #E5E5E5;
|
}
|
.container .list .list-item .list-item-label.data-v-1ce3ee54 {
|
width: 245rpx;
|
flex-shrink: 0;
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #777777;
|
}
|
.container .list .list-item .imgList.data-v-1ce3ee54 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
flex-wrap: wrap;
|
gap: 20rpx;
|
}
|
.container .list .list-item .imgList .imgItem.data-v-1ce3ee54 {
|
width: 144rpx;
|
height: 144rpx;
|
border-radius: 8rpx;
|
overflow: hidden;
|
}
|
.container .list .list-item .imgList .imgItem image.data-v-1ce3ee54 {
|
height: 100%;
|
}
|
.container .list .list-item .idcard.data-v-1ce3ee54 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.container .list .list-item .idcard .idcard-image.data-v-1ce3ee54 {
|
flex: 1;
|
height: 216rpx;
|
overflow: hidden;
|
border-radius: 8rpx;
|
border: 1rpx solid #E5E5E5;
|
}
|
.container .list .list-item .idcard .idcard-image.data-v-1ce3ee54:first-child {
|
margin-right: 22rpx;
|
}
|
.container .list .list-item .idcard .idcard-image image.data-v-1ce3ee54 {
|
width: 100%;
|
height: 100%;
|
}
|
.container .list .list-item .list-item-value.data-v-1ce3ee54 {
|
flex: 1;
|
text-align: right;
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.container .head.data-v-1ce3ee54 {
|
width: 100%;
|
padding: 70rpx 0;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
}
|
.container .head .head-top.data-v-1ce3ee54 {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.container .head .head-top image.data-v-1ce3ee54 {
|
width: 60rpx;
|
height: 56rpx;
|
margin-right: 20rpx;
|
}
|
.container .head .head-top text.data-v-1ce3ee54 {
|
font-weight: 600;
|
font-size: 40rpx;
|
}
|
.container .head .head-bottom.data-v-1ce3ee54 {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
margin-top: 34rpx;
|
}
|
.container .head.head-0.data-v-1ce3ee54 {
|
background: rgba(255, 114, 0, 0.08);
|
}
|
.container .head.head-0 .head-top text.data-v-1ce3ee54 {
|
color: #FA8010;
|
}
|
.container .head.head-1.data-v-1ce3ee54 {
|
background: rgba(0, 211, 113, 0.1);
|
}
|
.container .head.head-1 .head-top text.data-v-1ce3ee54 {
|
color: #00D371;
|
}
|
.container .head.head-3.data-v-1ce3ee54 {
|
background: rgba(0, 211, 113, 0.1);
|
}
|
.container .head.head-3 .head-top text.data-v-1ce3ee54 {
|
color: #00D371;
|
}
|
.container .head.head-2.data-v-1ce3ee54 {
|
background: rgba(255, 0, 0, 0.08);
|
}
|
.container .head.head-2 .head-top text.data-v-1ce3ee54 {
|
color: #FF0000;
|
}
|
.container .footer-btn.data-v-1ce3ee54 {
|
width: 100%;
|
padding: 20rpx 30rpx;
|
box-sizing: border-box;
|
background: #fff;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
}
|
.container .footer-btn .pay-btn.data-v-1ce3ee54, .container .footer-btn .reapply-btn.data-v-1ce3ee54 {
|
width: 100%;
|
height: 88rpx;
|
background: #10B2FA;
|
border-radius: 44rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #fff;
|
}
|