sel-order.wxss 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. .print-order .axis-slot-wrap.data-v-64caf151 {
  21. top: -4rpx !important;
  22. }
  23. .print-order .axis-det.data-v-64caf151 {
  24. display: -webkit-box;
  25. display: flex;
  26. display: -webkit-flex;
  27. -webkit-box-align: center;
  28. -webkit-align-items: center;
  29. align-items: center;
  30. -webkit-box-pack: justify;
  31. -webkit-justify-content: space-between;
  32. justify-content: space-between;
  33. margin-top: 50rpx;
  34. margin-bottom: 10rpx;
  35. }
  36. .print-order .axis-det .admin-button-com.data-v-64caf151 {
  37. width: 48%;
  38. }
  39. .down-order .axis-det.data-v-64caf151 {
  40. margin-top: 14rpx;
  41. }
  42. .write_button.data-v-64caf151 {
  43. padding-bottom: 25rpx;
  44. }