backup: 子客服改造前保本版本(逍遥梦UI+商家客服页mock)
This commit is contained in:
341
styles/dashou-xym-order-card.wxss
Normal file
341
styles/dashou-xym-order-card.wxss
Normal file
@@ -0,0 +1,341 @@
|
||||
/* 抢单订单卡片 - 逍遥梦布局(星阙数据) */
|
||||
|
||||
.flex { display: flex; align-items: center; }
|
||||
.flexb { display: flex; align-items: center; justify-content: space-between; }
|
||||
.flexa { display: flex; align-items: center; justify-content: center; }
|
||||
.myflex { display: flex; align-items: center; }
|
||||
|
||||
.dingdan-list {
|
||||
padding: 0 0 24rpx;
|
||||
}
|
||||
|
||||
.xym-order-item {
|
||||
margin-bottom: 24rpx;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
border-radius: 30rpx;
|
||||
box-shadow: 0 10rpx 28rpx rgba(0, 0, 0, 0.09);
|
||||
}
|
||||
|
||||
/* 平台订单 */
|
||||
.xym-pingtai-order {
|
||||
padding-bottom: 5rpx;
|
||||
background: #927a46;
|
||||
}
|
||||
|
||||
.xym-pingtai-head {
|
||||
height: 72rpx;
|
||||
padding: 0 24rpx;
|
||||
background: linear-gradient(50deg, #957c48, #5c4a28);
|
||||
border-radius: 30rpx 30rpx 0 0;
|
||||
}
|
||||
|
||||
.xym-head-time {
|
||||
font-size: 24rpx;
|
||||
color: #fcd270;
|
||||
}
|
||||
|
||||
.xym-head-tag {
|
||||
font-size: 22rpx;
|
||||
padding: 4rpx 16rpx;
|
||||
border-radius: 8rpx;
|
||||
font-weight: 600;
|
||||
background: rgba(252, 210, 112, 0.22);
|
||||
color: #fcd270;
|
||||
border: 1rpx solid rgba(252, 210, 112, 0.4);
|
||||
}
|
||||
|
||||
.xym-pingtai-body {
|
||||
border-radius: 40rpx 10rpx 30rpx 30rpx;
|
||||
padding: 0 20rpx 24rpx;
|
||||
background: linear-gradient(to bottom, #3a3220, #cec180);
|
||||
}
|
||||
|
||||
/* 商家订单 */
|
||||
.xym-shangjia-order {
|
||||
padding-bottom: 5rpx;
|
||||
background: linear-gradient(to bottom, #fff8e1, #ffe0b2);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.xym-shangjia-body {
|
||||
border-radius: 10rpx 10rpx 30rpx 30rpx;
|
||||
padding: 0 20rpx 24rpx;
|
||||
}
|
||||
|
||||
.xym-shangjia-head {
|
||||
padding: 16rpx 24rpx 8rpx;
|
||||
}
|
||||
|
||||
.xym-shangjia-head .xym-head-time {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.xym-shangjia-head .xym-head-tag {
|
||||
background: rgba(255, 255, 255, 0.65);
|
||||
color: #492f00;
|
||||
border-color: rgba(255, 208, 97, 0.5);
|
||||
}
|
||||
|
||||
.order-con {
|
||||
position: relative;
|
||||
min-height: 108rpx;
|
||||
}
|
||||
|
||||
.order-row {
|
||||
align-items: flex-start;
|
||||
padding: 24rpx 10rpx 14rpx;
|
||||
}
|
||||
|
||||
.o-logo {
|
||||
width: 88rpx;
|
||||
height: 88rpx;
|
||||
border-radius: 12rpx;
|
||||
margin-right: 14rpx;
|
||||
flex-shrink: 0;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.o-col {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
padding-right: 136rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.o-goods {
|
||||
font-weight: 700;
|
||||
font-size: 30rpx;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.o-goods.light {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.line2 {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.merchant-line {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 10rpx 12rpx;
|
||||
gap: 12rpx;
|
||||
}
|
||||
|
||||
.m-avatar-sm {
|
||||
width: 56rpx;
|
||||
height: 56rpx;
|
||||
border-radius: 50%;
|
||||
flex-shrink: 0;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.m-name-sm {
|
||||
font-size: 26rpx;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.zhiding-strip {
|
||||
margin: 0 10rpx 12rpx;
|
||||
padding: 10rpx 16rpx;
|
||||
background: rgba(255, 77, 109, 0.12);
|
||||
border-radius: 12rpx;
|
||||
flex-wrap: wrap;
|
||||
gap: 8rpx;
|
||||
}
|
||||
|
||||
.zhiding-strip.light {
|
||||
background: rgba(255, 255, 255, 0.35);
|
||||
}
|
||||
|
||||
.zhiding-strip .zhiding-label {
|
||||
font-size: 22rpx;
|
||||
color: #ff4d6d;
|
||||
font-weight: 700;
|
||||
padding: 2rpx 12rpx;
|
||||
background: rgba(255, 77, 109, 0.15);
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
.zhiding-strip .zhiding-avatar {
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.zhiding-strip .zhiding-name {
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
max-width: 200rpx;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.xym-pingtai-body .zhiding-strip .zhiding-name {
|
||||
color: #f5e6b8;
|
||||
}
|
||||
|
||||
.reward-badge {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 18rpx;
|
||||
font-size: 24rpx;
|
||||
padding: 6rpx 20rpx;
|
||||
border-radius: 30rpx 10rpx 0 30rpx;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
z-index: 3;
|
||||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.reward-badge.normal-reward {
|
||||
color: #492f00;
|
||||
background: linear-gradient(to bottom, #fae04d, #ffc0a3);
|
||||
}
|
||||
|
||||
.reward-badge.platform-reward {
|
||||
color: #fff;
|
||||
background: linear-gradient(to right, #dabd83, #704029);
|
||||
}
|
||||
|
||||
.xym-shangjia-body .reward-badge:not(.member-tip) {
|
||||
top: 76rpx;
|
||||
}
|
||||
|
||||
.reward-badge.member-tip {
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
padding: 8rpx 16rpx;
|
||||
border-radius: 20rpx;
|
||||
top: 16rpx;
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.reward-yen {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.reward-num {
|
||||
font-weight: 700;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.reward-num.dark {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
.reward-tip {
|
||||
font-size: 22rpx;
|
||||
color: #c0392b;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.reward-yen.sm {
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.remark-block {
|
||||
font-size: 24rpx;
|
||||
margin: 8rpx 10rpx 0;
|
||||
padding: 12rpx 16rpx;
|
||||
border-left: 4rpx solid;
|
||||
border-radius: 0 8rpx 8rpx 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remark-block.gold {
|
||||
color: #fff;
|
||||
border-color: #ffd700;
|
||||
background: rgba(255, 215, 0, 0.12);
|
||||
}
|
||||
|
||||
.remark-block.dark {
|
||||
color: #666;
|
||||
border-color: #87ceeb;
|
||||
background: rgba(135, 206, 235, 0.12);
|
||||
}
|
||||
|
||||
.remark-label {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.remark-block.gold .remark-label {
|
||||
color: #ffd700;
|
||||
}
|
||||
|
||||
.remark-block.dark .remark-label {
|
||||
color: #87ceeb;
|
||||
}
|
||||
|
||||
.xuqiu-tags-row {
|
||||
margin: 12rpx 10rpx 0;
|
||||
padding-top: 12rpx;
|
||||
border-top: 2rpx dotted rgba(255, 255, 255, 0.35);
|
||||
}
|
||||
|
||||
.xym-shangjia-body .xuqiu-tags-row {
|
||||
border-top-color: rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.xuqiu-tags-row .xuqiu-label {
|
||||
font-size: 22rpx;
|
||||
color: #87ceeb;
|
||||
margin-bottom: 8rpx;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.o-foot {
|
||||
margin-top: 18rpx;
|
||||
padding: 0 10rpx 8rpx;
|
||||
}
|
||||
|
||||
.o-amt {
|
||||
font-size: 26rpx;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.o-amt.light {
|
||||
color: #f5e6b8;
|
||||
}
|
||||
|
||||
.btn-bg {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3);
|
||||
border-radius: 60rpx;
|
||||
color: #492f00;
|
||||
}
|
||||
|
||||
.qiangdan {
|
||||
color: #492f00;
|
||||
width: 180rpx;
|
||||
min-width: 100rpx;
|
||||
padding: 15rpx 10rpx;
|
||||
border: 2rpx solid #fff;
|
||||
box-sizing: border-box;
|
||||
font-size: 26rpx;
|
||||
font-weight: 700;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.qiangdan.btn-qiang-brown {
|
||||
background: linear-gradient(to right, #7a4a2d 0%, #e4ce94 100%) !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.view-more-inline {
|
||||
font-size: 22rpx;
|
||||
color: #87ceeb;
|
||||
margin-left: 4rpx;
|
||||
}
|
||||
|
||||
.biaoqian-inline-scroll {
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
84
styles/dashou-xym-orders-theme.wxss
Normal file
84
styles/dashou-xym-orders-theme.wxss
Normal file
@@ -0,0 +1,84 @@
|
||||
/* 打手我的订单 - 逍遥梦风格视觉覆盖 */
|
||||
|
||||
.ds-page {
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
|
||||
.leixing-area {
|
||||
background: #fff !important;
|
||||
border-bottom: none !important;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06) !important;
|
||||
margin: 12rpx 20rpx 0 !important;
|
||||
border-radius: 28rpx !important;
|
||||
}
|
||||
|
||||
.leixing-item.leixing-active {
|
||||
background: linear-gradient(180deg, #fff0c2, #f5d563) !important;
|
||||
box-shadow: 0 4rpx 12rpx rgba(255, 208, 97, 0.35) !important;
|
||||
}
|
||||
|
||||
.leixing-active .leixing-name {
|
||||
color: #492f00 !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.filter-row {
|
||||
background: transparent !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
.type-switch {
|
||||
background: rgba(255, 255, 255, 0.8) !important;
|
||||
}
|
||||
|
||||
.type-btn.type-active {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
color: #492f00 !important;
|
||||
box-shadow: 0 2rpx 8rpx rgba(180, 130, 20, 0.2) !important;
|
||||
}
|
||||
|
||||
.search-box {
|
||||
background: #fff !important;
|
||||
border: 1rpx solid rgba(255, 208, 97, 0.3) !important;
|
||||
}
|
||||
|
||||
.left-status {
|
||||
background: rgba(255, 255, 255, 0.92) !important;
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
.status-item.status-active {
|
||||
background: #fff8e1 !important;
|
||||
}
|
||||
|
||||
.status-active .status-name {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.status-dot {
|
||||
background: #ffd061 !important;
|
||||
}
|
||||
|
||||
.right-list {
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
|
||||
.order-card {
|
||||
background: #fdfcfa !important;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06) !important;
|
||||
}
|
||||
|
||||
.card-price {
|
||||
color: #c0392b !important;
|
||||
}
|
||||
|
||||
.loading-spinner,
|
||||
.mini-spinner {
|
||||
border-top-color: #ffd061 !important;
|
||||
}
|
||||
|
||||
.load-more-btn {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
color: #492f00 !important;
|
||||
border: 2rpx solid #fff !important;
|
||||
}
|
||||
92
styles/dashou-xym-rank-theme.wxss
Normal file
92
styles/dashou-xym-rank-theme.wxss
Normal file
@@ -0,0 +1,92 @@
|
||||
/* 打手排行榜 - 逍遥梦风格视觉覆盖 */
|
||||
|
||||
page {
|
||||
background: #f5f5f5 !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.rank-page {
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
|
||||
.page-bg {
|
||||
opacity: 0.35 !important;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
color: #343434 !important;
|
||||
}
|
||||
|
||||
.refresh-wrap {
|
||||
background: rgba(255, 255, 255, 0.85) !important;
|
||||
}
|
||||
|
||||
.role-chip {
|
||||
background: rgba(255, 255, 255, 0.8) !important;
|
||||
color: #666 !important;
|
||||
border: 2rpx solid rgba(255, 208, 97, 0.25) !important;
|
||||
}
|
||||
|
||||
.role-chip.on {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
color: #492f00 !important;
|
||||
border-color: #ffd061 !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.date-chip {
|
||||
background: rgba(255, 255, 255, 0.7) !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.date-chip.on {
|
||||
background: #fef6d4 !important;
|
||||
color: #492f00 !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.sort-tip {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.podium-panel {
|
||||
background: #fdfcfa !important;
|
||||
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.06) !important;
|
||||
}
|
||||
|
||||
.p-name {
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.p-score {
|
||||
color: #c0392b !important;
|
||||
}
|
||||
|
||||
.rank-row {
|
||||
background: #fdfcfa !important;
|
||||
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.04) !important;
|
||||
}
|
||||
|
||||
.rank-row .r-name {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.rank-row .r-score {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.my-rank-bar {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
}
|
||||
|
||||
.my-rank-bar text {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.state-wrap text {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.loader {
|
||||
border-top-color: #ffd061 !important;
|
||||
}
|
||||
213
styles/dashou-xym-recharge-theme.wxss
Normal file
213
styles/dashou-xym-recharge-theme.wxss
Normal file
@@ -0,0 +1,213 @@
|
||||
/* 打手充值页 - 逍遥梦风格视觉覆盖(不改 wxml/逻辑) */
|
||||
|
||||
.page-container {
|
||||
background: linear-gradient(180deg, #f7dc51 0%, #fff 22%, #fff8e1 100%) !important;
|
||||
}
|
||||
|
||||
.page-container::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.vip-section {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.section-header .dec-text,
|
||||
.section-subtitle {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.dec-line,
|
||||
.dec-diamond {
|
||||
background: #ffd061 !important;
|
||||
}
|
||||
|
||||
.vip-card {
|
||||
background: #fdfcfa !important;
|
||||
border: 2rpx solid rgba(255, 208, 97, 0.5) !important;
|
||||
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.08) !important;
|
||||
}
|
||||
|
||||
.vip-card.active {
|
||||
border-color: #ffd061 !important;
|
||||
box-shadow: 0 8rpx 28rpx rgba(255, 208, 97, 0.35) !important;
|
||||
}
|
||||
|
||||
.card-frame,
|
||||
.frame-corner,
|
||||
.frame-line {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.vip-title .title-text,
|
||||
.vip-price .price-number,
|
||||
.detail-title .title-text {
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.vip-price .price-symbol,
|
||||
.vip-price .price-unit {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.feature-text {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.vip-detail {
|
||||
background: #fdfcfa !important;
|
||||
border-radius: 20rpx !important;
|
||||
margin: 0 24rpx !important;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06) !important;
|
||||
}
|
||||
|
||||
.detail-text,
|
||||
.rule-text {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.tech-buy-btn,
|
||||
.tech-btn,
|
||||
.modal-btn.confirm-btn {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
border: 2rpx solid #fff !important;
|
||||
border-radius: 44rpx !important;
|
||||
box-shadow: 0 4rpx 12rpx rgba(180, 130, 20, 0.25) !important;
|
||||
}
|
||||
|
||||
.buy-btn-text,
|
||||
.btn-text,
|
||||
.tech-btn .btn-text {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.buy-btn-bg,
|
||||
.buy-btn-glow,
|
||||
.btn-bg,
|
||||
.btn-glow,
|
||||
.btn-energy,
|
||||
.btn-shine,
|
||||
.btn-sparkle {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.tech-grid {
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
|
||||
.tech-card {
|
||||
background: #fdfcfa !important;
|
||||
border: none !important;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06) !important;
|
||||
min-height: 240rpx !important;
|
||||
}
|
||||
|
||||
.tech-card::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.card-title .title-text,
|
||||
.amount-number,
|
||||
.jifen-value {
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.amount-unit,
|
||||
.amount-symbol,
|
||||
.jifen-label,
|
||||
.footer-text,
|
||||
.empty-text {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.huiyuan-tag,
|
||||
.tech-tag {
|
||||
background: #fef6d4 !important;
|
||||
border: 1rpx solid rgba(255, 208, 97, 0.4) !important;
|
||||
}
|
||||
|
||||
.tag-name {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.tag-time {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.tech-line {
|
||||
background: linear-gradient(90deg, transparent, #ffd061, transparent) !important;
|
||||
}
|
||||
|
||||
.tech-modal .modal-container {
|
||||
background: #fdfcfa !important;
|
||||
border: none !important;
|
||||
box-shadow: 0 12rpx 40rpx rgba(0, 0, 0, 0.12) !important;
|
||||
}
|
||||
|
||||
.modal-corner {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.modal-subtitle,
|
||||
.input-tip,
|
||||
.detail-label {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.modal-btn.cancel-btn {
|
||||
background: #f5f5f5 !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.yajin-input {
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.quick-btn {
|
||||
background: #fef6d4 !important;
|
||||
border: 2rpx solid rgba(255, 208, 97, 0.4) !important;
|
||||
}
|
||||
|
||||
.quick-btn.active {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
border-color: #ffd061 !important;
|
||||
}
|
||||
|
||||
.quick-text {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.pay-method-item {
|
||||
background: #fef6d4 !important;
|
||||
border-radius: 16rpx !important;
|
||||
}
|
||||
|
||||
.method-name {
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.method-desc {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.tech-loading .loading-backdrop {
|
||||
background: rgba(255, 248, 225, 0.85) !important;
|
||||
}
|
||||
|
||||
.loading-text,
|
||||
.loading-subtext {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.spinner-ring {
|
||||
border-color: rgba(255, 208, 97, 0.3) !important;
|
||||
border-top-color: #ffd061 !important;
|
||||
}
|
||||
|
||||
.tech-footer .footer-text {
|
||||
color: #999 !important;
|
||||
}
|
||||
288
styles/dashou-xym-theme.wxss
Normal file
288
styles/dashou-xym-theme.wxss
Normal file
@@ -0,0 +1,288 @@
|
||||
/* 打手端抢单页 - 逍遥梦风格视觉覆盖(不改 wxml 结构/class) */
|
||||
|
||||
.xym-lunbo-container {
|
||||
margin: 16rpx 24rpx 0;
|
||||
border-radius: 20rpx;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.xym-lunbo-swiper {
|
||||
height: 300rpx;
|
||||
border-radius: 20rpx;
|
||||
}
|
||||
|
||||
.xym-lunbo-image {
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
border-radius: 20rpx;
|
||||
}
|
||||
|
||||
.qiangdan-page {
|
||||
background: linear-gradient(180deg, #f7dc51 0%, #fff 28%, #fff8e1 100%) !important;
|
||||
}
|
||||
|
||||
.qiangdan-page::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.leixing-quyu {
|
||||
background: #fff !important;
|
||||
border-bottom: none !important;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06) !important;
|
||||
margin: 12rpx 20rpx 0 !important;
|
||||
border-radius: 28rpx !important;
|
||||
padding: 14rpx 0 8rpx !important;
|
||||
}
|
||||
|
||||
.leixing-scroll {
|
||||
height: 132rpx !important;
|
||||
}
|
||||
|
||||
.leixing-item {
|
||||
width: 120rpx !important;
|
||||
}
|
||||
|
||||
.leixing-tupian {
|
||||
width: 88rpx !important;
|
||||
height: 88rpx !important;
|
||||
border-radius: 20rpx !important;
|
||||
border: none !important;
|
||||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08) !important;
|
||||
}
|
||||
|
||||
.leixing-active .leixing-tupian {
|
||||
border: 3rpx solid #ffd061 !important;
|
||||
box-shadow: 0 6rpx 16rpx rgba(255, 208, 97, 0.45) !important;
|
||||
}
|
||||
|
||||
.leixing-jieshao {
|
||||
margin-top: 8rpx !important;
|
||||
font-size: 22rpx !important;
|
||||
color: #666 !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.leixing-active .leixing-jieshao {
|
||||
color: #492f00 !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.guangyun-effect {
|
||||
background: radial-gradient(circle, rgba(255, 208, 97, 0.35) 0%, transparent 70%) !important;
|
||||
}
|
||||
|
||||
.biaoqian-quyu {
|
||||
background: transparent !important;
|
||||
padding: 8rpx 20rpx 0 !important;
|
||||
}
|
||||
|
||||
.biaoqian-item {
|
||||
background: rgba(255, 255, 255, 0.65) !important;
|
||||
border: 2rpx solid rgba(201, 162, 39, 0.25) !important;
|
||||
}
|
||||
|
||||
.biaoqian-active {
|
||||
background: linear-gradient(180deg, #fff0c2, #f5d563) !important;
|
||||
border-color: rgba(180, 130, 20, 0.85) !important;
|
||||
}
|
||||
|
||||
.fenge-xian {
|
||||
background: linear-gradient(90deg, transparent, #ffd061, transparent) !important;
|
||||
opacity: 0.6 !important;
|
||||
margin: 6rpx 30rpx 0 !important;
|
||||
}
|
||||
|
||||
.dingdan-list {
|
||||
padding: 16rpx 20rpx 0 !important;
|
||||
margin-top: 8rpx !important;
|
||||
}
|
||||
|
||||
.refreshing-text,
|
||||
.pull-down-text {
|
||||
color: #6b5420 !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.tip-text {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.tip-icon {
|
||||
filter: none !important;
|
||||
}
|
||||
|
||||
.dingdan-card {
|
||||
border-radius: 28rpx !important;
|
||||
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.08) !important;
|
||||
border: none !important;
|
||||
backdrop-filter: none !important;
|
||||
}
|
||||
|
||||
.pingtai-card {
|
||||
background: linear-gradient(to bottom, #927a46, #cec180) !important;
|
||||
padding: 0 0 16rpx !important;
|
||||
}
|
||||
|
||||
.pingtai-card::before,
|
||||
.shangjia-card::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.pingtai-card .card-top,
|
||||
.shangjia-card .card-top {
|
||||
background: linear-gradient(50deg, #957c48, #5c4a28) !important;
|
||||
border-radius: 28rpx 28rpx 0 0 !important;
|
||||
margin: -28rpx -24rpx 16rpx !important;
|
||||
padding: 16rpx 24rpx !important;
|
||||
}
|
||||
|
||||
.pingtai-tag,
|
||||
.creat-time {
|
||||
color: #fcd270 !important;
|
||||
}
|
||||
|
||||
.shangjia-card {
|
||||
background: linear-gradient(to bottom, #fff8e1, #ffe0b2) !important;
|
||||
}
|
||||
|
||||
.card-content,
|
||||
.jieshao-box,
|
||||
.beizhu-box,
|
||||
.shangjia-jieshao,
|
||||
.shangjia-beizhu {
|
||||
background: rgba(255, 255, 255, 0.55) !important;
|
||||
border-radius: 12rpx !important;
|
||||
}
|
||||
|
||||
.jieshao-label,
|
||||
.beizhu-label,
|
||||
.xuqiu-label {
|
||||
color: #87ceeb !important;
|
||||
}
|
||||
|
||||
.jieshao-text,
|
||||
.beizhu-text {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.fenyong-box {
|
||||
background: linear-gradient(to bottom, #fae04d, #ffc0a3) !important;
|
||||
border-radius: 30rpx !important;
|
||||
}
|
||||
|
||||
.fenyong-text,
|
||||
.fenyong-price,
|
||||
.fenyong-unit {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.qiangdan-btn,
|
||||
.mecha-btn {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
border: 2rpx solid #fff !important;
|
||||
box-shadow: 0 4rpx 12rpx rgba(180, 130, 20, 0.25) !important;
|
||||
}
|
||||
|
||||
.qiangdan-btn .btn-text,
|
||||
.mecha-btn .btn-text {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.btn-shine,
|
||||
.btn-glow,
|
||||
.mecha-overlay {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.loading-mask {
|
||||
background: rgba(255, 248, 225, 0.85) !important;
|
||||
}
|
||||
|
||||
.loading-mask-text,
|
||||
.loading-text,
|
||||
.no-more-text {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.unauthorized-container {
|
||||
background: linear-gradient(180deg, #f7dc51, #fff 50%) !important;
|
||||
}
|
||||
|
||||
.unauthorized-card {
|
||||
background: #fdfcfa !important;
|
||||
border: none !important;
|
||||
box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.08) !important;
|
||||
}
|
||||
|
||||
.unauthorized-card .title {
|
||||
color: #343434 !important;
|
||||
}
|
||||
|
||||
.unauthorized-card .message,
|
||||
.unauthorized-card .description {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.btn-register {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
border-radius: 44rpx !important;
|
||||
}
|
||||
|
||||
.btn-register .btn-text {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.card-glow {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.order-type-tag {
|
||||
font-size: 22rpx;
|
||||
padding: 6rpx 16rpx;
|
||||
border-radius: 8rpx;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.tag-platform {
|
||||
background: rgba(252, 210, 112, 0.22);
|
||||
color: #fcd270;
|
||||
border: 1rpx solid rgba(252, 210, 112, 0.45);
|
||||
}
|
||||
|
||||
.tag-merchant {
|
||||
background: rgba(255, 255, 255, 0.45);
|
||||
color: #492f00;
|
||||
border: 1rpx solid rgba(255, 208, 97, 0.55);
|
||||
}
|
||||
|
||||
.fenyong-mark {
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
line-height: 36rpx;
|
||||
text-align: center;
|
||||
font-size: 22rpx;
|
||||
font-weight: 700;
|
||||
color: #492f00;
|
||||
background: rgba(255, 255, 255, 0.72);
|
||||
border-radius: 50%;
|
||||
margin-right: 8rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.fenyong-icon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.qiangdan-btn {
|
||||
min-width: 180rpx !important;
|
||||
height: 68rpx !important;
|
||||
border-radius: 34rpx !important;
|
||||
}
|
||||
|
||||
.qiangdan-btn .btn-text {
|
||||
font-size: 28rpx !important;
|
||||
font-weight: 700 !important;
|
||||
letter-spacing: 1rpx;
|
||||
}
|
||||
307
styles/shangjia-xym-common.wxss
Normal file
307
styles/shangjia-xym-common.wxss
Normal file
@@ -0,0 +1,307 @@
|
||||
/* 商家端逍遥梦风格 - 公共布局/色板(仅 UI) */
|
||||
|
||||
.flex { display: flex; align-items: center; }
|
||||
.flexb { display: flex; align-items: center; justify-content: space-between; }
|
||||
.flexa { display: flex; align-items: center; justify-content: space-around; }
|
||||
.flexm { display: flex; align-items: center; justify-content: center; }
|
||||
.flexmc { display: flex; flex-direction: column; align-items: center; justify-content: center; }
|
||||
|
||||
.sj-page {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: linear-gradient(180deg, #f7dc51 0%, #fff 28%, #fff8e1 100%);
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sj-page-header {
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.sj-nav-title {
|
||||
font-size: 34rpx;
|
||||
font-weight: 700;
|
||||
color: #343434;
|
||||
}
|
||||
|
||||
.sj-scroll {
|
||||
flex: 1;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.sj-mx20 {
|
||||
margin-left: 24rpx;
|
||||
margin-right: 24rpx;
|
||||
}
|
||||
|
||||
.sj-panel {
|
||||
background: #fdfcfa;
|
||||
border-radius: 20rpx;
|
||||
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
.sj-btn-outline {
|
||||
padding: 10rpx 24rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: 700;
|
||||
border: 2rpx solid #fff;
|
||||
border-radius: 60rpx;
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3);
|
||||
color: #492f00;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sj-btn-bg {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3);
|
||||
border-radius: 60rpx;
|
||||
color: #492f00;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.sj-identity-tag {
|
||||
margin-left: 8rpx;
|
||||
font-size: 20rpx;
|
||||
padding: 4rpx 12rpx;
|
||||
border-radius: 8rpx;
|
||||
background: #ff9900;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sj-wallet-card {
|
||||
margin: 0 30rpx;
|
||||
padding: 24rpx 20rpx;
|
||||
border-radius: 26rpx;
|
||||
background: #fef6d4;
|
||||
}
|
||||
|
||||
.sj-w-label {
|
||||
color: #666;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.sj-w-num {
|
||||
font-size: 44rpx;
|
||||
font-weight: 700;
|
||||
color: #222;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.sj-w-sub {
|
||||
color: #666;
|
||||
font-size: 26rpx;
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
|
||||
.sj-section-hd {
|
||||
padding: 16rpx 24rpx 8rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
color: #343434;
|
||||
}
|
||||
|
||||
.sj-fadan-row {
|
||||
display: flex;
|
||||
gap: 16rpx;
|
||||
margin: 16rpx 0 0;
|
||||
}
|
||||
|
||||
.sj-fadan-btn {
|
||||
flex: 1;
|
||||
height: 150rpx;
|
||||
border-radius: 20rpx;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.sj-fadan-btn-inner {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 16rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.sj-fadan-btn--regular {
|
||||
background: linear-gradient(135deg, #fff8e1, #ffe0b2);
|
||||
}
|
||||
|
||||
.sj-fadan-btn--custom {
|
||||
background: linear-gradient(135deg, #fef6d4, #f5d563);
|
||||
}
|
||||
|
||||
.sj-fadan-title {
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
color: #492f00;
|
||||
}
|
||||
|
||||
.sj-fadan-sub {
|
||||
font-size: 22rpx;
|
||||
color: #886633;
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
|
||||
.sj-notice-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #fdf9db;
|
||||
margin: 14rpx 24rpx 0;
|
||||
border-radius: 10rpx;
|
||||
padding: 10rpx 16rpx;
|
||||
}
|
||||
|
||||
.sj-notice-txt {
|
||||
font-size: 24rpx;
|
||||
color: #4a3000;
|
||||
line-height: 1.4;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.sj-stat-card {
|
||||
margin: 16rpx 24rpx 0;
|
||||
padding: 20rpx 16rpx 16rpx;
|
||||
border-radius: 20rpx;
|
||||
background: #fff;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sj-stat-row {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
padding: 12rpx 8rpx;
|
||||
}
|
||||
|
||||
.sj-stat-col {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
padding: 8rpx 4rpx;
|
||||
}
|
||||
|
||||
.sj-stat-divider {
|
||||
width: 1rpx;
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
margin: 8rpx 0;
|
||||
}
|
||||
|
||||
.sj-stat-lbl {
|
||||
display: block;
|
||||
font-size: 22rpx;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.sj-stat-num {
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
font-weight: 700;
|
||||
color: #e67e22;
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
|
||||
.sj-kefu-row {
|
||||
display: flex;
|
||||
gap: 16rpx;
|
||||
margin-top: 16rpx;
|
||||
padding-top: 12rpx;
|
||||
border-top: 1rpx dashed rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.sj-kefu-entry {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
padding: 16rpx 8rpx;
|
||||
border-radius: 12rpx;
|
||||
background: linear-gradient(180deg, #fff8e1, #fef6d4);
|
||||
font-size: 24rpx;
|
||||
color: #492f00;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.sj-recent-item {
|
||||
padding: 20rpx 24rpx;
|
||||
border-bottom: 1rpx solid rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.sj-recent-name {
|
||||
font-size: 28rpx;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.sj-recent-sub {
|
||||
font-size: 22rpx;
|
||||
color: #999;
|
||||
margin-top: 6rpx;
|
||||
}
|
||||
|
||||
.sj-recent-money {
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
color: #e67e22;
|
||||
flex-shrink: 0;
|
||||
margin-left: 16rpx;
|
||||
}
|
||||
|
||||
.sj-order-nav {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 8rpx 0 16rpx;
|
||||
}
|
||||
|
||||
.sj-order-nav-item {
|
||||
width: 25%;
|
||||
padding: 16rpx 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sj-order-nav-num {
|
||||
display: block;
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.sj-order-nav-lbl {
|
||||
display: block;
|
||||
font-size: 22rpx;
|
||||
color: #999;
|
||||
margin-top: 6rpx;
|
||||
}
|
||||
|
||||
.sj-func-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 8rpx 0 16rpx;
|
||||
}
|
||||
|
||||
.sj-func-item {
|
||||
width: 25%;
|
||||
padding: 20rpx 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sj-func-icon {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
margin-bottom: 8rpx;
|
||||
}
|
||||
|
||||
.sj-func-txt {
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sj-scroll-bottom {
|
||||
height: 24rpx;
|
||||
}
|
||||
256
styles/shangjia-xym-form.wxss
Normal file
256
styles/shangjia-xym-form.wxss
Normal file
@@ -0,0 +1,256 @@
|
||||
/* 商家发单页 - 逍遥梦 addorder 风格(常规单/自定义单共用) */
|
||||
|
||||
.sj-form-page,
|
||||
.page.sj-form-theme,
|
||||
.page-container.sj-form-theme {
|
||||
min-height: 100vh;
|
||||
padding: 24rpx;
|
||||
padding-bottom: 160rpx;
|
||||
box-sizing: border-box;
|
||||
background: linear-gradient(180deg, #f7dc51 0%, #f5f5f5 18%, #f5f5f5 100%);
|
||||
}
|
||||
|
||||
.sj-form-theme .balance-card {
|
||||
background: #fef6d4 !important;
|
||||
border-radius: 26rpx !important;
|
||||
padding: 28rpx 24rpx !important;
|
||||
margin-bottom: 20rpx !important;
|
||||
text-align: center !important;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06) !important;
|
||||
border: none !important;
|
||||
backdrop-filter: none !important;
|
||||
position: relative !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .balance-card::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .balance-label {
|
||||
font-size: 26rpx !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .balance-value,
|
||||
.sj-form-theme .amount-value {
|
||||
font-size: 48rpx !important;
|
||||
font-weight: 700 !important;
|
||||
color: #222 !important;
|
||||
text-shadow: none !important;
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .balance-unit,
|
||||
.sj-form-theme .amount-unit {
|
||||
font-size: 28rpx !important;
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .balance-tip {
|
||||
font-size: 22rpx !important;
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .balance-row,
|
||||
.sj-form-theme .balance-amount {
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .card,
|
||||
.sj-form-theme .section {
|
||||
background: #fdfcfa !important;
|
||||
border-radius: 20rpx !important;
|
||||
padding: 24rpx !important;
|
||||
margin-bottom: 20rpx !important;
|
||||
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06) !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .card-header,
|
||||
.sj-form-theme .section-title {
|
||||
margin-bottom: 16rpx !important;
|
||||
padding-left: 0 !important;
|
||||
border-left: none !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .card-dot {
|
||||
background: #ffd061 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .card-title,
|
||||
.sj-form-theme .section-title {
|
||||
font-size: 30rpx !important;
|
||||
font-weight: 700 !important;
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .type-chip,
|
||||
.sj-form-theme .type-item {
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
padding: 12rpx 24rpx !important;
|
||||
margin-right: 16rpx !important;
|
||||
border-radius: 30rpx !important;
|
||||
background: #f5f5f5 !important;
|
||||
border: none !important;
|
||||
font-size: 26rpx !important;
|
||||
color: #666 !important;
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
box-shadow: none !important;
|
||||
backdrop-filter: none !important;
|
||||
height: auto !important;
|
||||
min-height: 64rpx !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .type-chip--active,
|
||||
.sj-form-theme .type-active {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
color: #492f00 !important;
|
||||
font-weight: 700 !important;
|
||||
border: none !important;
|
||||
transform: none !important;
|
||||
box-shadow: 0 4rpx 12rpx rgba(255, 208, 97, 0.35) !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .type-text {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .field {
|
||||
padding: 20rpx 0 !important;
|
||||
border-bottom: 1rpx dashed #eee !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .field-label {
|
||||
font-size: 28rpx !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .field-input {
|
||||
font-size: 28rpx !important;
|
||||
color: #333 !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .field-required {
|
||||
color: #f00 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .field-hint,
|
||||
.sj-form-theme .field-optional {
|
||||
color: #999 !important;
|
||||
font-size: 22rpx !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .field-picker {
|
||||
background: #f5f5f5 !important;
|
||||
border-radius: 12rpx !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .price-prefix {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .price-input {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .submit-btn {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
color: #492f00 !important;
|
||||
border-radius: 44rpx !important;
|
||||
font-weight: 700 !important;
|
||||
box-shadow: 0 6rpx 16rpx rgba(255, 208, 97, 0.35) !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .submit-bar {
|
||||
background: rgba(255, 255, 255, 0.96) !important;
|
||||
border-top: 1rpx solid #eee !important;
|
||||
}
|
||||
|
||||
.sj-form-theme switch {
|
||||
color: #ffd061 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .search-section {
|
||||
margin-bottom: 20rpx !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .search-box {
|
||||
background: #fff !important;
|
||||
border: 1rpx solid #eee !important;
|
||||
border-radius: 50rpx !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .search-input {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .search-icon {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .search-btn {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .search-btn-text {
|
||||
color: #492f00 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .filter-row,
|
||||
.sj-form-theme .filter-item {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .filter-input,
|
||||
.sj-form-theme .picker-view {
|
||||
background: #f5f5f5 !important;
|
||||
color: #333 !important;
|
||||
border-radius: 8rpx !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .template-card {
|
||||
background: #fdfcfa !important;
|
||||
border: 1rpx solid rgba(0, 0, 0, 0.06) !important;
|
||||
border-radius: 20rpx !important;
|
||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06) !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .intro-text,
|
||||
.sj-form-theme .template-price-label,
|
||||
.sj-form-theme .template-price-value {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .generate-grid-btn,
|
||||
.sj-form-theme .copy-grid-btn,
|
||||
.sj-form-theme .action-grid-btn {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
color: #492f00 !important;
|
||||
border: 2rpx solid #fff !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .template-section,
|
||||
.sj-form-theme .template-scroll {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .empty-tip,
|
||||
.sj-form-theme .loading-text {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.sj-form-theme .tutorial-btn {
|
||||
background: linear-gradient(180deg, #fae04d, #ffc0a3) !important;
|
||||
color: #492f00 !important;
|
||||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.1) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user