You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

503 lines
11 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.topImgCon {
width: 750rpx;
height: 750rpx;
position: relative;
}
.topImgCon .topBg {
width: 100%;
height: 100%;
z-index: 5;
}
.topImgCon .topBtBg {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 96rpx;
z-index: 10;
}
.topImgCon .topTip {
width: 184rpx;
height: 56rpx;
background: rgba(0, 0, 0, 0.2);
border-radius: 56rpx 56rpx 56rpx 56rpx;
position: absolute;
display: flex;
justify-content: center;
font-weight: 400;
font-size: 24rpx;
color: #FFFFFF;
line-height: 34rpx;
text-align: center;
padding-top: 12rpx;
box-sizing: border-box;
}
.topImgCon .topTip > image {
width: 40rpx;
height: 40rpx;
margin-right: 8rpx;
}
.topImgCon .topTip.taste {
left: 124rpx;
top: 360rpx;
}
.topImgCon .topTip.weight {
left: 316rpx;
top: 434rpx;
}
.topImgCon .topTip.quality {
left: 416rpx;
top: 360rpx;
}
.topImgCon .man-id-card {
z-index: 12;
width: 678rpx;
height: 338rpx;
background: #FFFFFF;
box-shadow: 0rpx 14rpx 58rpx 0rpx rgba(100, 100, 111, 0.2);
border-radius: 24rpx;
position: absolute;
top: 532rpx;
left: 36rpx;
padding: 28rpx;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.topImgCon .man-id-card .name-box {
height: 78rpx;
display: flex;
justify-content: space-between;
}
.topImgCon .man-id-card .name-box .name {
font-weight: 600;
font-size: 56rpx;
color: #222222;
line-height: 78rpx;
}
.topImgCon .man-id-card .name-box .visitor {
font-weight: 400;
font-size: 24rpx;
color: rgba(34, 34, 34, 0.6);
line-height: 34rpx;
text-align: left;
display: flex;
}
.topImgCon .man-id-card .name-box .visitor > image {
height: 32rpx;
width: 32rpx;
margin-right: 4rpx;
}
.topImgCon .man-id-card .name-box .visitor > text {
font-weight: 600;
font-size: 26rpx;
color: #222222;
line-height: 36rpx;
margin-left: 4rpx;
}
.topImgCon .man-id-card .label-box {
height: 40rpx;
}
.topImgCon .man-id-card .man-detail {
width: 622rpx;
height: 134rpx;
display: flex;
justify-content: space-between;
}
.topImgCon .man-id-card .man-detail .box {
width: 310rpx;
height: 134rpx;
background: #F8F9FA;
border-radius: 16rpx 16rpx 16rpx 16rpx;
}
.topImgCon .man-id-card .man-detail .box.left {
padding: 24rpx;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.topImgCon .man-id-card .man-detail .box.left .detail-tip {
height: 36rpx;
font-weight: 400;
font-size: 26rpx;
color: #333333;
line-height: 36rpx;
text-align: left;
display: flex;
}
.topImgCon .man-id-card .man-detail .box.left .detail-tip .detail-img {
width: 36rpx;
height: 36rpx;
margin-right: 8rpx;
}
.topImgCon .man-id-card .man-detail .box.right {
position: relative;
box-sizing: border-box;
}
.topImgCon .man-id-card .man-detail .box.right .rate-text {
position: absolute;
right: 24rpx;
top: 24rpx;
font-weight: 400;
font-size: 26rpx;
color: #B2B2B2;
line-height: 36rpx;
}
.topImgCon .man-id-card .man-detail .box.right .rate-value {
position: absolute;
left: 34rpx;
top: 20rpx;
font-family: D-DIN-DIN, D-DIN-DIN;
font-weight: bold;
font-size: 92rpx;
color: #FF480B;
line-height: 92rpx;
display: flex;
}
.topImgCon .man-id-card .man-detail .box.right .rate {
position: absolute;
left: 162rpx;
bottom: 36rpx;
}
.bodyCon {
position: absolute;
top: 878rpx;
}
.bodyCon .claims-box {
width: 750rpx;
height: 414rpx;
background: #FFFFFF;
padding: 32rpx 36rpx;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bodyCon .claims-box .part3 {
height: 120rpx;
display: flex;
position: relative;
}
.bodyCon .claims-box .part3 .steps-box {
height: 120rpx;
background: linear-gradient(180deg, rgba(51, 135, 251, 0.05) 0%, rgba(51, 135, 251, 0.1) 100%);
width: 240rpx;
border-radius: 16rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 10rpx 0 12rpx 24rpx;
box-sizing: border-box;
}
.bodyCon .claims-box .part3 .steps-box.center {
width: 266rpx;
padding-left: 56rpx;
}
.bodyCon .claims-box .part3 .steps-box.right {
padding-left: 60rpx;
}
.bodyCon .claims-box .part3 .steps-num {
font-family: D-DIN-DIN, D-DIN-DIN;
font-weight: bold;
font-size: 48rpx;
color: #3387FB;
line-height: 67rpx;
text-align: left;
}
.bodyCon .claims-box .part3 .steps-con {
font-weight: 400;
font-size: 24rpx;
color: rgba(34, 34, 34, 0.6);
line-height: 34rpx;
text-align: left;
}
.bodyCon .claims-box .part3 .row {
height: 180rpx;
width: 80rpx;
}
.bodyCon .claims-box .part3 .row > image {
height: 100%;
width: 100%;
}
.bodyCon .claims-box .part3 .row.left {
position: absolute;
left: 194rpx;
top: -30rpx;
}
.bodyCon .claims-box .part3 .row.right {
position: absolute;
right: 168rpx;
top: -30rpx;
}
.bodyCon .claims-box .part4 .claims-btn {
width: 678rpx;
height: 92rpx;
background: #FFFFFF;
border-radius: 98rpx 98rpx 98rpx 98rpx;
border: 2rpx solid #2388FF;
display: flex;
justify-content: center;
font-weight: 500;
font-size: 28rpx;
color: #2388FF;
line-height: 39rpx;
padding-top: 26rpx;
}
.bodyCon .claims-box .part4 .claims-btn > image {
width: 43rpx;
height: 43rpx;
}
.bodyCon .claims-assess-box {
width: 750rpx;
height: 254rpx;
background: #FFFFFF;
padding: 32rpx 36rpx;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bodyCon .claims-assess-box .bottom-img {
width: 496rpx;
height: 106rpx;
margin-left: 96rpx;
display: flex;
justify-content: space-between;
margin-top: 34rpx;
}
.bodyCon .claims-assess-box .img-con {
display: flex;
flex-direction: column;
justify-content: center;
}
.bodyCon .claims-assess-box .img-con > image {
width: 72rpx;
height: 72rpx;
}
.bodyCon .claims-assess-box .img-con > image.unclick {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.bodyCon .claims-assess-box .img-con > image.click {
-webkit-transform: scale(1.7);
transform: scale(1.7);
position: absolute;
top: 20rpx;
}
.bodyCon .claims-assess-box .img-con > text {
font-size: 24rpx;
color: rgba(0, 0, 0, 0.3);
line-height: 34rpx;
text-align: center;
}
.bodyCon .claims-assess-box .img-con > text.unclick {
color: #000000;
}
.bodyCon .claims-assess-box .img-con > text.click {
color: #000000;
margin-top: 68rpx;
}
.bodyCon .claims-assess-box .rate-popup {
width: 750rpx;
height: 718rpx;
background: #FFFFFF;
box-sizing: border-box;
padding-bottom: 68rpx;
border-radius: 16rpx;
}
.bodyCon .claims-assess-box .rate-popup > image {
width: 48rpx;
height: 48rpx;
position: absolute;
right: 0;
top: -72rpx;
}
.bodyCon .claims-assess-box .rate-popup .top-bg {
width: 750rpx;
height: 88rpx;
background: linear-gradient(133deg, #D0FFBA 0%, #FFF6A1 100%);
border-radius: 16rpx;
}
.bodyCon .claims-assess-box .rate-popup .top-bg .top-bg-linear {
width: 750rpx;
height: 88rpx;
background: linear-gradient(rgba(255, 255, 255, 0.1), white);
}
.bodyCon .claims-assess-box .rate-popup .rate-img {
width: 544rpx;
position: absolute;
left: 102rpx;
top: -28rpx;
display: flex;
justify-content: space-between;
padding-top: 48rpx;
}
.bodyCon .claims-assess-box .rate-popup .rate-item-box {
width: 702rpx;
height: 244rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 86rpx;
margin-left: 24rpx;
box-sizing: border-box;
}
.bodyCon .claims-assess-box .rate-popup .rate-item-box .rate-item {
width: 344rpx;
height: 72rpx;
border-radius: 8rpx;
border: 2rpx solid rgba(0, 0, 0, 0.1);
font-weight: 400;
font-size: 28rpx;
color: #000000;
line-height: 39rpx;
text-align: center;
padding-top: 16rpx;
box-sizing: border-box;
}
.bodyCon .claims-assess-box .rate-popup .rate-item-box .rate-item.click {
background: rgba(35, 136, 255, 0.1);
border: 2rpx solid #2388FF;
}
.bodyCon .claims-assess-box .rate-popup .advice-input-box {
width: 702rpx;
height: 72rpx;
background: #F8F8F8;
border-radius: 8rpx;
box-sizing: border-box;
padding-top: 16rpx;
margin: 24rpx;
}
.bodyCon .claims-assess-box .rate-popup .advice-input-box .input-text {
text-align: center;
font-weight: 400;
font-size: 28rpx;
color: rgba(0, 0, 0, 0.5);
line-height: 39rpx;
}
.bodyCon .claims-assess-box .rate-popup .assess-btn {
width: 702rpx;
height: 92rpx;
background: linear-gradient(91deg, #43A1FF 0%, #2F80F9 100%);
border-radius: 24rpx;
font-weight: 500;
font-size: 28rpx;
color: #FFFFFF;
line-height: 39rpx;
text-align: center;
padding-top: 26rpx;
box-sizing: border-box;
margin: 8rpx 24rpx 12rpx 24rpx;
}
.bodyCon .assess-box {
width: 750rpx;
height: 284rpx;
background: #FFFFFF;
padding: 32rpx 36rpx 28rpx 36rpx;
margin-bottom: 68rpx;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bodyCon .assess-box .assess-top {
display: flex;
justify-content: space-between;
}
.bodyCon .assess-box .assess-top .left {
width: 308rpx;
height: 98rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bodyCon .assess-box .assess-top .right {
display: flex;
position: relative;
height: 92rpx;
}
.bodyCon .assess-box .assess-top .right .u-rate {
position: absolute;
bottom: 12rpx;
right: 140rpx;
}
.bodyCon .assess-box .assess-top .right .rate-value {
font-family: D-DIN-DIN, D-DIN-DIN;
font-weight: bold;
font-size: 92rpx;
color: #FF480B;
line-height: 92rpx;
}
.bodyCon .assess-box .assess-body {
width: 680rpx;
height: 108rpx;
display: flex;
flex-wrap: wrap;
justify-content: left;
}
.bodyCon .assess-box .assess-body .assess-item {
width: 160rpx;
height: 50rpx;
background: #F5F5F5;
border-radius: 8rpx;
font-weight: 400;
font-size: 24rpx;
color: rgba(34, 34, 34, 0.6);
line-height: 34rpx;
text-align: center;
padding-top: 8rpx;
box-sizing: border-box;
margin-right: 8rpx;
}
.bodyCon .line {
width: 714rpx;
height: 0rpx;
border: 2rpx solid rgba(0, 0, 0, 0.04);
margin: 12rpx 18rpx;
}
.bodyCon .title {
font-weight: 600;
font-size: 36rpx;
color: #222222;
line-height: 50rpx;
}
.bodyCon .title > text {
color: #2388FF;
}
.bodyCon .title-add {
font-weight: 400;
font-size: 26rpx;
color: rgba(0, 0, 0, 0.5);
line-height: 36rpx;
}