|
|
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .container.data-v-11a7f7fa {
- min-height: 100vh;
- background: #4A332D;
- padding-bottom: var(--f5ca2768);
- }
- .nav-bar.data-v-11a7f7fa {
- display: flex;
- align-items: center;
- height: 88rpx;
- padding: 0 30rpx;
- }
- .nav-bar .back.data-v-11a7f7fa {
- padding: 20rpx;
- margin-left: -20rpx;
- color: #fff;
- }
- .nav-bar .title.data-v-11a7f7fa {
- flex: 1;
- text-align: center;
- font-size: 34rpx;
- font-weight: 500;
- color: #fff;
- }
- .nav-bar .right-btns.data-v-11a7f7fa {
- display: flex;
- gap: 30rpx;
- }
- .nav-bar .right-btns .more.data-v-11a7f7fa, .nav-bar .right-btns .share.data-v-11a7f7fa {
- font-size: 40rpx;
- color: #fff;
- }
- .subtitle.data-v-11a7f7fa {
- text-align: center;
- font-size: 24rpx;
- color: rgba(255, 255, 255, 0.8);
- margin-bottom: 30rpx;
- }
- .check-types.data-v-11a7f7fa {
- display: flex;
- justify-content: space-between;
- padding: 0 30rpx;
- margin-bottom: 30rpx;
- }
- .check-types .type-tag.data-v-11a7f7fa {
- background: rgba(255, 255, 255, 0.2);
- border-radius: 30rpx;
- padding: 10rpx 20rpx;
- display: flex;
- align-items: center;
- gap: 8rpx;
- color: #fff;
- font-size: 24rpx;
- }
- .check-types .type-tag .check-icon.data-v-11a7f7fa {
- font-size: 24rpx;
- }
- .content.data-v-11a7f7fa {
- background: linear-gradient(to bottom, #fef2da, 3%, #fffefb);
- border-radius: 30rpx 30rpx 0 0;
- min-height: calc(100vh - 200rpx);
- padding: 30rpx;
- }
- .content .detail-section .section-title.data-v-11a7f7fa {
- font-size: 32rpx;
- font-weight: bold;
- color: #333;
- margin-bottom: 30rpx;
- }
- .content .detail-section .result-section.data-v-11a7f7fa {
- margin-bottom: 20rpx;
- }
- .content .detail-section .result-section .label.data-v-11a7f7fa {
- font-size: 28rpx;
- color: #666;
- margin-bottom: 10rpx;
- display: block;
- }
- .content .detail-section .result-section .result-tag.data-v-11a7f7fa {
- display: inline-block;
- padding: 4rpx 20rpx;
- border-radius: 8rpx;
- font-size: 26rpx;
- }
- .content .detail-section .result-section .result-tag.qualified.data-v-11a7f7fa {
- background: #4CAF50;
- color: #fff;
- }
- .content .detail-section .result-section .result-tag.unqualified.data-v-11a7f7fa {
- background: #FF5252;
- color: #fff;
- }
- .content .detail-section .result-desc.data-v-11a7f7fa {
- font-size: 28rpx;
- color: #666;
- line-height: 1.6;
- margin-bottom: 30rpx;
- }
- .content .detail-section .info-item.data-v-11a7f7fa {
- margin-bottom: 20rpx;
- }
- .content .detail-section .info-item .label.data-v-11a7f7fa {
- font-size: 28rpx;
- color: #666;
- margin-bottom: 8rpx;
- display: block;
- }
- .content .detail-section .info-item .value.data-v-11a7f7fa {
- font-size: 28rpx;
- color: #333;
- }
- .content .detail-section .section-subtitle.data-v-11a7f7fa {
- font-size: 30rpx;
- font-weight: bold;
- color: #333;
- margin: 30rpx 0 20rpx;
- }
- .content .detail-section .reason-grid.data-v-11a7f7fa {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 20rpx;
- padding: 20rpx 0;
- }
- .content .detail-section .reason-grid .reason-item.data-v-11a7f7fa {
- background: #fff;
- border-radius: 12rpx;
- padding: 20rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
- position: relative;
- }
- .content .detail-section .reason-grid .reason-item .close-icon.data-v-11a7f7fa {
- position: absolute;
- top: 70rpx;
- right: 10rpx;
- color: #FF5252;
- font-size: 32rpx;
- line-height: 1;
- font-weight: bold;
- }
- .content .detail-section .reason-grid .reason-item .reason-title.data-v-11a7f7fa {
- font-size: 26rpx;
- color: #333;
- margin-bottom: 10rpx;
- font-weight: 500;
- margin-top: 10rpx;
- }
- .content .detail-section .reason-grid .reason-item .detail-link.data-v-11a7f7fa {
- font-size: 24rpx;
- color: #999;
- display: flex;
- align-items: center;
- gap: 4rpx;
- }
- .content .detail-section .qualified-desc .desc-item.data-v-11a7f7fa {
- display: flex;
- margin-bottom: 20rpx;
- }
- .content .detail-section .qualified-desc .desc-item .dot.data-v-11a7f7fa {
- margin-right: 10rpx;
- color: #666;
- }
- .content .detail-section .qualified-desc .desc-item text.data-v-11a7f7fa {
- font-size: 28rpx;
- color: #666;
- line-height: 1.6;
- }
- .content .detail-section .bottom-note.data-v-11a7f7fa {
- font-size: 28rpx;
- color: #666;
- line-height: 1.6;
- margin-top: 40rpx;
- text-align: center;
- }
- .content .detail-section .bottom-note.success.data-v-11a7f7fa {
- color: #4CAF50;
- }
- .bottom-btn.data-v-11a7f7fa {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 20rpx 30rpx calc(20rpx + env(safe-area-inset-bottom));
- background: #fff;
- box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
- }
- .bottom-btn .reorder-btn.data-v-11a7f7fa {
- width: 100%;
- height: 80rpx;
- background: #FFB74D;
- color: #fff;
- font-size: 30rpx;
- border-radius: 40rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border: none;
- }
- .bottom-btn .reorder-btn.data-v-11a7f7fa::after {
- border: none;
- }
|