order.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .order-page .order_list.data-v-66dc4186 {
  21. height: 100%;
  22. background: #f0f2f6;
  23. padding: 0 0 20rpx;
  24. margin-bottom: 100rpx;
  25. padding-top: 4rpx;
  26. }
  27. .order-page .order_list .list_item.data-v-66dc4186 {
  28. margin: 20rpx 0 0;
  29. position: relative;
  30. height: 210rpx;
  31. width: 100vw;
  32. background: #fff;
  33. display: -webkit-box;
  34. display: -webkit-flex;
  35. display: flex;
  36. -webkit-box-align: center;
  37. -webkit-align-items: center;
  38. align-items: center;
  39. }
  40. .order-page .order_list .list_item .dist.data-v-66dc4186 {
  41. position: absolute;
  42. top: 0rpx;
  43. left: 0rpx;
  44. width: 110rpx;
  45. text-align: center;
  46. height: 30rpx;
  47. background: #ecebeb;
  48. font-size: 22rpx;
  49. color: white;
  50. }
  51. .order-page .order_list .list_item .cg-button.data-v-66dc4186 {
  52. display: inline-block;
  53. font-size: 28rpx;
  54. color: white;
  55. border: 1rpx solid #3385FF;
  56. border-radius: 70rpx;
  57. padding: 15rpx 35rpx;
  58. position: absolute;
  59. top: 60rpx;
  60. right: 70rpx;
  61. background: #3385FF;
  62. }
  63. .order-page .order_list .list_item > .store_name.data-v-66dc4186 {
  64. margin-left: 30rpx;
  65. width: 700rpx;
  66. display: block;
  67. }
  68. .order-page .order_list .list_item > .store_name image.data-v-66dc4186 {
  69. width: 48rpx;
  70. height: 48rpx;
  71. border-radius: 60rpx;
  72. float: left;
  73. }
  74. .order-page .order_list .list_item > .store_name > .store_title.data-v-66dc4186 {
  75. margin-bottom: 58rpx;
  76. margin-left: 10rpx;
  77. width: 400rpx;
  78. white-space: nowrap;
  79. text-overflow: ellipsis;
  80. overflow: hidden;
  81. word-break: break-all;
  82. font-size: 36rpx;
  83. font-weight: 700;
  84. color: #333;
  85. display: inline-block;
  86. }
  87. .order-page .order_list .list_item > .store_name > .accumulative.data-v-66dc4186 {
  88. font-size: 26rpx;
  89. color: #999;
  90. }
  91. .order-page .order_list .list_item > .store_btn.data-v-66dc4186 {
  92. position: absolute;
  93. top: 140rpx;
  94. left: 0rpx;
  95. }
  96. .order-page .order_list .list_item > .store_btn > .btn_entrance.data-v-66dc4186 {
  97. display: inline-block;
  98. font-size: 26rpx;
  99. color: #666666;
  100. padding: 10rpx 20rpx;
  101. margin-left: 10rpx;
  102. text-decoration: underline;
  103. }
  104. .order-page .order_list .list_item .fl_line.data-v-66dc4186 {
  105. position: absolute;
  106. top: 120rpx;
  107. left: 40rpx;
  108. font-size: 23rpx;
  109. color: red;
  110. }
  111. .order-page .order_list .list_item .fl_line text.data-v-66dc4186 {
  112. margin-right: 40rpx;
  113. }
  114. .order-page .pay_list.data-v-66dc4186 {
  115. padding-top: 20rpx;
  116. background-color: #f0f2f6;
  117. }