Skip to content

Commit

Permalink
UI改动
Browse files Browse the repository at this point in the history
  • Loading branch information
huzi96 committed Apr 22, 2015
1 parent f1523ac commit fe60f1f
Show file tree
Hide file tree
Showing 8 changed files with 17,796 additions and 53 deletions.
106 changes: 103 additions & 3 deletions css/colorset.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.toolbox
{
box-shadow: 10px 10px 5px #888888;
box-shadow: 0px 0px 5px 5px #888888;
margin-top: 10px;
margin-bottom: 10px;

}
.padbox
{
box-shadow: 5px 5px 2px #888888;
margin-top: 10px;
margin-bottom: 10px;
margin-top: 4px;
margin-bottom: 4px;
cursor:pointer;
}
.colorbox-red
Expand Down Expand Up @@ -56,4 +56,104 @@
border-radius: 8px;
margin-top: 10px;
cursor:pointer;
}
.folder
{
width:100px;
height:100px;
background-color: rgba(222,222,255,0.6);
border-radius: 8px;
margin-top:10px;
cursor:pointer;
}
.uibox {
margin-bottom: 20px;
color: #000000;
border-radius: 6px;
}
.uibox-top {
padding: 0;
margin: 0;
list-style-type: none;
background-color: #2c3e50;
border-radius: 0 0 6px 6px;
}
.uibox-content {
position: relative;
padding: 18px 42px 21px 25px;
margin-top: 2px;
font-size: 14px;
-contentne-height: 1.214;
cursor: pointer;
background: #eeeeee;
background-size: 20px 20px;
-webkit-transition: .25s;
transition: .25s;
border-radius: 50%;
}
.uibox-content:first-child {
margin-top: 0;
}
.uibox-content:last-child {
padding-bottom: 21px;
border-radius: 0 0 6px 6px;
}
.uibox-content.uibox-done {
color: #000000;
background: transparent;
}
.uibox-content.disabled {
color:rgba(200,200,200,0.3);
background-color:rgba(200,200,200,0.3);
}
.uibox-content.uibox-done .uibox-name {
color: #000000;
}
.uibox-content:after {
position: absolute;
top: 50%;
right: 22px;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
background: #fff;
border-radius: 50%;
}
.uibox-head {
position: relative;
padding: 19px 25px 20px;
color: #eeeeee;
background: #1abc9c;
background-size: 16px 16px;
border-radius: 6px 6px 0 0;
}
.uibox-head:before {
position: absolute;
top: 50%;
left: 92%;
display: inline-block;
margin: -.5em 0 0 -1em;
font-family: 'Flat-UI-Icons';
font-size: 16px;
line-height: 17px;
/*content: "\e630";*/
}
.uibox-head-field {
padding: 5px 0;
margin: 0;
font-size: 19px;
font-weight: 700;
line-height: 23px;
color: #eeeeee;
text-indent: 0;
background: none;
border: none;
outline: none;
box-shadow: none;
}
.uibox-name {
margin: 1px 0 3px;
font-size: 17px;
color: #000000;
}
Loading

0 comments on commit fe60f1f

Please sign in to comment.