detail.wxss 678 B

12345678910111213141516171819202122232425262728293031323334
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .main .one.data-v-4f31c16e {
  5. display: flex;
  6. justify-content: center;
  7. padding: 2vw;
  8. }
  9. .main .one .image.data-v-4f31c16e {
  10. width: 25vw;
  11. height: 25vw;
  12. border-radius: 5px;
  13. }
  14. .main .two.data-v-4f31c16e {
  15. padding: 2vw;
  16. }
  17. .main .two .two_1.data-v-4f31c16e {
  18. display: flex;
  19. justify-content: space-between;
  20. padding: 4vw;
  21. border-bottom: 1px solid var(--f9Color);
  22. font-size: var(--font14Size);
  23. color: var(--f69Color);
  24. }
  25. .main .two .two_1 .right.data-v-4f31c16e {
  26. text-align: right;
  27. width: 60vw;
  28. }
  29. .main .two .two_1 .right .image.data-v-4f31c16e {
  30. width: 20vw;
  31. height: 20vw;
  32. border-radius: 5px;
  33. }