personorder.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .container .tab-content {
  2. /* height: 95rpx;
  3. line-height: 95rpx; */
  4. height: 100%;
  5. /* overflow-y: auto; */
  6. }
  7. .container{
  8. height: 100%;
  9. width: 100%;
  10. }
  11. .container .weui-tabs .weui-tabs-bar__wrp {
  12. position: relative;
  13. }
  14. .container .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content {
  15. height: 95rpx;
  16. line-height: 92rpx;
  17. white-space: nowrap;
  18. display: flex;
  19. justify-content: space-around;
  20. }
  21. .container .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item {
  22. width: 100rpx;
  23. }
  24. .container .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item .weui-tabs-bar__title {
  25. width: 100rpx;
  26. text-align: center;
  27. border-bottom-width: 6rpx;
  28. }
  29. .container .weui-tabs .weui-tabs-bar__wrp::before {
  30. content: "";
  31. position: absolute;
  32. width: 100%;
  33. height: 1rpx;
  34. background-color: #ECECEC;
  35. bottom: -2rpx;
  36. left: 0;
  37. }
  38. .container .orders {
  39. margin-top: 20rpx;
  40. }
  41. .container .orders .orderinfo {
  42. margin: 0 20rpx 20rpx;
  43. }
  44. .container .orders .orderinfo .order-item {
  45. display: flex;
  46. justify-content: flex-start;
  47. position: relative;
  48. border-bottom: 1px solid #ebeef5;
  49. }
  50. .container .orders .orderinfo .order-item .pay-text {
  51. position: absolute;
  52. top: 2rpx;
  53. left: 20rpx;
  54. color: #BA9D6E;
  55. font-size: 14px;
  56. }
  57. .container .orders .orderinfo .order-item .order-img {
  58. width: 210rpx;
  59. height: 200rpx;
  60. margin: 55rpx 20rpx 0 20rpx;
  61. }
  62. .container .orders .orderinfo .order-item .order-img image {
  63. width: 210rpx;
  64. height: 200rpx;
  65. }
  66. .container .orders .orderinfo .order-item .order-desc {
  67. flex: 1;
  68. margin: 15rpx 15rpx;
  69. }
  70. .container .orders .orderinfo .order-item .order-desc .order-id {
  71. height: 40rpx;
  72. line-height: 40rpx;
  73. text-align: right;
  74. }
  75. .container .orders .orderinfo .order-item .order-desc .order-title {
  76. height: 40rpx;
  77. line-height: 40rpx;
  78. }
  79. .container .orders .orderinfo .order-item .order-desc .order-price {
  80. height: 100rpx;
  81. line-height: 100rpx;
  82. }
  83. .container .orders .orderinfo .order-item .order-desc .order-date {
  84. height: 34rpx;
  85. line-height: 30rpx;
  86. margin-bottom: 10rpx;
  87. position: relative;
  88. padding-left: 40rpx;
  89. }
  90. .container .orders .orderinfo .order-item .order-desc .order-shop-address {
  91. height: 30rpx;
  92. line-height: 30rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. position: relative;
  96. padding-left: 35rpx;
  97. }
  98. .container .orders .orderinfo .operate-btn {
  99. display: flex;
  100. justify-content: flex-end;
  101. }
  102. .container .orders .orderinfo .operate-btn .btn {
  103. width: 150rpx;
  104. height: 60rpx;
  105. line-height: 60rpx;
  106. text-align: center;
  107. margin: 20rpx 25rpx;
  108. border-radius: 10rpx;
  109. }
  110. .container .orders .orderinfo .operate-btn .buy-again {
  111. border: 1rpx solid #c7c7c7;
  112. }
  113. .container .orders .orderinfo .operate-btn .comment,
  114. .container .orders .orderinfo .operate-btn .pay {
  115. background-color: #BA9D6E;
  116. color: #fff;
  117. }
  118. .icon {
  119. position: absolute;
  120. top: -3rpx;
  121. left: 0;
  122. }
  123. .tab-item {
  124. position: fixed;
  125. background-color: #FFF;
  126. }
  127. .tabs {
  128. height: 100%;
  129. position: fixed;
  130. width: 100%;
  131. }