OrderDetail.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. page{
  2. background-color: #F2F3F7;
  3. }
  4. .mapcontent{
  5. position: fixed;
  6. left: 0;
  7. right: 0;
  8. top: 120rpx;
  9. z-index: 999;
  10. }
  11. .contentV{
  12. width:94%;
  13. margin-left: 3%;
  14. }
  15. .viewinrow{
  16. display: flex;
  17. flex-direction: row;
  18. align-items: center;
  19. }
  20. .topActV{
  21. width: 100%;
  22. height: 280rpx;
  23. background-color: white;
  24. }
  25. .topActVB{
  26. width: 100%;
  27. height: 260rpx;
  28. background-color: white;
  29. }
  30. .notext{
  31. padding-top: 10rpx;
  32. padding-left: 20rpx;
  33. font-size: 40rpx;
  34. color: #000;
  35. font-weight:bold;
  36. }
  37. .nodetail{
  38. height: 48rpx;
  39. margin-left: 10rpx;
  40. margin-right: 10rpx;
  41. margin-top: 10rpx;
  42. padding-left: 2rpx;
  43. flex-direction: row;
  44. align-items: center;
  45. justify-content: flex-start;
  46. background-color: #F1F1F1;
  47. font-size: 30rpx;
  48. }
  49. .xingimage{
  50. width: 36rpx;
  51. height: 36rpx;
  52. }
  53. .actBTV{
  54. width: 100%;
  55. display: flex;
  56. flex-direction: row;
  57. justify-content:space-between;
  58. align-items: center;
  59. }
  60. .actbt{
  61. width: 32%;
  62. height: 100rpx;
  63. margin-top: 10rpx;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. .ddbticon{
  68. margin-top: 16rpx;
  69. width: 100%;
  70. height: 80rpx;
  71. display: flex;
  72. align-items: center;
  73. justify-content: center;
  74. }
  75. .ddtext{
  76. margin-top: 14rpx;
  77. text-align: center;
  78. font-size: 26rpx;
  79. color: black;
  80. }
  81. .bticon{
  82. width: 60rpx;
  83. height: 60rpx;
  84. }
  85. .spnodetail{
  86. height: 140rpx;
  87. display: flex;
  88. flex-direction: row;
  89. align-items: center;
  90. background-color: white;
  91. }
  92. .spIcon{
  93. margin: 20rpx;
  94. width: 90rpx;
  95. height: 90rpx;
  96. }
  97. .xiaoji{
  98. margin-left: auto;
  99. margin-right: 30rpx;
  100. }
  101. .kouweisku{
  102. padding-left: 10rpx;
  103. color: chocolate;
  104. font-size: 26rpx;
  105. }
  106. .linesp{
  107. width: 100%;
  108. height: 8rpx;
  109. background-color: aliceblue;
  110. }
  111. .buyGoodsv{
  112. width: 100%;
  113. text-align: left;
  114. height: 60rpx;
  115. line-height: 60rpx;
  116. padding-left: 10rpx;
  117. flex-direction: row;
  118. align-items: center;
  119. justify-content: center;
  120. }
  121. .stattypeD{
  122. color: black;
  123. font-weight: bold;
  124. font-size: 26rpx;
  125. margin-left: 10rpx;
  126. }
  127. .stattypeA{
  128. color: darkgray;
  129. font-size: 26rpx;
  130. margin-left: 10rpx;
  131. }
  132. .stattype{
  133. font-size: 26rpx;
  134. margin-left: auto;
  135. margin-right: 40rpx;
  136. }
  137. .adrrsV{
  138. }
  139. .ordermsV{
  140. }