/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.inspection-page.data-v-c1d95640 {
|
|
min-height: 100vh;
|
|
background: #422525;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
.nav-bar.data-v-c1d95640 {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1000;
|
|
width: 100vw;
|
|
background: #422525;
|
|
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.03);
|
|
}
|
|
.nav-bar .nav-bar-inner.data-v-c1d95640 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 44px;
|
|
width: 100vw;
|
|
position: relative;
|
|
}
|
|
.nav-bar .back-icon.data-v-c1d95640, .nav-bar .nav-bar-right.data-v-c1d95640 {
|
|
width: 44px;
|
|
height: 44px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
.nav-bar .back-icon.data-v-c1d95640 {
|
|
left: 0;
|
|
}
|
|
.nav-bar .nav-bar-right.data-v-c1d95640 {
|
|
right: 0;
|
|
}
|
|
.nav-bar .nav-bar-title.data-v-c1d95640 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
letter-spacing: 2rpx;
|
|
line-height: 44px;
|
|
font-family: DingTalk JinBuTi;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-size: 28px;
|
|
line-height: 100%;
|
|
letter-spacing: 0%;
|
|
text-align: center;
|
|
}
|
|
.feature-area.data-v-c1d95640 {
|
|
margin: 0 32rpx;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
background: #422525;
|
|
border-radius: 32rpx;
|
|
padding: 18rpx 24rpx 18rpx 24rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
justify-content: center;
|
|
}
|
|
.feature-desc.data-v-c1d95640 {
|
|
text-align: center;
|
|
font-size: 22rpx;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
margin-bottom: 10rpx;
|
|
margin-top: 18rpx;
|
|
letter-spacing: 1rpx;
|
|
}
|
|
.feature-tags.data-v-c1d95640 {
|
|
background: #533030;
|
|
border-radius: 12rpx;
|
|
box-shadow: 0 4rpx 24rpx rgba(60, 167, 250, 0.08);
|
|
width: 100%;
|
|
height: 80rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.feature-tags .tag.data-v-c1d95640 {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.feature-tags .tag .check.data-v-c1d95640 {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #422525;
|
|
font-weight: bold;
|
|
margin-right: 10rpx;
|
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
|
|
}
|
|
.feature-tags .tag .text.data-v-c1d95640 {
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
}
|
|
.main-content.data-v-c1d95640 {
|
|
margin-top: 20rpx;
|
|
background: linear-gradient(180deg, #fef7e6 0%, #fff 50%);
|
|
height: calc(100vh - 88rpx);
|
|
width: 100vw;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
z-index: 11;
|
|
border-radius: 40rpx 40rpx 0 0;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.inspection-card.data-v-c1d95640 {
|
|
background: #fff;
|
|
border-radius: 32rpx;
|
|
box-shadow: 0 8rpx 32rpx rgba(60, 167, 250, 0.08);
|
|
padding: 40rpx 32rpx 32rpx 32rpx;
|
|
margin: -60rpx auto 0 auto;
|
|
width: calc(100vw - 64rpx);
|
|
max-width: 700rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.inspection-card .report-title.data-v-c1d95640 {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #222;
|
|
text-align: center;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.inspection-card .goods-list .goods-item.data-v-c1d95640 {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
box-shadow: 0 2rpx 8rpx rgba(60, 167, 250, 0.04);
|
|
padding: 24rpx 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-img.data-v-c1d95640 {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 16rpx;
|
|
margin-right: 20rpx;
|
|
background: #f5f5f5;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info.data-v-c1d95640 {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-row.data-v-c1d95640 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-row .goods-name.data-v-c1d95640 {
|
|
font-size: 28rpx;
|
|
color: #222;
|
|
font-weight: bold;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-row .detail-link.data-v-c1d95640 {
|
|
font-size: 24rpx;
|
|
color: #bbb;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-desc.data-v-c1d95640 {
|
|
font-size: 24rpx;
|
|
color: #bbb;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-bottom-row.data-v-c1d95640 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
margin-top: 8rpx;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row.data-v-c1d95640 {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row .goods-price.data-v-c1d95640 {
|
|
font-size: 26rpx;
|
|
color: #bbb;
|
|
font-weight: bold;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row .goods-unit.data-v-c1d95640 {
|
|
font-size: 24rpx;
|
|
color: #bbb;
|
|
margin-left: 2rpx;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row .goods-count.data-v-c1d95640 {
|
|
font-size: 22rpx;
|
|
color: #bbb;
|
|
margin-left: 8rpx;
|
|
font-weight: normal;
|
|
}
|
|
.inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-total.data-v-c1d95640 {
|
|
font-size: 28rpx;
|
|
color: #222;
|
|
font-weight: bold;
|
|
margin-left: 24rpx;
|
|
}
|
|
.inspection-card .goods-list .goods-item.data-v-c1d95640:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.inspection-card .summary-row.data-v-c1d95640 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 24rpx;
|
|
font-size: 28rpx;
|
|
color: #222;
|
|
}
|
|
.inspection-card .summary-row .highlight.data-v-c1d95640 {
|
|
color: #f79400;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
}
|
|
.check.data-v-c1d95640 {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #13ac47;
|
|
font-weight: bold;
|
|
margin-right: 10rpx;
|
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
|
|
}
|
|
.problem-card.data-v-c1d95640 {
|
|
margin-top: 40rpx;
|
|
}
|
|
.problem-price-row.data-v-c1d95640 {
|
|
color: #bbb !important;
|
|
}
|