personorder.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .container .tab-content {
  2. height: 95rpx;
  3. line-height: 95rpx;
  4. }
  5. .container .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content {
  6. height: 95rpx;
  7. line-height: 94rpx;
  8. white-space: nowrap;
  9. display: flex;
  10. justify-content: space-around;
  11. border-bottom: 1rpx solid #ECECEC;
  12. }
  13. .container .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item {
  14. width: 100rpx;
  15. }
  16. .container .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item .weui-tabs-bar__title {
  17. width: 100rpx;
  18. text-align: center;
  19. border-bottom-width: 6rpx;
  20. }
  21. .container .orders {
  22. margin-top: 20rpx;
  23. }
  24. .container .orders .orderinfo {
  25. margin: 0 20rpx 20rpx;
  26. }
  27. .container .orders .orderinfo .order-item {
  28. display: flex;
  29. justify-content: flex-start;
  30. position: relative;
  31. border-bottom: 1px solid #ebeef5;
  32. }
  33. .container .orders .orderinfo .order-item .order-img {
  34. width: 210rpx;
  35. height: 200rpx;
  36. margin: 15rpx 15rpx;
  37. }
  38. .container .orders .orderinfo .order-item .order-img image {
  39. width: 210rpx;
  40. height: 200rpx;
  41. }
  42. .container .orders .orderinfo .order-item .order-desc {
  43. flex: 1;
  44. margin: 15rpx 15rpx;
  45. }
  46. .container .orders .orderinfo .order-item .order-desc .order-id {
  47. height: 40rpx;
  48. line-height: 40rpx;
  49. text-align: right;
  50. }
  51. .container .orders .orderinfo .order-item .order-desc .order-title {
  52. height: 40rpx;
  53. line-height: 40rpx;
  54. }
  55. .container .orders .orderinfo .order-item .order-desc .order-price {
  56. height: 80rpx;
  57. line-height: 80rpx;
  58. }
  59. .container .orders .orderinfo .order-item .order-desc .order-date {
  60. height: 30rpx;
  61. line-height: 30rpx;
  62. margin-bottom: 10rpx;
  63. position: relative;
  64. padding-left: 40rpx;
  65. }
  66. .container .orders .orderinfo .order-item .order-desc .order-shop-address {
  67. height: 30rpx;
  68. line-height: 30rpx;
  69. display: flex;
  70. justify-content: space-between;
  71. position: relative;
  72. padding-left: 35rpx;
  73. }
  74. .container .orders .orderinfo .operate-btn {
  75. display: flex;
  76. justify-content: flex-end;
  77. }
  78. .container .orders .orderinfo .operate-btn .btn {
  79. width: 150rpx;
  80. height: 60rpx;
  81. line-height: 60rpx;
  82. text-align: center;
  83. margin: 20rpx 25rpx;
  84. border-radius: 10rpx;
  85. }
  86. .container .orders .orderinfo .operate-btn .buy-again {
  87. border: 1rpx solid #c7c7c7;
  88. }
  89. .container .orders .orderinfo .operate-btn .comment, .container .orders .orderinfo .operate-btn .pay {
  90. background-color: #DF3361;
  91. color: #fff;
  92. }
  93. .icon {
  94. position: absolute;
  95. top: -2rpx;
  96. left: 0;
  97. }