You've already forked qlg.tsgz.moe
更新资源
This commit is contained in:
72
static/app2/css/notepad.css
Normal file
72
static/app2/css/notepad.css
Normal file
@ -0,0 +1,72 @@
|
||||
.row {
|
||||
background: white;
|
||||
width: 100%;
|
||||
height: 84px;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
position: relative;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.block{
|
||||
margin-top: 36px;
|
||||
padding: 0 2%;
|
||||
}
|
||||
|
||||
.z{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 18px;
|
||||
color: black;
|
||||
line-height: 42px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
[v-cloak] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.small_title,
|
||||
.created_time,
|
||||
.updated_time {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.operation {
|
||||
font-size: 1rem;
|
||||
line-height: 42px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.edit {
|
||||
background: yellowgreen;
|
||||
}
|
||||
|
||||
.delete {
|
||||
background: red;
|
||||
}
|
||||
|
||||
.footer{
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: white;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
border-top: 1px solid #e6e6e6;
|
||||
}
|
Reference in New Issue
Block a user