|
|
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .inspection-detail-page.data-v-381f9063 {
- min-height: 100vh;
- background: #f7f7f7;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .nav-bar.data-v-381f9063 {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- z-index: 1000;
- background: #fff;
- box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 100rpx;
- padding: 0 24rpx;
- max-width: 750rpx;
- margin: 0 auto;
- width: 100%;
- box-sizing: border-box;
- }
- .nav-bar .nav-bar-left.data-v-381f9063, .nav-bar .nav-bar-right.data-v-381f9063 {
- display: flex;
- align-items: center;
- min-width: 60rpx;
- }
- .nav-bar .nav-bar-title.data-v-381f9063 {
- flex: 1;
- text-align: center;
- font-size: 34rpx;
- font-weight: bold;
- color: #222;
- }
- .main-content.data-v-381f9063 {
- padding: 32rpx 0 0 0;
- width: 100%;
- max-width: 750rpx;
- margin: 0 auto;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- align-items: center;
- overflow: hidden;
- }
- .safe-area-inset-bottom.data-v-381f9063 {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .card.data-v-381f9063 {
- margin: 0 24rpx;
- border-radius: 32rpx;
- padding: 32rpx 32rpx 24rpx 32rpx;
- box-shadow: 0 4rpx 24rpx rgba(60, 167, 250, 0.08);
- background: #fff;
- max-width: 700rpx;
- width: 100%;
- box-sizing: border-box;
- position: relative;
- }
- .card-problem.data-v-381f9063 {
- background: linear-gradient(180deg, #fff7e6 0%, #fff 40%);
- }
- .card-qualified.data-v-381f9063 {
- background: linear-gradient(180deg, #e8ffe0 0%, #fff 100%);
- }
- .card-header.data-v-381f9063 {
- display: flex;
- align-items: center;
- margin-bottom: 12rpx;
- }
- .dot.data-v-381f9063 {
- width: 16rpx;
- height: 16rpx;
- border-radius: 50%;
- margin-right: 12rpx;
- }
- .dot.dot-orange.data-v-381f9063 {
- background: #ffa800;
- }
- .dot.dot-green.data-v-381f9063 {
- background: #13ac47;
- }
- .dot.gray.data-v-381f9063 {
- background: #bbb;
- }
- .card-title.data-v-381f9063 {
- font-size: 30rpx;
- font-weight: bold;
- }
- .card-title-orange.data-v-381f9063 {
- color: #ffa800;
- }
- .card-title-green.data-v-381f9063 {
- color: #13ac47;
- }
- .card-desc.data-v-381f9063 {
- font-size: 24rpx;
- color: #888;
- margin-bottom: 24rpx;
- line-height: 1.7;
- margin-left: 48rpx;
- }
- .card-desc-orange.data-v-381f9063 {
- color: #888;
- }
- .card-desc-green.data-v-381f9063 {
- color: #888;
- }
- .timeline.data-v-381f9063 {
- position: relative;
- margin-left: 0;
- padding-left: 0;
- }
- .timeline.data-v-381f9063:before {
- content: "";
- position: absolute;
- left: 8rpx;
- top: 0;
- bottom: 0;
- width: 2rpx;
- background: #eee;
- z-index: 0;
- }
- .timeline-item.data-v-381f9063 {
- display: flex;
- align-items: flex-start;
- margin-bottom: 32rpx;
- position: relative;
- }
- .timeline-dot.data-v-381f9063 {
- width: 16rpx;
- height: 16rpx;
- border-radius: 50%;
- background: #bbb;
- margin-right: 16rpx;
- margin-top: 8rpx;
- flex-shrink: 0;
- position: relative;
- z-index: 1;
- }
- .timeline-dot.dot-orange.data-v-381f9063 {
- background: #ffa800;
- }
- .timeline-dot.dot-green.data-v-381f9063 {
- background: #13ac47;
- }
- .timeline-dot.gray.data-v-381f9063 {
- background: #bbb;
- }
- .timeline-content.data-v-381f9063 {
- flex: 1;
- min-width: 0;
- }
- .timeline-title-row.data-v-381f9063 {
- display: flex;
- align-items: center;
- margin-bottom: 12rpx;
- }
- .timeline-title.data-v-381f9063 {
- font-size: 26rpx;
- color: #222;
- font-weight: bold;
- margin-right: 16rpx;
- }
- .timeline-time.data-v-381f9063 {
- font-size: 22rpx;
- color: #bbb;
- }
- .problem-block.data-v-381f9063 {
- background: #f7f8fa;
- border-radius: 20rpx;
- padding: 24rpx 20rpx 16rpx 20rpx;
- margin-bottom: 20rpx;
- max-width: 100%;
- box-sizing: border-box;
- }
- .problem-index.data-v-381f9063 {
- font-size: 22rpx;
- color: #bbb;
- margin-bottom: 6rpx;
- }
- .problem-title.data-v-381f9063 {
- font-size: 26rpx;
- color: #222;
- font-weight: bold;
- margin-bottom: 8rpx;
- }
- .problem-divider.data-v-381f9063 {
- border-bottom: 2rpx dashed #ddd;
- margin: 12rpx 0 10rpx 0;
- }
- .problem-label.data-v-381f9063 {
- font-size: 22rpx;
- color: #bbb;
- margin-bottom: 8rpx;
- }
- .problem-images.data-v-381f9063 {
- display: flex;
- flex-wrap: wrap;
- gap: 12rpx;
- max-width: 100%;
- }
- .problem-img.data-v-381f9063 {
- width: 120rpx;
- height: 120rpx;
- border-radius: 12rpx;
- background: #eee;
- max-width: 40vw;
- max-height: 40vw;
- }
- .timeline-desc.data-v-381f9063 {
- font-size: 24rpx;
- color: #888;
- margin-top: 8rpx;
- line-height: 1.7;
- }
|