detail arrived.wxss 2.7 KB

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