.tabBarLineHeight { height: 138rpx; } .tabBarView { position: fixed; bottom: 0; } .showDataLoading { margin-top: 40rpx; } .h-content-wrap { padding-top: 60rpx; background: linear-gradient(to bottom, #fef1b9, #fff); height: 80rpx; } .serial-number { padding: 48rpx; width: 600rpx; text-align: center; font-size: 28rpx; font-family: PingFangSC-Semibold, PingFang SC; line-height: 60rpx; background: white; border-radius: 15rpx; } .number { line-height: 70rpx; font-size: 35rpx; color: #578D31; font-weight: bold; } .text { font-size: 26rpx; color: #FFC000; line-height: 80rpx; } .text1 { line-height: 80rpx; font-size: 26rpx; color: red; } /* 菜单 */ .tab-bar { display: flex; height: 80rpx; margin-left: 24rpx; background: #fff; width: 340rpx; border-radius: 40rpx; } .tab-item { // flex: 1; width: 50%; display: flex; align-items: center; justify-content: center; font-size: 28rpx; color: #333; border-radius: 50rpx; } .tab-item.active { color: #333333; // background: linear-gradient(to right, #ff6c7b, #ff9db8); background: #FFE05C; border-radius: 50rpx; } /* 服务订单的菜单 */ .service-order-tab-bar { display: flex; justify-content: space-around; height: 100rpx; margin-top: 24rpx; } .service-order-tab-item { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 28rpx; color: #333; line-height: 52rpx; } .service-order-tab-item.active { color: #ff0000; } .underline { border-bottom: 4rpx solid #ff0000; } /* 服务订单内容*/ .service-order { margin-top: 24rpx; /* 门店列表 */ } .store-wrap { background: #fff; // border-radius: 24rpx; margin-top: 14rpx; padding-left: 24rpx; padding-right: 24rpx; padding-bottom: 24rpx; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; // border: 2rpx dashed rgb(103, 100, 100) ; } .grayscale { filter: grayscale(100%); } .order-state { display: flex; font-size: 24rpx; align-items: center; } .order-num { // width: 70%; // display: flex; // align-items: center; // height: 40rpx; } .h-order-num { margin-right: 6rpx; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; color: #666666; } .h-order-num image { width: 32rpx; height: 32rpx; transform: translateY(8rpx); } .h-order-text { font-size: 28rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: bold; color: #333333; line-height: 40rpx; margin-top: 16rpx; } .order-state-name { margin-top: 10rpx; width: 30%; text-align: right; padding-right: 24rpx; font-size: 28rpx; } .h-text1 { color: #FFAF36; } .h-text2 { color: #93D21A; } .h-text3 { color: #999999; } .store-list { margin-top: 24rpx; margin-bottom: 12rpx; display: flex; justify-content: space-between; } .store-content { display: flex; justify-content: space-between; } .store-img { width: 152rpx; } .store-img image { height: 152rpx; border-radius: 6rpx; } .content { width: 100%; padding-left: 16rpx; /*padding-top: 4rpx;*/ padding-right: 24rpx; } .title { height: 44rpx; font-size: 28rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: bold; color: #111111; line-height: 44rpx; margin-left: 8rpx; } .price { font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; line-height: 36rpx; } .desc { display: flex; // padding: 6rpx; } .time { font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #ED569F; background: rgba(237, 86, 159, 0.1); padding: 6rpx 16rpx; border-radius: 0rpx 0rpx 12rpx 12rpx; } .service-type { font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; color: black; background: #fff9de; padding: 6rpx 16rpx; margin-left: 16rpx; border-radius: 0rpx 0rpx 12rpx 12rpx; } .service-mode { font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; color: #9ed733; background: #e9f6d1; padding: 6rpx 16rpx; margin-left: 16rpx; border-radius: 0rpx 0rpx 12rpx 12rpx; } .detail { font-size: 24rpx; padding-top: 12rpx; padding-bottom: 12rpx; background-image: url('/static/order/ud4.png'); background-size: cover; } .d-item-row { display: flex; height: 44rpx; align-items: center; } .item-icon { display: flex; align-items: center; padding-right: 8rpx; } .item-icon image { height: 36rpx; width: 36rpx; } .item-text { color: #666666; } .item-v { font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #333333; } .detail11 { font-size: 24rpx; padding-top: 12rpx; padding-bottom: 12rpx; } .d-item-row { display: flex; height: 44rpx; align-items: center; } .item-icon { display: flex; align-items: center; padding-right: 8rpx; } .item-icon image { height: 36rpx; width: 36rpx; } .item-text { color: #666666; } .item-v { font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #333333; } .flexLR { width: 100%; display: flex; justify-content: space-between; } .nav-bar { display: flex; text-align: right; justify-content: flex-end; } .btn { height: 60rpx; line-height: 60rpx; background: #FFE05C; margin-top: 20rpx; text-align: center; color: #fff; margin-right: 16rpx; border-radius: 30rpx; color: #333; padding-right: 24rpx; padding-left: 24rpx; font-size: 26rpx; display: flex; } .text1 { padding-left: 2rpx; font-size: 24rpx; color: #666; } .look-num-btn { height: 60rpx; line-height: 60rpx; background: #999; margin-top: 20rpx; width: 160rpx; text-align: center; color: #fff; margin-right: 16rpx; border-radius: 8rpx; } .fontColor { font-size: 28rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: bold; color: #ED569F; line-height: 44rpx; } /* 产品订单 */ .product-order { margin-top: 24rpx; } .developing { text-align: center; color: #666; } .planNumber { font-size: 40rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #333333; line-height: 68rpx; padding-right: 62rpx; } .planNumber1{ font-size: 26rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #ED569F; line-height: 28rpx; padding-right: 62rpx; } .tabs{ background: #FFFFFF; }