orderInfo.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /* uni.scss */
  10. /* 页面左右间距 */
  11. /* 文字尺寸 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /* 图片加载中颜色 */
  16. /* 行为相关颜色 */
  17. /* 颜色变量 */
  18. /* 项目主色 */
  19. /* 文字基本颜色 */
  20. .red {
  21. color: #f60808;
  22. }
  23. .green {
  24. color: #15ab54;
  25. }
  26. .yellow {
  27. color: #f0ad4e;
  28. }
  29. .blue {
  30. color: #1f96f6;
  31. }
  32. .blank {
  33. color: #000;
  34. }
  35. .white {
  36. color: #fff;
  37. }
  38. .promain {
  39. color: #025b58;
  40. }
  41. .prosecond {
  42. color: #ed742f;
  43. }
  44. .textmain {
  45. color: #333;
  46. }
  47. .textgrey {
  48. color: #999;
  49. }
  50. .fuColor {
  51. color: #c6cadb;
  52. }
  53. .fontssm {
  54. font-size: 22rpx;
  55. }
  56. .fontsm {
  57. font-size: 24rpx;
  58. }
  59. .fontmid {
  60. font-size: 28rpx;
  61. }
  62. .fontbase {
  63. font-size: 30rpx;
  64. }
  65. /* 背景颜色 */
  66. /* 边框颜色 */
  67. /* input 样式 */
  68. .input-placeholder {
  69. color: #999999;
  70. }
  71. .navigator-hover {
  72. background: transparent !important;
  73. opacity: 1;
  74. }
  75. .uni-page-head-transparent .uni-page-head-btn {
  76. background: transparent !important;
  77. }
  78. uni-toast {
  79. z-index: 99999;
  80. }
  81. button {
  82. background: transparent;
  83. }
  84. button::after {
  85. border: 0;
  86. }
  87. page,
  88. .content {
  89. background-color: #f5f5f5;
  90. min-height: 100vh;
  91. }
  92. page .groupInfo,
  93. .content .groupInfo {
  94. padding: 32rpx;
  95. margin-bottom: 20rpx;
  96. background: linear-gradient(270deg, #e04f36 0%, #e02828 100%);
  97. }
  98. page .groupInfo image,
  99. .content .groupInfo image {
  100. width: 108rpx;
  101. height: 108rpx;
  102. margin-right: 32rpx;
  103. }
  104. page .groupInfo .gpLeft,
  105. .content .groupInfo .gpLeft {
  106. flex: 1;
  107. }
  108. page .groupInfo .gpLeft text,
  109. .content .groupInfo .gpLeft text {
  110. color: #fff;
  111. line-height: 42rpx;
  112. font-size: 30rpx;
  113. }
  114. page .groupInfo .gpLeft text:first-of-type,
  115. .content .groupInfo .gpLeft text:first-of-type {
  116. font-size: 36rpx;
  117. line-height: 50rpx;
  118. margin-bottom: 10rpx;
  119. }
  120. page .storeInfo,
  121. .content .storeInfo {
  122. background: linear-gradient(90deg, #1f96f6 0%, #1388e7 100%);
  123. }
  124. page .storeInfo image,
  125. .content .storeInfo image {
  126. padding: 20rpx;
  127. }
  128. .address {
  129. padding: 30rpx;
  130. background-color: #fff;
  131. margin: 1rpx 0 22rpx;
  132. }
  133. .address image {
  134. width: 30rpx;
  135. height: 40rpx;
  136. margin-right: 30rpx;
  137. }
  138. .address .addInfo {
  139. flex: 1;
  140. }
  141. .address .addInfo-title text {
  142. font-size: 32rpx;
  143. }
  144. .address .addInfo-title text:nth-of-type(2) {
  145. font-size: 28rpx;
  146. margin-left: 12rpx;
  147. }
  148. .address .addInfo-bot {
  149. margin-top: 10rpx;
  150. font-size: 28rpx;
  151. line-height: 40rpx;
  152. }
  153. .order-item {
  154. display: flex;
  155. flex-direction: column;
  156. background: #fff;
  157. padding: 30rpx;
  158. margin-bottom: 20rpx;
  159. }
  160. .order-item .shopshead {
  161. height: 146rpx;
  162. margin: 32rpx 0 32rpx;
  163. }
  164. .order-item .shopshead image {
  165. width: 146rpx;
  166. height: 146rpx;
  167. border-radius: 10rpx;
  168. margin-right: 20rpx;
  169. }
  170. .order-item .shopshead .shopsInfo {
  171. flex: 1;
  172. height: 100%;
  173. align-items: flex-start;
  174. justify-content: space-between;
  175. }
  176. .order-item .shopshead .shopsInfo .elli {
  177. line-height: 40rpx;
  178. }
  179. .order-item .shopshead .shopsInfo .price {
  180. width: 100%;
  181. }
  182. .order-item .attrBox {
  183. margin: 30rpx 0 20rpx;
  184. }
  185. .order-item .allInfo {
  186. width: 100%;
  187. margin-top: 30rpx;
  188. text-align: right;
  189. }
  190. .order-item .allInfo input,
  191. .order-item .allInfo text {
  192. font-size: 28rpx;
  193. }
  194. .order-item .allInfo input:nth-of-type(2),
  195. .order-item .allInfo text:nth-of-type(2) {
  196. flex: 1;
  197. text-align: right;
  198. }
  199. .order-item .spec {
  200. margin: 40rpx 0 0;
  201. }
  202. .order-item .spec text {
  203. font-size: 32rpx;
  204. color: #666;
  205. }
  206. .order-item .spec text:nth-of-type(2) {
  207. color: #025b58;
  208. }
  209. .order-item .fixBox {
  210. justify-content: flex-end;
  211. }
  212. .order-item .fixBox .clickbtn,
  213. .order-item .fixBox .cancle {
  214. width: 220rpx;
  215. font-size: 28rpx;
  216. border-radius: 0rpx;
  217. margin: 0;
  218. background: #f60808;
  219. box-shadow: 0 0 0 0;
  220. color: #fff;
  221. text-align: center;
  222. height: 100rpx;
  223. line-height: 100rpx;
  224. border-left: 1rpx solid #fff;
  225. }
  226. .order-item .fixBox .cancle {
  227. background: #fff;
  228. color: #333;
  229. }
  230. .list .allInfo {
  231. width: 100%;
  232. }
  233. .list .allInfo text {
  234. font-size: 28rpx;
  235. color: #999;
  236. }
  237. .list .allInfo text:nth-of-type(2) {
  238. flex: 1;
  239. text-align: right;
  240. }
  241. .list .allInfo .prosecond {
  242. color: #fe4f00;
  243. }
  244. .tuiBox {
  245. margin: 30rpx;
  246. border: 1rpx solid #f5f5f5;
  247. height: 60rpx;
  248. padding: 10rpx;
  249. line-height: 60rpx;
  250. }