@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page, .content { background: #f8f8f8; height: 100%; } .swiper-box { height: calc(100% - 40px); } .list-scroll-content { height: 100%; } .navbar { display: -webkit-box; display: -webkit-flex; display: flex; height: 40px; padding: 0 5px; background: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06); position: relative; z-index: 10; } .navbar .nav-item { width: 250rpx; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; height: 100%; font-size: 15px; color: #303133; position: relative; } .navbar .nav-item.current { color: #FF0000; } .navbar .nav-item.current:after { content: ''; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 44px; height: 0; border-bottom: 2px solid #FF0000; } .uni-swiper-item { height: auto; } .order-item { background-color: #fff; padding: 0 20rpx; margin-bottom: 15rpx; margin-top: 15rpx; } .order-item .item-top { -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; height: 79rpx; border-bottom: 1px solid #E1E1E5; line-height: 79rpx; font-size: 26rpx; font-family: PingFang SC; font-weight: bold; color: #333333; } .order-item .item-main { height: 210rpx; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .order-item .item-main image { width: 220rpx; height: 170rpx; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 10rpx; margin: 18rpx; } .order-item .item-main .item-info { width: 471rpx; height: 170rpx; position: relative; } .order-item .item-main .item-info .info-title { font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #323232; line-height: 1; } .order-item .item-main .item-info .info-content { padding-top: 14rpx; font-size: 22rpx; font-family: PingFang SC; font-weight: 500; color: #666666; line-height: 1.5; } .order-item .item-main .item-info .info-time { font-size: 22rpx; font-family: PingFang SC; font-weight: 500; color: #999999; position: absolute; right: 0; bottom: 0; } .order-item .item-bottom { height: 96rpx; border-top: 1px solid #E1E1E5; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .order-item .item-bottom view { width: 144rpx; height: 55rpx; line-height: 55rpx; text-align: center; border-radius: 28rpx; font-size: 24rpx; font-family: PingFang SC; font-weight: 500; } .order-item .item-bottom .yxs { border: 2px solid #FA7E67; color: #FA7E67; line-height: 50rpx; } .order-item .item-bottom .zs { background: #FA7E67; color: #fff; margin-left: 15rpx; } .mask { z-index: 10; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; } .mask .pop { z-index: 12; width: 560rpx; height: 379rpx; background: white; border-radius: 30px; } .mask .pop .pop-box { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; text-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin-top: -72rpx !important; } .mask .pop .pop-box .pop-img { width: 177rpx; height: 186rpx; margin-bottom: 34rpx; } .mask .pop .pop-box .pop-title { height: 34rpx; font-size: 36rpx; font-weight: 500; color: #333333; margin-bottom: 32rpx; } .mask .pop .pop-box .number { width: 454rpx; height: 78rpx; background: #eaeaea; background: #eaeaea; } .mask .pop .close-box { margin-top: 130rpx; text-align: center; } .mask .pop .close-box .close { width: 83rpx; height: 83rpx; } /* load-more */ .uni-load-more { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; height: 80rpx; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .uni-load-more__text { font-size: 28rpx; color: #999; } .uni-load-more__img { height: 24px; width: 24px; margin-right: 10px; } .uni-load-more__img > view { position: absolute; } .uni-load-more__img > view view { width: 6px; height: 2px; border-top-left-radius: 1px; border-bottom-left-radius: 1px; background: #999; position: absolute; opacity: 0.2; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-animation: load 1.56s ease infinite; animation: load 1.56s ease infinite; } .uni-load-more__img > view view:nth-child(1) { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 2px; left: 9px; } .uni-load-more__img > view view:nth-child(2) { -webkit-transform: rotate(180deg); transform: rotate(180deg); top: 11px; right: 0; } .uni-load-more__img > view view:nth-child(3) { -webkit-transform: rotate(270deg); transform: rotate(270deg); bottom: 2px; left: 9px; } .uni-load-more__img > view view:nth-child(4) { top: 11px; left: 0; } .load1, .load2, .load3 { height: 24px; width: 24px; } .load2 { -webkit-transform: rotate(30deg); transform: rotate(30deg); } .load3 { -webkit-transform: rotate(60deg); transform: rotate(60deg); } .load1 view:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; } .load2 view:nth-child(1) { -webkit-animation-delay: 0.13s; animation-delay: 0.13s; } .load3 view:nth-child(1) { -webkit-animation-delay: 0.26s; animation-delay: 0.26s; } .load1 view:nth-child(2) { -webkit-animation-delay: 0.39s; animation-delay: 0.39s; } .load2 view:nth-child(2) { -webkit-animation-delay: 0.52s; animation-delay: 0.52s; } .load3 view:nth-child(2) { -webkit-animation-delay: 0.65s; animation-delay: 0.65s; } .load1 view:nth-child(3) { -webkit-animation-delay: 0.78s; animation-delay: 0.78s; } .load2 view:nth-child(3) { -webkit-animation-delay: 0.91s; animation-delay: 0.91s; } .load3 view:nth-child(3) { -webkit-animation-delay: 1.04s; animation-delay: 1.04s; } .load1 view:nth-child(4) { -webkit-animation-delay: 1.17s; animation-delay: 1.17s; } .load2 view:nth-child(4) { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; } .load3 view:nth-child(4) { -webkit-animation-delay: 1.43s; animation-delay: 1.43s; } @-webkit-keyframes load { 0% { opacity: 1; } 100% { opacity: 0.2; } } .class-box { background: #FFFFFF; white-space: nowrap; height: 78rpx; } .class-box .item { text-align: center; display: inline-block; color: #606266; margin: 26rpx 34rpx 15rpx 29rpx; background-color: #fff; line-height: 1; } .class-box .item .time { font-family: PingFang SC; font-weight: bold; font-size: 30rpx; padding-bottom: 19rpx; } .class-box .item .time.action { color: #FF0000; border-bottom: 4rpx solid #ff0000; }