2018-04-10 09:33:14 +00:00
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li span {
|
|
|
|
float: left;
|
|
|
|
width: 120px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
2018-06-20 11:42:19 +00:00
|
|
|
|
|
|
|
div .left {
|
|
|
|
float: left;
|
|
|
|
align-items: stretch;
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
div .center {
|
|
|
|
width: 50%;
|
|
|
|
align-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
div .center button {
|
|
|
|
align-self: stretch;
|
|
|
|
}
|
|
|
|
div .right {
|
|
|
|
float: right;
|
|
|
|
align-items: stretch;
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div .bottom {
|
|
|
|
clear:both;
|
|
|
|
}
|