Files
xingque/styles/dashou-xym-theme.wxss
2026-07-01 11:49:17 +08:00

110 lines
2.1 KiB
Plaintext

/* 打手端抢单页 - 机甲风格辅助样式(不改 wxml / 逻辑) */
.xym-lunbo-container {
margin: 8rpx 24rpx 10rpx;
border-radius: 20rpx;
overflow: hidden;
flex-shrink: 0;
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.45);
border: 2rpx solid rgba(0, 200, 255, 0.25);
background: rgba(18, 22, 38, 0.85);
}
.xym-section-gap {
height: 12rpx;
flex-shrink: 0;
}
.xym-gonggao-bar {
display: flex;
align-items: center;
background: rgba(18, 22, 38, 0.88);
margin: 0 24rpx 8rpx;
border-radius: 12rpx;
padding: 10rpx 16rpx;
border: 1rpx solid rgba(0, 200, 255, 0.22);
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.35);
}
.xym-gonggao-ico {
width: 40rpx;
height: 40rpx;
flex-shrink: 0;
margin-right: 12rpx;
}
.xym-gonggao-txt {
font-size: 24rpx;
color: #b0c8f0;
line-height: 1.5;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.xym-lunbo-swiper {
height: 300rpx;
border-radius: 20rpx;
}
.xym-lunbo-image {
width: 100%;
height: 300rpx;
border-radius: 20rpx;
}
.refreshing-text,
.pull-down-text {
color: #6a9cff !important;
text-shadow: 0 0 8px rgba(0, 200, 255, 0.35) !important;
}
.tip-text {
color: #8a9ac0 !important;
}
.tip-icon {
filter: drop-shadow(0 0 16px rgba(0, 200, 255, 0.25)) !important;
opacity: 0.65 !important;
}
.loading-mask {
background: rgba(5, 8, 18, 0.92) !important;
}
.loading-mask-text,
.loading-text,
.no-more-text {
color: #6a9cff !important;
}
.unauthorized-container {
background: radial-gradient(ellipse at top, #1a1f30, #0b0f1a) !important;
}
.unauthorized-card {
background: rgba(18, 28, 48, 0.95) !important;
border: 1rpx solid rgba(0, 200, 255, 0.2) !important;
box-shadow: 0 12rpx 40rpx rgba(0, 0, 0, 0.55) !important;
}
.unauthorized-card .title {
color: #c0d0ff !important;
}
.unauthorized-card .message,
.unauthorized-card .description {
color: #8a9ac0 !important;
}
.btn-register {
background: linear-gradient(145deg, #1a2a48, #0e1a30) !important;
border: 1rpx solid rgba(0, 200, 255, 0.35) !important;
border-radius: 44rpx !important;
}
.btn-register .btn-text {
color: #fff !important;
}