style.less 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .orders-listBox-RihtboxBoxOrderViewText:before {
  2. content: "";
  3. display: block;
  4. position: absolute;
  5. width: 100%;
  6. bottom: -10px;
  7. left: 0;
  8. border-bottom: 20px dotted rgb(255, 255, 255);
  9. }
  10. .orders-listBox-RihtboxBoxOrderViewText {
  11. width: 85vw;
  12. margin: 35px auto 44px auto;
  13. padding: 62px 30px 93px 30px;
  14. background: #ffffff;
  15. box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
  16. border-radius: 40px 40px 0px 0px;
  17. position: relative;
  18. .View-LiftTextTop {
  19. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  20. padding-bottom: 20px;
  21. padding-top: 0;
  22. }
  23. View:nth-child(6) {
  24. padding-bottom: 40px;
  25. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  26. }
  27. > View {
  28. padding: 15px 0;
  29. font-size: 32px;
  30. font-weight: bold;
  31. color: #666666;
  32. > Text {
  33. color: #222222;
  34. }
  35. .feiyongStyle {
  36. justify-content: space-between;
  37. display: flex;
  38. color: #222222;
  39. &-charges {
  40. background: linear-gradient(180deg, #fa7878 0%, #b61515 100%);
  41. -webkit-background-clip: text;
  42. -webkit-text-fill-color: transparent;
  43. }
  44. &-stateStyle {
  45. }
  46. }
  47. }
  48. }
  49. .BottomtBut {
  50. width: 99vw;
  51. position: absolute;
  52. bottom: 5vh;
  53. display: flex;
  54. }