1234567891011121314151617181920 |
- @import "/icon/editoricon.wxss";
- .main {
- padding: 2vw;
- border: 1px solid #0000ff;
- }
- .main .two {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- margin: 0 0 2vw 0;
- }
- .main .two .two_1 {
- text-align: center;
- border: 1px solid #cccccc;
- padding: 1vw 2vw;
- border-radius: 4px;
- }
- .main .two .two_1 .iconfont {
- font-size: 18px;
- }
|