147 lines
2.6 KiB
Plaintext
147 lines
2.6 KiB
Plaintext
|
|
page {
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tabs-external__inner {
|
||
|
|
height: 88rpx;
|
||
|
|
width: 100%;
|
||
|
|
line-height: 88rpx;
|
||
|
|
z-index: 100;
|
||
|
|
}
|
||
|
|
.tabs-external__inner {
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #333333;
|
||
|
|
position: fixed;
|
||
|
|
width: 100vw;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tabs-external__inner .tabs-external__track {
|
||
|
|
background: #fa4126 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tabs-external__inner .tabs-external__item {
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tabs-external__inner .tabs-external__active {
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #fa4126 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tabs-external__inner.order-nav .order-nav-item .bottom-line {
|
||
|
|
bottom: 12rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.coupon-list-wrap {
|
||
|
|
margin-top: 32rpx;
|
||
|
|
margin-left: 32rpx;
|
||
|
|
margin-right: 32rpx;
|
||
|
|
overflow-y: auto;
|
||
|
|
padding-bottom: 100rpx;
|
||
|
|
padding-bottom: calc(constant(safe-area-inset-top) + 100rpx);
|
||
|
|
padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx);
|
||
|
|
-webkit-overflow-scrolling: touch;
|
||
|
|
}
|
||
|
|
|
||
|
|
.center-entry {
|
||
|
|
box-sizing: content-box;
|
||
|
|
border-top: 1rpx solid #dce0e4;
|
||
|
|
background-color: #fff;
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
height: 100rpx;
|
||
|
|
padding-bottom: 0;
|
||
|
|
padding-bottom: constant(safe-area-inset-top);
|
||
|
|
padding-bottom: env(safe-area-inset-bottom);
|
||
|
|
}
|
||
|
|
|
||
|
|
.center-entry-btn {
|
||
|
|
color: #fa4126;
|
||
|
|
font-size: 28rpx;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 100rpx;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
height: 100rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.coupon-list-wrap .t-pull-down-refresh__bar {
|
||
|
|
background: #fff !important;
|
||
|
|
}
|
||
|
|
.t-class-indicator {
|
||
|
|
color: #b9b9b9 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 空状态样式 */
|
||
|
|
.empty-state {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 120rpx 40rpx;
|
||
|
|
text-align: center;
|
||
|
|
min-height: 400rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.empty-icon {
|
||
|
|
font-size: 120rpx;
|
||
|
|
margin-bottom: 32rpx;
|
||
|
|
opacity: 0.8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.empty-text {
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: #333;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-bottom: 16rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.empty-desc {
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #999;
|
||
|
|
margin-bottom: 40rpx;
|
||
|
|
line-height: 1.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.empty-action {
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.empty-action-btn {
|
||
|
|
background: #fa4126;
|
||
|
|
color: #fff;
|
||
|
|
padding: 20rpx 40rpx;
|
||
|
|
border-radius: 40rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
font-weight: 500;
|
||
|
|
box-shadow: 0 4rpx 12rpx rgba(250, 65, 38, 0.3);
|
||
|
|
transition: all 0.3s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.empty-action-btn:active {
|
||
|
|
transform: scale(0.95);
|
||
|
|
box-shadow: 0 2rpx 8rpx rgba(250, 65, 38, 0.2);
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 加载状态样式 */
|
||
|
|
.loading-state {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 120rpx 40rpx;
|
||
|
|
text-align: center;
|
||
|
|
min-height: 400rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.loading-text {
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #999;
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|