edit.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #Footer1_0 .footer1 > .kpxhba4229b-editor_css {
  2. justify-content: space-around;
  3. }
  4. #Nav0_0.kps4649sxu-editor_css {
  5. position: sticky;
  6. }
  7. #Feature1_0_int.kpxpqci34yg-editor_css {
  8. // background-color: #73c6c0;
  9. background-color: #fbfbfb;
  10. }
  11. // #Feature1_0_int .ant-row > .ant-col > .kpxprrsbm18-editor_css {
  12. // color: #fafafa;
  13. // // color: #000;
  14. // }
  15. // #Feature1_0_int .ant-row > .ant-col > .kpxps7c34va-editor_css {
  16. // color: #ffffff;
  17. // }
  18. #Feature1_1_int.kpxpqci34yg-editor_css {
  19. // background-color: #73c6c0;
  20. background-color: #fbfbfb;
  21. }
  22. // #Feature1_1_int .ant-row > .ant-col > .kpxprrsbm18-editor_css {
  23. // color: #fafafa;
  24. // }
  25. // #Feature1_1_int .ant-row > .ant-col > .kpxps7c34va-editor_css {
  26. // color: #ffffff;
  27. // }
  28. #Content13_0.kps6irbrinf-editor_css {
  29. color: rgb(238, 238, 238);
  30. // background-image: url(http://questnet.cn/image/d1.jpg);
  31. background-image: url('../../../image/img3.jpg');
  32. background-position: 0% 0%;
  33. background-repeat: repeat;
  34. // background-size: auto;
  35. background-position: bottom;
  36. }
  37. .zdycss{
  38. display: flex;
  39. align-items: center;
  40. }
  41. #Content13_0 .while_css > h1{
  42. color: #ffffff;
  43. font-size: 36px;
  44. }
  45. #Feature5_0{
  46. background-color: #fbfbfb;
  47. }
  48. @media screen and (max-width: 767px) {
  49. #Content13_0.kps6irbrinf-editor_css {
  50. background-image: url('../../../image//img3phone.jpg');
  51. background-size: auto;
  52. }
  53. }