1 Star 0 Fork 1

X_C/ConvNetDraw

forked from mirrors_cbovar/ConvNetDraw 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
styles.css 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
cbovar 提交于 2017-07-01 08:16 . min height for textarea
html, body {
height: 100%;
color:#ACB4BF;
font-size:13px;
font-family:'opensans_semi', 'helvetica', 'helvetica', 'arial', 'sans-serif';
}
a:link { color:#d0d0d0; }
a:visited { color:#c0c0c0; }
a:hover { color:#ffffff; }
a:active { color:#f0f0f0; }
header {
min-height: 100%;
width: 100%;
height: 100%;
}
.container {
min-height: 100%;
width: 100%;
height: 100%;
display: -moz-box;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-1 {
padding: 1em;
width: 150px;
background-color:#333333;
}
.flex-2 {
position: relative;
-moz-box-flex: 1;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-2-child {
background-color: #1e1e1e;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.flex-3-child {
-webkit-flex: 1;
-ms-flex: 1;
flex: 2;
}
textarea {
color:white;
background-color: #1e1e1e;
width: 100%;
height: 100%;
min-height: 150px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/x_c9311/ConvNetDraw.git
git@gitee.com:x_c9311/ConvNetDraw.git
x_c9311
ConvNetDraw
ConvNetDraw
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385