demo工程暂存 优化菜单界面UI和功能
74
Demo/lvgl/docs/_static/css/custom.css
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
table, th, td {
|
||||
border: 1px solid #bbb;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align:center;
|
||||
}
|
||||
span.pre
|
||||
{
|
||||
padding-right:8px;
|
||||
}
|
||||
|
||||
span.pre:first-child
|
||||
{
|
||||
padding-right:0px;
|
||||
}
|
||||
|
||||
|
||||
code.sig-name
|
||||
{
|
||||
//margin-left:8px;
|
||||
}
|
||||
|
||||
.toggle .header {
|
||||
display: block;
|
||||
clear: both;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.toggle .header:before {
|
||||
font-family: FontAwesome, "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
|
||||
content: "\f0da \00a0 Show ";
|
||||
display: inline-block;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.toggle .header.open:before {
|
||||
content: "\f0d7 \00a0 Hide ";
|
||||
}
|
||||
|
||||
.header p {
|
||||
display: inline-block;
|
||||
font-size: 1.1em;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.wy-side-nav-search {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.wy-side-nav-search>div.version {
|
||||
color: #333;
|
||||
display: none; /*replaced by dropdown*/
|
||||
}
|
||||
|
||||
|
||||
.home-img {
|
||||
width:32%;
|
||||
transition: transform .3s ease-out;
|
||||
}
|
||||
|
||||
.home-img:hover {
|
||||
transform: translate(0, -10px);
|
||||
}
|
||||
|
||||
.lv-example {
|
||||
border: none;
|
||||
outline: none;
|
||||
padding: none;
|
||||
display: block;
|
||||
width: 320px;
|
||||
height: 240px;
|
||||
}
|
5
Demo/lvgl/docs/_static/css/fontawesome.min.css
vendored
Normal file
BIN
Demo/lvgl/docs/_static/img/home_1.png
vendored
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
Demo/lvgl/docs/_static/img/home_2.png
vendored
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
Demo/lvgl/docs/_static/img/home_3.png
vendored
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Demo/lvgl/docs/_static/img/home_4.png
vendored
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
Demo/lvgl/docs/_static/img/home_5.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
Demo/lvgl/docs/_static/img/home_6.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
Demo/lvgl/docs/_static/img/home_banner.jpg
vendored
Normal file
After Width: | Height: | Size: 186 KiB |