| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- .schedule-list {
- background: #F8F9FA;
- min-height: 100vh;
- padding-bottom: 40rpx;
- }
- /* 头部信息 */
- .header-section {
- background: linear-gradient(135deg, #4A90C2 0%, #357ABD 100%);
- padding: 40rpx 32rpx;
- color: #fff;
- }
- .activity-name {
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 16rpx;
- }
- .route-display {
- font-size: 28rpx;
- opacity: 0.9;
- margin-bottom: 8rpx;
- }
- .trip-type-info {
- font-size: 24rpx;
- background: rgba(255, 255, 255, 0.2);
- padding: 6rpx 12rpx;
- border-radius: 12rpx;
- display: inline-block;
- font-weight: 500;
- }
- /* 日期选择区域 */
- .date-section {
- background: #fff;
- padding: 32rpx;
- margin-bottom: 16rpx;
- }
- .section-title {
- font-size: 32rpx;
- font-weight: bold;
- color: #333;
- margin-bottom: 24rpx;
- }
- .schedule-count {
- font-size: 24rpx;
- color: #666;
- font-weight: normal;
- }
- .date-scroll {
- white-space: nowrap;
- }
- .date-btn {
- display: inline-block;
- padding: 20rpx 32rpx;
- margin-right: 20rpx;
- border-radius: 50rpx;
- background: #f8f9fa;
- color: #666;
- text-align: center;
- min-width: 160rpx;
- transition: all 0.3s ease;
- }
- .date-btn.active {
- background: #FFA940;
- color: #fff;
- font-weight: bold;
- transform: scale(1.05);
- }
- .date-text {
- font-size: 28rpx;
- margin-bottom: 4rpx;
- }
- .weekday {
- font-size: 22rpx;
- opacity: 0.8;
- }
- /* 班次列表区域 */
- .schedules-section {
- padding: 0 32rpx;
- }
- /* 普通班次卡片 */
- .schedule-card {
- background: #FFFFFF;
- border-radius: 20rpx;
- padding: 32rpx;
- margin-bottom: 24rpx;
- box-shadow: 0 4rpx 20rpx rgba(0,0,0,0.08);
- border: 1rpx solid #E5E5EA;
- }
- /* 包车卡片 - 高端黑金UI */
- .charter-card {
- background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
- border: 2rpx solid #d4af37;
- box-shadow: 0 8rpx 32rpx rgba(212, 175, 55, 0.3);
- }
- .charter-card .departure-time,
- .charter-card .duration,
- .charter-card .price,
- .charter-card .price-unit,
- .charter-card .vehicle-model,
- .charter-card .location-label,
- .charter-card .location-text,
- .charter-card .capacity-text,
- .charter-card .policy-text {
- color: #fff;
- }
- .charter-card .price {
- color: #d4af37;
- }
- /* 卡片头部 */
- .card-header {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- margin-bottom: 24rpx;
- }
- .time-info {
- display: flex;
- flex-direction: column;
- }
- .departure-time {
- font-size: 40rpx;
- font-weight: bold;
- color: #4A90C2;
- margin-bottom: 8rpx;
- }
- .duration {
- font-size: 24rpx;
- color: #999;
- }
- .price-info {
- text-align: right;
- }
- .price {
- font-size: 36rpx;
- font-weight: bold;
- color: #4A90C2;
- }
- .price-unit {
- font-size: 24rpx;
- color: #666;
- }
- /* 车辆信息 */
- .vehicle-info {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 24rpx;
- }
- .vehicle-model {
- font-size: 32rpx;
- font-weight: bold;
- color: #333;
- }
- .vehicle-tags {
- display: flex;
- gap: 12rpx;
- }
- .tag {
- padding: 8rpx 16rpx;
- border-radius: 20rpx;
- font-size: 22rpx;
- font-weight: bold;
- }
- .share-tag {
- background: #E8F4FD;
- color: #4A90C2;
- }
- .charter-tag {
- background: #d4af37;
- color: #1a1a1a;
- }
- /* 位置信息 */
- .location-info {
- margin-bottom: 24rpx;
- }
- .location-item {
- display: flex;
- margin-bottom: 12rpx;
- }
- .location-label {
- font-size: 26rpx;
- color: #666;
- width: 80rpx;
- flex-shrink: 0;
- }
- .location-text {
- font-size: 26rpx;
- color: #333;
- flex: 1;
- }
- /* 容量信息 */
- .capacity-info {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 16rpx;
- }
- .capacity-text {
- font-size: 26rpx;
- color: #666;
- }
- .features {
- display: flex;
- gap: 8rpx;
- }
- .feature-tag {
- background: #e8f5e8;
- color: #52c41a;
- padding: 4rpx 12rpx;
- border-radius: 16rpx;
- font-size: 20rpx;
- }
- /* 政策信息 */
- .policy-info {
- margin-bottom: 24rpx;
- }
- .policy-text {
- font-size: 22rpx;
- color: #999;
- }
- /* 预订按钮 */
- .book-btn {
- width: 100%;
- background: linear-gradient(135deg, #4A90C2 0%, #357ABD 100%);
- color: #fff;
- border: none;
- border-radius: 50rpx;
- padding: 24rpx 0;
- font-size: 32rpx;
- font-weight: bold;
- box-shadow: 0 8rpx 24rpx rgba(74, 144, 194, 0.4);
- }
- .charter-btn {
- background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
- color: #1a1a1a;
- box-shadow: 0 8rpx 24rpx rgba(212, 175, 55, 0.4);
- }
- .book-btn[disabled] {
- background: #e0e0e0;
- color: #999;
- box-shadow: none;
- }
- /* 空状态 */
- .empty-schedules {
- text-align: center;
- padding: 120rpx 32rpx;
- }
- .empty-icon {
- font-size: 120rpx;
- margin-bottom: 32rpx;
- }
- .empty-text {
- font-size: 32rpx;
- color: #666;
- margin-bottom: 16rpx;
- font-weight: bold;
- }
- .empty-desc {
- font-size: 26rpx;
- color: #999;
- }
|