1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
volcanos/client/mp/pages/action/action.wxss
2020-02-15 20:48:52 +08:00

30 lines
456 B
Plaintext

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