123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .h-tabs {
- border-bottom: 1px solid #f2f2f2;
- display: flex;
- justify-content: space-around;
- font-size: 14px;
- position: fixed;
- top: 0;
- z-index: 1000;
- width: 100%;
- background: #fff;
- }
- .h-tab {
- padding: 8px 0;
- }
- .h-tab.on {
- border-bottom: 3px solid #04358D;
- font-weight: bold;
- }
- .coupons {
- margin-top: 50px;
- padding: 0 10px;
- }
- /* .empty {
- text-align: center;
- padding-top: 50rpx;
- color: #999999;
- font-size: 28rpx;
- } */
- /* 列表为空 */
- .empty {
- margin-top: 200rpx;
- text-align: cneter;
- }
- .empty-icon {
- display: block;
- width: 80rpx;
- height: 80rpx;
- margin: 0 auto;
- margin-bottom: 20rpx;
- }
- .empty-icon > image {
- width: 100%;
- height: 100%;
- }
- .empty-text {
- font-size: 28rpx;
- text-align: center;
- color: #999;
- line-height: 2em;
- }
|