settlement.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. /* pages/settlement/settlement.wxss */
  2. .add_icon {
  3. width: 40rpx;
  4. height: 40rpx;
  5. }
  6. .address-container {
  7. display: flex;
  8. justify-content: space-around;
  9. align-items: center;
  10. }
  11. .gray {
  12. font-size: 30rpx;
  13. color: #666;
  14. }
  15. .desc {
  16. height: 12rpx;
  17. width: 100%;
  18. background: #eee;
  19. margin: 20rpx 0;
  20. }
  21. .food-img {
  22. margin: 20rpx 20rpx;
  23. width: 200rpx;
  24. height: 125rpx;
  25. }
  26. .shop-name {
  27. font-size: 30rpx;
  28. font-style: normal;
  29. margin: 20rpx 20rpx;
  30. }
  31. .line {
  32. margin: 0 20rpx;
  33. height: 4rpx;
  34. background-color: #eee;
  35. }
  36. .msg {
  37. height: 100%;
  38. display: inline-block;
  39. display: flex;
  40. flex-direction: column;
  41. justify-content: space-between;
  42. margin: 20rpx 4rpx;
  43. }
  44. .num {
  45. margin-top: 46rpx;
  46. font-size: 28rpx;
  47. color:#666;
  48. }
  49. .name {
  50. font-size: 30rpx;
  51. }
  52. .integral {
  53. display: inline-block;
  54. margin: 20rpx 20rpx 0 0;
  55. display: flex;
  56. flex-direction: column;
  57. align-items: flex-end;
  58. position: absolute;
  59. right:0;
  60. }
  61. .food-msg {
  62. display: flex;
  63. align-items: flex-start;
  64. position: relative;
  65. }
  66. .pri-in{
  67. color:red;
  68. font-size: 30rpx;
  69. }
  70. .pri{
  71. font-size: 28rpx;
  72. color:#666;
  73. }
  74. .package{
  75. font-size: 28rpx;
  76. color:#666;
  77. display: inline-block;
  78. }
  79. .package-pri{
  80. display: inline-block;
  81. font-size: 28rpx;
  82. color:red;
  83. }
  84. .package-container{
  85. margin: 20rpx 20rpx;
  86. display: flex;
  87. justify-content: space-between;
  88. }
  89. .favo-container{
  90. display: flex;
  91. flex-direction: column;
  92. align-items: flex-end;
  93. margin: 20rpx ;
  94. }
  95. .notes{
  96. display: inline-block;
  97. font-size: 28rpx;
  98. margin: 20rpx;
  99. }
  100. textarea{
  101. background-color: #eee;
  102. border-radius: 5px;
  103. margin: 20rpx;
  104. padding: 10rpx;
  105. box-sizing: border-box;
  106. width: 80%;
  107. height:200rpx;
  108. color: #666;
  109. font-size: 28rpx;
  110. display: inline-block;
  111. position: relative;
  112. }
  113. .notes-container{
  114. display: flex;
  115. justify-content: center;
  116. position: relative;
  117. }
  118. .total{
  119. font-size: 28rpx;
  120. display: inline-block;
  121. margin: 20rpx 20rpx;
  122. }
  123. .btn1{
  124. margin: 20rpx 20rpx;
  125. display: inline-block;
  126. height: 80rpx;
  127. line-height: 80rpx;
  128. text-align: center;
  129. background-color: #ff8e0a;
  130. color: #fff;
  131. border-radius: 30px;
  132. }
  133. .foot{
  134. display: flex;
  135. justify-content: center;
  136. justify-content: space-between
  137. }
  138. .currentWordNumber{
  139. font-size: 28rpx;
  140. color: gray;
  141. position: absolute;
  142. position: absolute;
  143. right:0;
  144. bottom: 0;
  145. margin:15rpx
  146. }
  147. .hint{
  148. font-size: 28rpx;
  149. position: absolute;
  150. top: 130rpx;
  151. left: 320rpx;
  152. color: #FF6600;
  153. }