1
0
mirror of https://shylinux.com/x/volcanos synced 2025-05-08 13:58:11 +08:00
volcanos/client/mp/pages/action/action.wxss
2020-01-05 01:20:12 +08:00

24 lines
303 B
Plaintext

view.action view {
float:left;
}
view.detail {
margin-top:10px;
clear:both;
}
input {
width:80px;
}
text.title {
font-weight:bold;
font-size:18px;
}
view.detail>view.inputs>view {
float:left;
}
.input {
border:solid 1px green;
}
.output {
background-color:#272822;
}