exportorderdetail.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* pages/exportorderdetail/exportorderdetail.wxss */
  2. @import "../../styles/main.less";
  3. page {
  4. background-color: #F7F7F7;
  5. /* 身体 */
  6. .body {
  7. width: 93%;
  8. margin: 0 auto;
  9. .row {
  10. .row();
  11. &:not(:first-child) {
  12. margin-top: 30rpx;
  13. }
  14. }
  15. .row2 {
  16. display: flex;
  17. justify-content: space-between;
  18. margin-top: 48rpx;
  19. .dark-button {
  20. .dark-button()
  21. }
  22. .light-button {
  23. .light-button()
  24. }
  25. }
  26. .box {
  27. background-color: @whiteColor;
  28. border-radius: @borderRadius;
  29. margin-top: 30rpx;
  30. padding: 0 36rpx;
  31. .box-title {
  32. padding: 30rpx 0;
  33. color: @darkFontColor;
  34. font-size: 32rpx;
  35. font-weight: 500;
  36. display: flex;
  37. justify-content: space-between;
  38. .dark-button {
  39. .dark-button(12rpx, 86rpx, 44rpx, 24rpx)
  40. }
  41. }
  42. .box-main {
  43. width: 100%;
  44. color: @lightFontColor;
  45. font-size: 32rpx;
  46. text {
  47. white-space: normal;
  48. word-break: break-all;
  49. }
  50. }
  51. }
  52. }
  53. .tanchu {
  54. .popup-have-button()
  55. }
  56. }