vesh-cli
Version:
码农村nodejs版本VESH框架脚手架搭建器
23 lines (20 loc) • 367 B
CSS
div.p_buttonbox {
width: 34%;
text-align: center;
height: 2.5rem;
line-height: 2.5rem;
}
div.p_buttonbox div {
overflow: hidden;
text-overflow: ellipsis;
font-size: 1rem;
}
div.p_buttonbox_left {
float: left;
width: 70%;
}
div.p_buttonbox_right {
float: right;
width: 30%;
cursor: pointer;
}