/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.primary-btn.data-v-d1f38c9b {
|
background: linear-gradient(135deg, #0f95b0, #89C4C1);
|
color: #fff;
|
border-radius: 36rpx;
|
text-align: center;
|
font-size: 30rpx;
|
height: 88rpx;
|
line-height: 88rpx;
|
}
|
.primary-btn.data-v-d1f38c9b:active {
|
transform: scale(0.98);
|
}
|
.card.data-v-d1f38c9b {
|
background: #fff;
|
border-radius: 24rpx;
|
padding: 30rpx;
|
margin-bottom: 30rpx;
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
|
}
|
.tag.data-v-d1f38c9b {
|
display: inline-block;
|
font-size: 22rpx;
|
color: #0f95b0;
|
background: rgba(15, 149, 176, 0.1);
|
padding: 4rpx 12rpx;
|
border-radius: 4rpx;
|
margin-right: 10rpx;
|
}
|
.section-title.data-v-d1f38c9b {
|
font-size: 34rpx;
|
font-weight: bold;
|
color: #333333;
|
position: relative;
|
padding-left: 20rpx;
|
margin-bottom: 30rpx;
|
}
|
.section-title.data-v-d1f38c9b::before {
|
content: "";
|
position: absolute;
|
left: 0;
|
top: 50%;
|
transform: translateY(-50%);
|
width: 6rpx;
|
height: 30rpx;
|
background: #0f95b0;
|
border-radius: 3rpx;
|
}
|
.price.data-v-d1f38c9b {
|
font-size: 32rpx;
|
color: #F56C6C;
|
font-weight: bold;
|
}
|
.price.free.data-v-d1f38c9b {
|
color: #67C23A;
|
}
|
.price.original.data-v-d1f38c9b {
|
font-size: 24rpx;
|
color: #999999;
|
text-decoration: line-through;
|
margin-left: 10rpx;
|
}
|
.data-v-d1f38c9b::-webkit-scrollbar {
|
display: none;
|
width: 0;
|
height: 0;
|
color: transparent;
|
}
|
page.data-v-d1f38c9b {
|
width: 100%;
|
height: 100%;
|
overflow-x: hidden;
|
}
|
.transport-edit-container.data-v-d1f38c9b {
|
min-height: 100vh;
|
background: linear-gradient(135deg, #f8fdff 0%, #e8f7f6 100%);
|
padding-bottom: 120rpx;
|
/* 为操作栏留出空间 */
|
}
|
.form-scroll.data-v-d1f38c9b {
|
height: 100vh;
|
}
|
.form-content.data-v-d1f38c9b {
|
padding: 30rpx;
|
}
|
.picker-trigger.data-v-d1f38c9b {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
height: 88rpx;
|
padding: 0 20rpx;
|
background: #f5f5f5;
|
border-radius: 8rpx;
|
border: 1rpx solid #dcdfe6;
|
font-size: 28rpx;
|
color: #303133;
|
}
|
.picker-trigger.disabled.data-v-d1f38c9b {
|
background: #f8f9fa;
|
color: #909399;
|
}
|
.picker-trigger text.data-v-d1f38c9b {
|
font-size: 28rpx;
|
}
|
.form-section.data-v-d1f38c9b {
|
background: #fff;
|
border-radius: 20rpx;
|
padding: 30rpx;
|
margin-bottom: 30rpx;
|
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.06);
|
}
|
.form-section .section-header.data-v-d1f38c9b {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 30rpx;
|
padding-bottom: 20rpx;
|
border-bottom: 2rpx solid #f0f0f0;
|
}
|
.form-section .section-icon.data-v-d1f38c9b {
|
font-size: 32rpx;
|
margin-right: 16rpx;
|
}
|
.form-section .section-title.data-v-d1f38c9b {
|
font-size: 32rpx;
|
font-weight: 600;
|
color: #1d1d1f;
|
flex: 1;
|
}
|
.form-section .status-tag.data-v-d1f38c9b {
|
padding: 6rpx 16rpx;
|
border-radius: 8rpx;
|
font-size: 24rpx;
|
font-weight: 500;
|
}
|
.form-section .status-tag.pending.data-v-d1f38c9b {
|
background: rgba(240, 173, 78, 0.1);
|
color: #f0ad4e;
|
}
|
.form-section .status-tag.transporting.data-v-d1f38c9b {
|
background: rgba(0, 122, 255, 0.1);
|
color: #007aff;
|
}
|
.form-section .status-tag.completed.data-v-d1f38c9b {
|
background: rgba(76, 217, 100, 0.1);
|
color: #4cd964;
|
}
|
.form-section .status-tag.cancelled.data-v-d1f38c9b {
|
background: rgba(220, 223, 230, 0.1);
|
color: #dcdfe6;
|
}
|
.form-section .status-tag.draft.data-v-d1f38c9b {
|
background: rgba(144, 147, 153, 0.1);
|
color: #909399;
|
}
|
.case-info .info-row.data-v-d1f38c9b {
|
display: flex;
|
margin-bottom: 16rpx;
|
}
|
.case-info .info-row.data-v-d1f38c9b:last-child {
|
margin-bottom: 0;
|
}
|
.case-info .info-row .info-label.data-v-d1f38c9b {
|
font-size: 28rpx;
|
color: #606266;
|
min-width: 140rpx;
|
margin-right: 10rpx;
|
}
|
.case-info .info-row .info-value.data-v-d1f38c9b {
|
font-size: 28rpx;
|
color: #303133;
|
flex: 1;
|
font-weight: 500;
|
}
|
.form-grid.data-v-d1f38c9b {
|
display: flex;
|
flex-direction: column;
|
gap: 24rpx;
|
}
|
.form-item.data-v-d1f38c9b {
|
display: flex;
|
flex-direction: column;
|
}
|
.form-item.full-width.data-v-d1f38c9b {
|
grid-column: 1/-1;
|
}
|
.form-item .item-label.data-v-d1f38c9b {
|
font-size: 28rpx;
|
color: #1d1d1f;
|
font-weight: 500;
|
margin-bottom: 12rpx;
|
}
|
.form-item .item-label.required.data-v-d1f38c9b::after {
|
content: "*";
|
color: #f56c6c;
|
margin-left: 4rpx;
|
}
|
.form-item .picker-trigger.data-v-d1f38c9b {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
height: 88rpx;
|
padding: 0 20rpx;
|
background: #f5f5f5;
|
border-radius: 8rpx;
|
border: 1rpx solid #dcdfe6;
|
}
|
.form-item .picker-trigger text.data-v-d1f38c9b {
|
font-size: 28rpx;
|
color: #303133;
|
}
|
.data-v-d1f38c9b .u-input {
|
border: 2rpx solid #e5e5e7 !important;
|
border-radius: 12rpx !important;
|
padding: 20rpx 24rpx !important;
|
background: #fff !important;
|
}
|
.data-v-d1f38c9b .u-textarea {
|
border: 2rpx solid #e5e5e7 !important;
|
border-radius: 12rpx !important;
|
padding: 20rpx 24rpx !important;
|
background: #fff !important;
|
min-height: 150rpx;
|
}
|
.attachment-list .attachment-item.data-v-d1f38c9b {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 20rpx 0;
|
border-bottom: 1rpx solid #f0f0f0;
|
}
|
.attachment-list .attachment-item.data-v-d1f38c9b:last-child {
|
border-bottom: none;
|
}
|
.attachment-list .attachment-item.data-v-d1f38c9b:active {
|
background: #f5f5f5;
|
}
|
.attachment-list .attachment-item .file-info.data-v-d1f38c9b {
|
display: flex;
|
align-items: center;
|
flex: 1;
|
}
|
.attachment-list .attachment-item .file-info .file-icon.data-v-d1f38c9b {
|
margin-right: 16rpx;
|
}
|
.attachment-list .attachment-item .file-info .file-details.data-v-d1f38c9b {
|
display: flex;
|
flex-direction: column;
|
flex: 1;
|
}
|
.attachment-list .attachment-item .file-info .file-details .file-name.data-v-d1f38c9b {
|
font-size: 28rpx;
|
color: #303133;
|
margin-bottom: 4rpx;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
max-width: 500rpx;
|
}
|
.attachment-list .attachment-item .file-info .file-details .file-time.data-v-d1f38c9b {
|
font-size: 24rpx;
|
color: #909399;
|
}
|
.action-buttons.data-v-d1f38c9b {
|
display: flex;
|
gap: 20rpx;
|
margin-top: 40rpx;
|
background: #fff;
|
padding: 20rpx 0;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
padding: 20rpx 30rpx;
|
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
|
box-shadow: 0 -2rpx 20rpx rgba(0, 0, 0, 0.08);
|
z-index: 9;
|
}
|
.btn.data-v-d1f38c9b {
|
flex: 1;
|
height: 80rpx;
|
border-radius: 20rpx;
|
font-size: 28rpx;
|
font-weight: 600;
|
border: none;
|
transition: all 0.3s ease;
|
}
|
.btn.secondary.data-v-d1f38c9b {
|
background: #f5f5f7;
|
color: #1d1d1f;
|
}
|
.btn.secondary.data-v-d1f38c9b:active {
|
background: #e5e5e7;
|
}
|
.btn.primary.data-v-d1f38c9b {
|
background: linear-gradient(90deg, #0071e3 0%, #2997ff 100%);
|
color: #fff;
|
}
|
.btn.primary.data-v-d1f38c9b:active {
|
transform: scale(0.98);
|
}
|
.btn.warning.data-v-d1f38c9b {
|
background: linear-gradient(90deg, #f0ad4e 0%, #f8b62d 100%);
|
color: #fff;
|
}
|
.btn.warning.data-v-d1f38c9b:active {
|
transform: scale(0.98);
|
}
|
.btn.success.data-v-d1f38c9b {
|
background: linear-gradient(90deg, #34c759 0%, #4cd964 100%);
|
color: #fff;
|
}
|
.btn.success.data-v-d1f38c9b:disabled {
|
background: #c0c4cc;
|
opacity: 0.6;
|
}
|
.btn.success.data-v-d1f38c9b:active:not(:disabled) {
|
transform: scale(0.98);
|
}
|
.btn.error.data-v-d1f38c9b {
|
background: linear-gradient(90deg, #ff3b30 0%, #ff5a5a 100%);
|
color: #fff;
|
}
|
.btn.error.data-v-d1f38c9b:active {
|
transform: scale(0.98);
|
}
|