orderItem.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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-item-view.data-v-7d35af61 {
  21. padding: 30rpx;
  22. margin-bottom: 20rpx;
  23. width: 100%;
  24. background-color: #fff;
  25. }
  26. .order-item-view .item-header.data-v-7d35af61 {
  27. display: -webkit-box;
  28. display: -webkit-flex;
  29. display: flex;
  30. -webkit-box-pack: justify;
  31. -webkit-justify-content: space-between;
  32. justify-content: space-between;
  33. -webkit-box-align: center;
  34. -webkit-align-items: center;
  35. align-items: center;
  36. margin-bottom: 20rpx;
  37. }
  38. .order-item-view .item-header .title.data-v-7d35af61 {
  39. display: -webkit-box;
  40. display: -webkit-flex;
  41. display: flex;
  42. -webkit-box-align: center;
  43. -webkit-align-items: center;
  44. align-items: center;
  45. -webkit-box-flex: 1;
  46. -webkit-flex: 1;
  47. flex: 1;
  48. }
  49. .order-item-view .item-header .title .icon.data-v-7d35af61 {
  50. margin-right: 20rpx;
  51. width: 50rpx;
  52. height: 50rpx;
  53. border-radius: 25rpx;
  54. border-radius: 50%;
  55. }
  56. .order-item-view .item-header .title .name.data-v-7d35af61 {
  57. font-size: 32rpx;
  58. font-weight: 600;
  59. color: #333333;
  60. }
  61. .order-item-view .item-header .status.data-v-7d35af61 {
  62. -webkit-flex-shrink: 0;
  63. flex-shrink: 0;
  64. color: #3385FF;
  65. }
  66. .order-item-view .item-main.data-v-7d35af61 {
  67. display: -webkit-box;
  68. display: -webkit-flex;
  69. display: flex;
  70. -webkit-box-align: end;
  71. -webkit-align-items: flex-end;
  72. align-items: flex-end;
  73. }
  74. .order-item-view .item-main .item-info.data-v-7d35af61 {
  75. -webkit-box-flex: 1;
  76. -webkit-flex: 1;
  77. flex: 1;
  78. font-size: 26rpx;
  79. }
  80. .order-item-view .item-main .item-info .info-row.data-v-7d35af61 {
  81. margin-top: 12rpx;
  82. display: -webkit-box;
  83. display: -webkit-flex;
  84. display: flex;
  85. -webkit-box-align: center;
  86. -webkit-align-items: center;
  87. align-items: center;
  88. }
  89. .order-item-view .item-main .item-info .info-label.data-v-7d35af61 {
  90. font-weight: 400;
  91. color: #999999;
  92. }
  93. .order-item-view .item-main .item-info .info-value.data-v-7d35af61 {
  94. font-weight: 400;
  95. color: #333333;
  96. }
  97. .order-item-view .item-main .item-price.data-v-7d35af61 {
  98. display: -webkit-box;
  99. display: -webkit-flex;
  100. display: flex;
  101. -webkit-box-align: center;
  102. -webkit-align-items: center;
  103. align-items: center;
  104. -webkit-flex-shrink: 0;
  105. flex-shrink: 0;
  106. font-size: 30rpx;
  107. font-weight: 600;
  108. color: #333333;
  109. }
  110. .order-item-view .item-main .item-price .iconfont.data-v-7d35af61 {
  111. font-size: 28rpx;
  112. color: #999999;
  113. }