appointment.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .container {
  2. background-color: #F7F7F7;
  3. max-height: 699px;
  4. .product-title,
  5. .shop-name {
  6. width: 100%;
  7. height: 90rpx;
  8. background-color: #fff;
  9. padding: 10rpx 20rpx;
  10. margin-bottom: 10rpx;
  11. line-height: 90rpx;
  12. }
  13. .people-num{
  14. display: flex;
  15. justify-content: space-between;
  16. height: 90rpx;
  17. background-color: #fff;
  18. line-height: 90rpx;
  19. align-items: center;
  20. margin-bottom: 10rpx;
  21. padding-left: 20rpx;
  22. .num-box{
  23. width:250rpx ;
  24. display: flex;
  25. justify-content: space-around;
  26. >view{
  27. width: 40rpx;
  28. height: 40rpx;
  29. margin: 5rpx 0;
  30. background-color: #fff;
  31. >image{
  32. width: 30rpx;
  33. height: 30rpx;
  34. margin-left: 10rpx;
  35. }
  36. }
  37. .num-text{
  38. width: 50rpx;
  39. height: 90rpx;
  40. line-height: 90rpx;
  41. text-align: center;
  42. }
  43. }
  44. }
  45. .order-time{
  46. background-color: #fff;
  47. margin-bottom: 20rpx;
  48. display: flex;
  49. justify-content: flex-start;
  50. position: relative;
  51. .weui-tabs {
  52. width: 100%;
  53. height: 800rpx;
  54. .weui-tabs-bar__wrp {
  55. .weui-tabs-bar__content {
  56. height: 95rpx;
  57. line-height: 94rpx;
  58. white-space: nowrap;
  59. display: flex;
  60. justify-content: space-around;
  61. border-bottom: 1rpx solid #ECECEC;
  62. .weui-tabs-bar__item {
  63. width: 14.2857%;
  64. .weui-tabs-bar__title {
  65. width: 100rpx;
  66. text-align: center;
  67. border-bottom-width: 6rpx;
  68. font-size: 13px;
  69. }
  70. }
  71. }
  72. }
  73. .weui-tabs-swiper{
  74. height: 800rpx;
  75. }
  76. }
  77. .tab-content{
  78. .orders{
  79. display: flex;
  80. flex-wrap: wrap;
  81. background-color: #fff;
  82. margin: 10rpx 15rpx 0;
  83. .time-info{
  84. width: 20%;
  85. height: 110rpx;
  86. line-height: 50rpx;
  87. background-color: #E6E6E6;
  88. margin: 10rpx 0;
  89. text-align: center;
  90. }
  91. .select-time{
  92. background-color: #DF3361;
  93. color:#fff
  94. }
  95. .out-time{
  96. color:#acacac;
  97. }
  98. }
  99. }
  100. }
  101. .appointment {
  102. width: 90%;
  103. height: 100rpx;
  104. margin: 10rpx auto;
  105. background-color: #DF3361;
  106. color: #fff;
  107. .btn {
  108. font-size: 17px;
  109. line-height: 100rpx;
  110. text-align: center;
  111. letter-spacing: 2rpx;
  112. }
  113. }
  114. .appointment-hover {
  115. background-color: #fff;
  116. border: 2rpx solid #DF3361;
  117. color: rgb(54, 54, 54);
  118. }
  119. }