index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /* pages/staff/order/index.wxss */
  2. /**index.wxss**/
  3. .bottom-view {
  4. background-color:#F7F8FA;
  5. min-height: 100vh;
  6. box-sizing: border-box;
  7. }
  8. .order_back {
  9. width:100%;
  10. height:370rpx;
  11. background-color:#F7F8FA;
  12. }
  13. .order_content {
  14. background-color:white;
  15. margin-left:32rpx;
  16. margin-top:20rpx;
  17. width:91.5%;
  18. height:370rpx;
  19. }
  20. .order_car {
  21. display: flex;
  22. flex-direction: row;
  23. align-items: center;
  24. justify-content:space-between;
  25. height:88rpx;
  26. }
  27. .left_title {
  28. margin-left:20rpx;
  29. font-size:24rpx;
  30. color:#B8BCCC;
  31. }
  32. .right_car {
  33. margin-right:20rpx;
  34. font-size:34rpx;
  35. color:#292B33;
  36. }
  37. .area_sep {
  38. margin-left:30rpx;
  39. width:92%;
  40. height:2rpx;
  41. background-color:rgba(207,211,230);
  42. }
  43. .area_sep2 {
  44. margin-left:30rpx;
  45. width:92%;
  46. height:2rpx;
  47. background-color:rgba(207,211,230);
  48. margin-top:20rpx;
  49. }
  50. .order_other {
  51. display: flex;
  52. flex-direction: row;
  53. align-items: center;
  54. justify-content:space-between;
  55. margin-top:20rpx;
  56. }
  57. .right_title {
  58. margin-right:20rpx;
  59. font-size:26rpx;
  60. color:#525666;
  61. }
  62. .order_action {
  63. display: flex;
  64. flex-direction: row;
  65. align-items: center;
  66. justify-content:flex-end;
  67. height:88rpx;
  68. }
  69. .accept_action {
  70. width:120rpx;
  71. height:48rpx;
  72. background-color:#558DE0;
  73. color:white;
  74. font-size:26rpx;
  75. margin-right:20rpx;
  76. text-align:center;
  77. line-height:48rpx;
  78. border-radius:12rpx;
  79. }
  80. .bind_card {
  81. position:fixed;
  82. width:180rpx;
  83. height:176rpx;
  84. bottom:120rpx;
  85. }
  86. .send_card {
  87. position:fixed;
  88. width:180rpx;
  89. height:176rpx;
  90. bottom:276rpx;
  91. }
  92. .creat_order {
  93. position:fixed;
  94. width:180rpx;
  95. height:176rpx;
  96. bottom:432rpx;
  97. }
  98. .add_oil {
  99. position:fixed;
  100. width:180rpx;
  101. height:176rpx;
  102. bottom:588rpx;
  103. }
  104. .change_award {
  105. position:fixed;
  106. width:180rpx;
  107. height:176rpx;
  108. bottom:744rpx;
  109. }
  110. .change_goods {
  111. position:fixed;
  112. width:180rpx;
  113. height:176rpx;
  114. bottom:900rpx;
  115. }