@charset "UTF-8"; .content,page { background: #f8f8f8; height: 100%; } .swiper-box { height: calc(100% - 40px); } .list-scroll-content { height: 100%; } .navbar { height: 40px; padding: 0 5px; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.06); z-index: 10; } .navbar,.navbar .nav-item { display: flex; position: relative; } .navbar .nav-item { -webkit-box-flex: 1; flex: 1; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; height: 100%; font-size: 15px; color: #303133; } .navbar .nav-item.current { color: #5dbc7c; } .navbar .nav-item.current:after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 44px; height: 0; border-bottom: 2px solid #5dbc7c; } .uni-swiper-item { height: auto; } .order-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; padding-left: 30rpx; background: #fff; margin-top: 16rpx; } .order-item,.order-item .i-top { display: flex; } .order-item .i-top { -webkit-box-align: center; align-items: center; height: 80rpx; padding-right: 30rpx; font-size: 28rpx; color: #303133; position: relative; } .order-item .i-top .time { -webkit-box-flex: 1; flex: 1; } .order-item .i-top .state { color: #5dbc7c; } .order-item .i-top .del-btn { padding: 10rpx 0 10rpx 36rpx; font-size: 32rpx; color: #909399; position: relative; } .order-item .i-top .del-btn:after { content: ""; width: 0; height: 30rpx; border-left: 1px solid #dcdfe6; position: absolute; left: 20rpx; top: 50%; transform: translateY(-50%); } .order-item .goods-box { height: 160rpx; padding: 20rpx 0; white-space: nowrap; } .order-item .goods-box .goods-item { width: 120rpx; height: 120rpx; display: inline-block; margin-right: 24rpx; } .order-item .goods-box .goods-img { display: block; width: 100%; height: 100%; } .order-item .goods-box-single { display: flex; padding: 20rpx 0; } .order-item .goods-box-single .goods-img { display: block; width: 120rpx; height: 120rpx; } .order-item .goods-box-single .right { -webkit-box-flex: 1; flex: 1; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; padding: 0 30rpx 0 24rpx; overflow: hidden; } .order-item .goods-box-single .right .title { font-size: 30rpx; color: #303133; line-height: 1; } .order-item .goods-box-single .right .attr-box { font-size: 26rpx; color: #909399; padding: 10rpx 12rpx; } .order-item .goods-box-single .right .price { font-size: 30rpx; color: #303133; } .order-item .goods-box-single .right .price:before { content: "¥"; font-size: 24rpx; margin: 0 2rpx 0 8rpx; } .order-item .price-box { display: flex; -webkit-box-pack: end; justify-content: flex-end; -webkit-box-align: baseline; align-items: baseline; padding: 20rpx 30rpx; font-size: 26rpx; color: #909399; } .order-item .price-box .num { margin: 0 8rpx; color: #303133; } .order-item .price-box .price { font-size: 32rpx; color: #303133; } .order-item .price-box .price:before { content: "¥"; font-size: 24rpx; margin: 0 2rpx 0 8rpx; } .order-item .action-box { display: flex; -webkit-box-pack: end; justify-content: flex-end; -webkit-box-align: center; align-items: center; height: 100rpx; position: relative; padding-right: 30rpx; } .order-item .action-btn { width: 160rpx; height: 60rpx; margin: 0 0 0 24rpx; padding: 0; text-align: center; line-height: 60rpx; font-size: 26rpx; color: #303133; background: #fff; border-radius: 100px; } .order-item .action-btn:after { border-radius: 100px; } .order-item .action-btn.recom { color: #5dbc7c; } .order-item .action-btn.recom:after { border-color: #5dbc7c; } .order-item .action-btn.evaluate { color: #fd5b23; } .order-item .action-btn.evaluate:after { border-color: #fd5b23; } .uni-load-more { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; height: 80rpx; -webkit-box-align: center; align-items: center; -webkit-box-pack: 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: .2; transform-origin: 50%; animation: load 1.56s ease infinite; } .uni-load-more__img>view view:nth-child(1) { transform: rotate(90deg); top: 2px; left: 9px; } .uni-load-more__img>view view:nth-child(2) { transform: rotate(180deg); top: 11px; right: 0; } .uni-load-more__img>view view:nth-child(3) { 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 { transform: rotate(30deg); } .load3 { transform: rotate(60deg); } .load1 view:nth-child(1) { animation-delay: 0s; } .load2 view:nth-child(1) { animation-delay: .13s; } .load3 view:nth-child(1) { animation-delay: .26s; } .load1 view:nth-child(2) { animation-delay: .39s; } .load2 view:nth-child(2) { animation-delay: .52s; } .load3 view:nth-child(2) { animation-delay: .65s; } .load1 view:nth-child(3) { animation-delay: .78s; } .load2 view:nth-child(3) { animation-delay: .91s; } .load3 view:nth-child(3) { animation-delay: 1.04s; } .load1 view:nth-child(4) { animation-delay: 1.17s; } .load2 view:nth-child(4) { animation-delay: 1.3s; } .load3 view:nth-child(4) { animation-delay: 1.43s; } @-webkit-keyframes load { 0% { opacity: 1; } 100% { opacity: .2; } }