wecui
Version:
一款基于Vue2.x版本的移动端web组件
35 lines (28 loc) • 266 B
CSS
a {
width: 20px;
height: 10px;
}
b {
width: calc(4 * 2px);
height: 2px;
}
c {
width: fit-content;
height: auto;
}
d {
width: 32px;
height: 32px;
}
e {
width: 4in;
height: 3in;
}
f {
width: 4in;
height: 3in;
}
g {
width: 1920px;
height: 1080px;
}