| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413 |
- .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: 26rpx;
- 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;
- }
|