comparison.less 745 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* mCircle/pages/comparison/comparison.wxss */
  2. .dia-top {
  3. display: flex;
  4. justify-content: space-between;
  5. margin: 10px 15px;
  6. .dia-top-item {
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. align-content: center;
  11. }
  12. .dia-top-item-text {
  13. font-size: 13px;
  14. color: #333;
  15. }
  16. }
  17. .dia-comparison {
  18. display: flex;
  19. flex-direction: column;
  20. margin: 0px 10px;
  21. view:nth-child(1) {
  22. border-top: 1px solid #f0f0f0;
  23. }
  24. .dia-comparison-item {
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. align-content: center;
  29. border-bottom: 1px solid #f0f0f0;
  30. height: 44px;
  31. text {
  32. font-size: 14px;
  33. color: #333;
  34. text-align: center;
  35. }
  36. }
  37. }