detail refund.wxss 2.7 KB

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