index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .my-order .header {
  2. height: 260rpx;
  3. padding: 0 30rpx;
  4. }
  5. .my-order .header .picTxt {
  6. height: 190rpx;
  7. }
  8. .my-order .header .picTxt .text {
  9. color: rgba(255, 255, 255, 0.8);
  10. font-size: 26rpx;
  11. font-family: 'Guildford Pro';
  12. }
  13. .my-order .header .picTxt .text .name {
  14. font-size: 34rpx;
  15. font-weight: bold;
  16. color: #fff;
  17. margin-bottom: 20rpx;
  18. }
  19. .my-order .header .picTxt .pictrue {
  20. width: 122rpx;
  21. height: 109rpx;
  22. }
  23. .my-order .header .picTxt .pictrue image {
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .my-order .nav {
  28. background-color: #fff;
  29. width: 690rpx;
  30. height: 140rpx;
  31. border-radius: 6rpx;
  32. margin: -73rpx auto 0 auto;
  33. }
  34. .my-order .nav .item {
  35. text-align: center;
  36. font-size: 26rpx;
  37. color: #282828;
  38. padding: 29rpx 0;
  39. }
  40. .my-order .nav .item.on {
  41. font-weight: bold;
  42. border-bottom: 5rpx solid #e93323;
  43. }
  44. .my-order .nav .item .num {
  45. margin-top: 18rpx;
  46. }
  47. .my-order .list {
  48. width: 690rpx;
  49. margin: 14rpx auto 0 auto;
  50. }
  51. .my-order .list .item {
  52. background-color: #fff;
  53. border-radius: 6rpx;
  54. margin-bottom: 14rpx;
  55. }
  56. .my-order .list .item .title {
  57. height: 84rpx;
  58. padding: 0 30rpx;
  59. border-bottom: 1rpx solid #eee;
  60. font-size: 28rpx;
  61. color: #282828;
  62. }
  63. .my-order .list .item .title .sign {
  64. font-size: 24rpx;
  65. padding: 0 7rpx;
  66. height: 36rpx;
  67. margin-right: 15rpx;
  68. }
  69. .my-order .list .item .item-info {
  70. padding: 0 30rpx;
  71. margin-top: 22rpx;
  72. }
  73. .my-order .list .item .item-info .pictrue {
  74. width: 120rpx;
  75. height: 120rpx;
  76. }
  77. .my-order .list .item .item-info .pictrue image {
  78. width: 100%;
  79. height: 100%;
  80. border-radius: 6rpx;
  81. }
  82. .my-order .list .item .item-info .text {
  83. width: 486rpx;
  84. font-size: 28rpx;
  85. color: #999;
  86. margin-top: 6rpx;
  87. }
  88. .my-order .list .item .item-info .text .name {
  89. width: 306rpx;
  90. color: #282828;
  91. }
  92. .my-order .list .item .item-info .text .money {
  93. text-align: right;
  94. }
  95. .my-order .list .item .totalPrice {
  96. font-size: 26rpx;
  97. color: #282828;
  98. text-align: right;
  99. margin: 27rpx 0 0 30rpx;
  100. padding: 0 30rpx 30rpx 0;
  101. border-bottom: 1rpx solid #eee;
  102. }
  103. .my-order .list .item .totalPrice .money {
  104. font-size: 28rpx;
  105. font-weight: bold;
  106. }
  107. .my-order .list .item .bottom {
  108. height: 107rpx;
  109. padding: 0 30rpx;
  110. }
  111. .my-order .list .item .bottom .bnt {
  112. width: 176rpx;
  113. height: 60rpx;
  114. text-align: center;
  115. line-height: 60rpx;
  116. color: #fff;
  117. border-radius: 50rpx;
  118. font-size: 27rpx;
  119. }
  120. .my-order .list .item .bottom .bnt.cancelBnt {
  121. border: 1rpx solid #ddd;
  122. color: #aaa;
  123. }
  124. .my-order .list .item .bottom .bnt~.bnt {
  125. margin-left: 17rpx;
  126. }
  127. .noCart {
  128. margin-top: 171rpx;
  129. padding-top: 0.1rpx;
  130. }
  131. .noCart .pictrue {
  132. width: 414rpx;
  133. height: 336rpx;
  134. margin: 78rpx auto 56rpx auto;
  135. }
  136. .noCart .pictrue image {
  137. width: 100%;
  138. height: 100%;
  139. }