detail order.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /* pages/detail order/detail order.wxss */
  2. /* pages/detail/detail.wxss */
  3. /* 地址 */
  4. .youno{
  5. text-align: center;
  6. }
  7. .address {
  8. width: 700rpx;
  9. border-radius: 5px;
  10. background-color: #f3f1f1;
  11. display: block;
  12. margin-left: 13px;
  13. }
  14. .address01 {
  15. font-weight: 600;
  16. font-size: 20px;
  17. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  18. display: block;
  19. margin-left: 10px;
  20. margin-bottom: 10px;
  21. }
  22. .address02 {
  23. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  24. display: block;
  25. margin-top: -10px;
  26. margin-left: 10px;
  27. }
  28. /* —————————————————————————————————————— */
  29. .container01 {
  30. margin: auto;
  31. border-radius: 5px;
  32. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  33. font-size: 12px;
  34. color: rgb(133, 133, 133);
  35. /* width: 280px; */
  36. width: 700rpx;
  37. height: 70px;
  38. background: #f3f1f1;
  39. display: flex;
  40. flex-direction: column;
  41. /* word-break:break-all */
  42. }
  43. .container02 {
  44. margin: 10px auto;
  45. border-radius: 5px;
  46. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  47. font-size: 12px;
  48. color: rgb(133, 133, 133);
  49. /* width: 280px; */
  50. width: 700rpx;
  51. height: 150px;
  52. background: #f3f1f1;
  53. display: flex;
  54. flex-direction: column;
  55. /* align-content:space-between ; */
  56. }
  57. .text01 {
  58. display: flex;
  59. justify-content: space-between;
  60. border-bottom: 1px solid #d1d0d0;
  61. line-height: 35px;
  62. margin-left: 15px;
  63. width: 90%;
  64. height: 35px;
  65. }
  66. .text02 {
  67. line-height: 35px;
  68. margin-left: 15px;
  69. width: 90%;
  70. height: 35px;
  71. display: flex;
  72. justify-content: space-between;
  73. }
  74. .copper {
  75. color: rgb(228, 52, 87);
  76. }
  77. /* 图片样式 */
  78. .img01 {
  79. margin-right: 10px;
  80. width: 90px;
  81. height: 60px;
  82. border-radius: 10px;
  83. }
  84. /* 图片与文字左右排列 */
  85. .container03 {
  86. padding: 10px 10px 0px 10px;
  87. display: flex;
  88. align-content: space-between;
  89. }
  90. .container04 {
  91. margin: 10px auto;
  92. border-radius: 5px;
  93. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  94. font-size: 12px;
  95. color: rgb(133, 133, 133);
  96. /* width: 280px; */
  97. width: 700rpx;
  98. height: 150px;
  99. background: #f3f1f1;
  100. }
  101. /* 图片旁边文字 */
  102. .child {
  103. flex: 1;
  104. }
  105. .child01 {
  106. display: flex;
  107. justify-content: space-between;
  108. }
  109. /* 老式麻辣烫 */
  110. .ctx01 {
  111. font-weight: 800;
  112. font-size: 13px;
  113. color: black;
  114. }
  115. /* 价钱和积分 */
  116. .ctx02 {
  117. color: rgb(228, 52, 87);
  118. font-size: 13px;
  119. }
  120. /* 划掉价钱 */
  121. .ctx03 {
  122. text-decoration: line-through;
  123. }
  124. /* 按钮 */
  125. .button001{
  126. width: 700rpx;
  127. margin: auto;
  128. display: flex;
  129. justify-content: center;
  130. }
  131. .button001 button{
  132. margin: 10px 24px 0;
  133. width: 120px;
  134. height: 50px;
  135. }