qlg.frontend/css/notepad_edit.css
2020-05-26 22:44:18 +08:00

69 lines
857 B
CSS

.row {
background: white;
width: 100%;
position: relative;
margin-top: 5px;
margin-bottom: 5px;
}
.block{
margin-top: 36px;
padding: 0 2%;
}
.z{
width: 100%;
height: 70px;
}
.name {
font-size: 18px;
color: black;
line-height: 42px;
padding-left: 5px;
}
.small_title,
.created_time,
.updated_time {
font-size: 0.8rem;
color: #BBBBBB;
}
.footer{
position: fixed;
bottom: 0;
width: 100%;
background: white;
height: 50px;
line-height: 50px;
text-align: center;
border-top: 1px solid #e6e6e6;
}
#content {
width: 100%;
}
#content .w-e-toolbar {
flex-wrap: wrap;
}
.s1 {
/* float: left; */
/* min-width: 60px; */
line-height: 42px;
color: #525252;
font-size: 17px;
white-space: nowrap;
/* flex: 1.2; */
}
.con .row input {
/* float: left; */
margin: 0;
width:auto ;
border: none;
font-size: 17px;
}