app-order-list.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. .list-module.data-v-0fe880c1 {
  21. display: -webkit-box;
  22. display: flex;
  23. display: -webkit-flex;
  24. -webkit-box-align: center;
  25. -webkit-align-items: center;
  26. align-items: center;
  27. -webkit-box-pack: justify;
  28. -webkit-justify-content: space-between;
  29. justify-content: space-between;
  30. padding: 20rpx 0;
  31. border-bottom: 1rpx solid #eee;
  32. }
  33. .list-module .list-left.data-v-0fe880c1 {
  34. display: -webkit-box;
  35. display: flex;
  36. display: -webkit-flex;
  37. -webkit-box-align: start;
  38. -webkit-align-items: flex-start;
  39. align-items: flex-start;
  40. -webkit-box-pack: justify;
  41. -webkit-justify-content: space-between;
  42. justify-content: space-between;
  43. }
  44. .list-module .list-left .image.data-v-0fe880c1 {
  45. width: 140rpx;
  46. }
  47. .list-module .list-left .list-msg.data-v-0fe880c1 {
  48. margin-left: 20rpx;
  49. }
  50. .list-module .list-left .list-msg .title.data-v-0fe880c1 {
  51. font-size: 28rpx;
  52. color: #666666;
  53. margin-bottom: 10rpx;
  54. }
  55. .list-module .list-left .list-msg .desc.data-v-0fe880c1 {
  56. color: #999999;
  57. }
  58. .list-module .list-right.data-v-0fe880c1 {
  59. text-align: right;
  60. color: #666666;
  61. }
  62. .list-module .list-right .price.data-v-0fe880c1 {
  63. margin-bottom: 70rpx;
  64. color: #333;
  65. }