index.wxss 363 B

1234567891011121314151617181920
  1. @import "/icon/editoricon.wxss";
  2. .main {
  3. padding: 2vw;
  4. border: 1px solid #0000ff;
  5. }
  6. .main .two {
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-around;
  10. margin: 0 0 2vw 0;
  11. }
  12. .main .two .two_1 {
  13. text-align: center;
  14. border: 1px solid #cccccc;
  15. padding: 1vw 2vw;
  16. border-radius: 4px;
  17. }
  18. .main .two .two_1 .iconfont {
  19. font-size: 18px;
  20. }